Searched refs:SMP_PAIR_METHOD_PASSKEY_DISPLAY (Results 1 - 7 of 7) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/ |
H A D | smp_tool.c | 42 {SMP_PAIR_METHOD_PASSKEY_DISPLAY, 43 SMP_PAIR_METHOD_PASSKEY_DISPLAY, 46 SMP_PAIR_METHOD_PASSKEY_DISPLAY}, 52 {SMP_PAIR_METHOD_PASSKEY_DISPLAY, 53 SMP_PAIR_METHOD_PASSKEY_DISPLAY, 56 SMP_PAIR_METHOD_PASSKEY_DISPLAY}, 62 SMP_PAIR_METHOD_PASSKEY_DISPLAY, 64 SMP_PAIR_METHOD_PASSKEY_DISPLAY}, 67 SMP_PAIR_METHOD_PASSKEY_DISPLAY, 69 SMP_PAIR_METHOD_PASSKEY_DISPLAY}, [all...] |
H A D | smp.h | 74 #define SMP_PAIR_METHOD_PASSKEY_DISPLAY 0x02 macro
|
H A D | smp.c | 1345 } else if (g_smpPairMng.local.pairMethod == SMP_PAIR_METHOD_PASSKEY_DISPLAY) { in SMP_PairReqReplyLegacyPair() 1346 LOG_INFO("SMP_PAIR_METHOD_PASSKEY_DISPLAY."); in SMP_PairReqReplyLegacyPair() 1480 } else if (g_smpPairMng.local.pairMethod == SMP_PAIR_METHOD_PASSKEY_DISPLAY) { in SMP_PairRspReplyLegacyPair() 1481 LOG_INFO("SMP_PAIR_METHOD_PASSKEY_DISPLAY."); in SMP_PairRspReplyLegacyPair()
|
H A D | smp_sc_accepter.c | 430 if (SMP_GetPairMng()->local.pairMethod == SMP_PAIR_METHOD_PASSKEY_DISPLAY) { in SMP_ScPairPasskeyEntrySlaveStep3()
|
H A D | smp_sc_initiator.c | 403 if (SMP_GetPairMng()->local.pairMethod == SMP_PAIR_METHOD_PASSKEY_DISPLAY) { in SMP_ScPairPasskeyEntryMasterStep3()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/ |
H A D | gap_sm_receive.c | 97 case SMP_PAIR_METHOD_PASSKEY_DISPLAY: in GapAllocLeAuthenticationRequestValue()
|
H A D | gap_le_sec.c | 102 if (pairMethod == SMP_PAIR_METHOD_PASSKEY_DISPLAY) { in GapLePasskeyRequestProcess() 211 case SMP_PAIR_METHOD_PASSKEY_DISPLAY: in GapLeAuthenticationRequestProcess()
|
Completed in 11 milliseconds