Home
last modified time | relevance | path

Searched refs:SMP_SC_PAIR_OOB_SLAVE_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_accepter.h77 #define SMP_SC_PAIR_OOB_SLAVE_STEP_1 0x0121 macro
H A Dsmp_hci_event.c265 } else if (step >= SMP_SC_PAIR_OOB_SLAVE_STEP_1 && step <= SMP_SC_PAIR_OOB_SLAVE_STEP_15) { in GetPairTable()
266 return g_slaScob[step - SMP_SC_PAIR_OOB_SLAVE_STEP_1]; in GetPairTable()
640 case SMP_SC_PAIR_OOB_SLAVE_STEP_1: in SMP_OnReadLocalPubKeyCompStepDistribution()
H A Dsmp.c1398 g_smpPairMng.step = SMP_SC_PAIR_OOB_SLAVE_STEP_1; in SMP_PairReqReplyScPairOob()