Home
last modified time | relevance | path

Searched refs:SMP_LEGACY_PAIR_SLAVE_STEP_1 (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_legacy.h62 #define SMP_LEGACY_PAIR_SLAVE_STEP_1 0x0021 macro
H A Dsmp_hci_event.c247 } else if (step >= SMP_LEGACY_PAIR_SLAVE_STEP_1 && step <= SMP_LEGACY_PAIR_SLAVE_STEP_20) { in GetPairTable()
248 return g_slaLegacy[step - SMP_LEGACY_PAIR_SLAVE_STEP_1]; in GetPairTable()
H A Dsmp_receive.c216 SMP_GetPairMng()->step = SMP_LEGACY_PAIR_SLAVE_STEP_1; in SMP_ReceivePairingRequest()
342 case SMP_LEGACY_PAIR_SLAVE_STEP_1: in SMP_RecvPairCfmStepDistribution()
H A Dsmp.c1310 if (g_smpPairMng.step != SMP_LEGACY_PAIR_SLAVE_STEP_1) { in SMP_PairReqReplyJudgeException()