Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_receive.c662 int ret = SMP_SendHciLeRandCmd(SMP_LEGACY_PAIR_MASTER_STEP_13); in SMP_RecvEncInfoProcessMaster()
732 int ret = SMP_SendHciLeRandCmd(SMP_LEGACY_PAIR_MASTER_STEP_13); in SMP_RecvMasterIdentProcessMaster()
807 ret = SMP_SendHciLeRandCmd(SMP_LEGACY_PAIR_MASTER_STEP_13); in SMP_RecvIdentInfoProcessMaster()
885 ret = SMP_SendHciLeRandCmd(SMP_LEGACY_PAIR_MASTER_STEP_13); in SMP_RecvIdentAddrInfoProcessMaster()
968 ret = SMP_SendHciLeRandCmd(SMP_LEGACY_PAIR_MASTER_STEP_13); in SMP_RecvSignInfoProcessMaster()
H A Dsmp_legacy.h38 #define SMP_LEGACY_PAIR_MASTER_STEP_13 0x000D macro
H A Dsmp_hci_event.c802 ret = SMP_SendHciLeRandCmd(SMP_LEGACY_PAIR_MASTER_STEP_13); in SMP_LinkLayerEncCompMaster()