Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_receive.c642 if ((SMP_GetPairMng()->step != SMP_LEGACY_PAIR_MASTER_STEP_11) && in SMP_RecvEncInfoProcessMaster()
714 if ((SMP_GetPairMng()->step != SMP_LEGACY_PAIR_MASTER_STEP_11) && in SMP_RecvMasterIdentProcessMaster()
784 if ((SMP_GetPairMng()->step != SMP_LEGACY_PAIR_MASTER_STEP_11) && in SMP_RecvIdentInfoProcessMaster()
861 if ((SMP_GetPairMng()->step != SMP_LEGACY_PAIR_MASTER_STEP_11) && in SMP_RecvIdentAddrInfoProcessMaster()
945 if ((SMP_GetPairMng()->step != SMP_LEGACY_PAIR_MASTER_STEP_11) && in SMP_RecvSignInfoProcessMaster()
H A Dsmp_legacy.h36 #define SMP_LEGACY_PAIR_MASTER_STEP_11 0x000 macro
H A Dsmp_hci_event.c747 if ((SMP_GetPairMng()->step != SMP_LEGACY_PAIR_MASTER_STEP_11) && in SMP_LinkLayerEncryptionComplete()
H A Dsmp_legacy.c258 SMP_GetPairMng()->step = SMP_LEGACY_PAIR_MASTER_STEP_11; in SMP_LegacyPairMasterStep10()