Home
last modified time | relevance | path

Searched refs:SMP_SC_PAIR_PASSKEYENTRY_MASTER_STEP_1 (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_sc_initiator.h61 #define SMP_SC_PAIR_PASSKEYENTRY_MASTER_STEP_1 0x0081 macro
H A Dsmp_hci_event.c254 …} else if (step >= SMP_SC_PAIR_PASSKEYENTRY_MASTER_STEP_1 && step <= SMP_SC_PAIR_PASSKEYENTRY_MAST… in GetPairTable()
255 return g_masScpk[step - SMP_SC_PAIR_PASSKEYENTRY_MASTER_STEP_1]; in GetPairTable()
628 case SMP_SC_PAIR_PASSKEYENTRY_MASTER_STEP_1: in SMP_OnReadLocalPubKeyCompStepDistribution()
H A Dsmp.c1510 g_smpPairMng.step = SMP_SC_PAIR_PASSKEYENTRY_MASTER_STEP_1; in SMP_PairRspReplyScPair()