Home
last modified time | relevance | path

Searched refs:SMP_PAIR_METHOD_JUST_WORK (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_tool.c32 {SMP_PAIR_METHOD_JUST_WORK,
33 SMP_PAIR_METHOD_JUST_WORK,
35 SMP_PAIR_METHOD_JUST_WORK,
37 {SMP_PAIR_METHOD_JUST_WORK,
38 SMP_PAIR_METHOD_JUST_WORK,
40 SMP_PAIR_METHOD_JUST_WORK,
45 SMP_PAIR_METHOD_JUST_WORK,
47 {SMP_PAIR_METHOD_JUST_WORK,
48 SMP_PAIR_METHOD_JUST_WORK,
49 SMP_PAIR_METHOD_JUST_WORK,
[all...]
H A Dsmp.h72 #define SMP_PAIR_METHOD_JUST_WORK 0x00 macro
H A Dsmp.c1339 if (g_smpPairMng.local.pairMethod == SMP_PAIR_METHOD_JUST_WORK) { in SMP_PairReqReplyLegacyPair()
1340 LOG_INFO("SMP_PAIR_METHOD_JUST_WORK."); in SMP_PairReqReplyLegacyPair()
1471 if (g_smpPairMng.local.pairMethod == SMP_PAIR_METHOD_JUST_WORK) { in SMP_PairRspReplyLegacyPair()
1472 LOG_INFO("SMP_PAIR_METHOD_JUST_WORK."); in SMP_PairRspReplyLegacyPair()
1576 if (g_smpPairMng.local.pairMethod != SMP_PAIR_METHOD_JUST_WORK) { in SMP_GenPairRetNormal()
H A Dsmp_sc_accepter.c237 if (SMP_GetPairMng()->local.pairMethod == SMP_PAIR_METHOD_JUST_WORK) { in SMP_ScPairJustworkOrNumericSlaveStep9()
H A Dsmp_sc_initiator.c248 if (SMP_GetPairMng()->local.pairMethod == SMP_PAIR_METHOD_JUST_WORK) { in SMP_ScPairJustworkOrNumericMasterStep10()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_sm_receive.c109 case SMP_PAIR_METHOD_JUST_WORK: in GapAllocLeAuthenticationRequestValue()
H A Dgap_le_sec.c221 case SMP_PAIR_METHOD_JUST_WORK: in GapLeAuthenticationRequestProcess()
252 if (GapLeSecurityNeedAuthentication(localInfo) && pairMethod == SMP_PAIR_METHOD_JUST_WORK) { in GapLeAuthenticationRequest()

Completed in 11 milliseconds