Home
last modified time | relevance | path

Searched refs:SMP_SC_PAIR_OOB_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.h77 #define SMP_SC_PAIR_OOB_MASTER_STEP_1 0x0101 macro
H A Dsmp_hci_event.c256 } else if (step >= SMP_SC_PAIR_OOB_MASTER_STEP_1 && step <= SMP_SC_PAIR_OOB_MASTER_STEP_15) { in GetPairTable()
257 return g_masScob[step - SMP_SC_PAIR_OOB_MASTER_STEP_1]; in GetPairTable()
637 case SMP_SC_PAIR_OOB_MASTER_STEP_1: in SMP_OnReadLocalPubKeyCompStepDistribution()
H A Dsmp.c1536 g_smpPairMng.step = SMP_SC_PAIR_OOB_MASTER_STEP_1; in SMP_PairRspReplyScPairOob()