Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_receive.c643 (SMP_GetPairMng()->step != SMP_LEGACY_PAIR_MASTER_STEP_12)) { in SMP_RecvEncInfoProcessMaster()
715 (SMP_GetPairMng()->step != SMP_LEGACY_PAIR_MASTER_STEP_12)) { in SMP_RecvMasterIdentProcessMaster()
785 (SMP_GetPairMng()->step != SMP_LEGACY_PAIR_MASTER_STEP_12) && in SMP_RecvIdentInfoProcessMaster()
862 (SMP_GetPairMng()->step != SMP_LEGACY_PAIR_MASTER_STEP_12) && in SMP_RecvIdentAddrInfoProcessMaster()
946 (SMP_GetPairMng()->step != SMP_LEGACY_PAIR_MASTER_STEP_12) && in SMP_RecvSignInfoProcessMaster()
H A Dsmp_legacy.h37 #define SMP_LEGACY_PAIR_MASTER_STEP_12 0x000C macro
H A Dsmp_hci_event.c788 SMP_GetPairMng()->step = SMP_LEGACY_PAIR_MASTER_STEP_12; in SMP_LinkLayerEncCompMaster()