Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_sc_initiator.h40 #define SMP_SC_PAIR_COMMON_MASTER_STEP_1 0x0061 macro
H A Dsmp_hci_event.c252 …} else if (step >= SMP_SC_PAIR_COMMON_MASTER_STEP_1 && step <= SMP_SC_PAIR_COMMON_MASTER_STEP_20) { in GetPairTable()
253 return g_masScCommon[step - SMP_SC_PAIR_COMMON_MASTER_STEP_1]; in GetPairTable()
H A Dsmp_sc_initiator.c253 …ret = SMP_SendLeEncryptCmd(&encryptParam, SMP_SC_PAIR_COMMON_MASTER_STEP_1, NULL, SMP_USING_HW_AES… in SMP_ScPairJustworkOrNumericMasterStep10()
685 …ret = SMP_SendLeEncryptCmd(&encryptParam, SMP_SC_PAIR_COMMON_MASTER_STEP_1, NULL, SMP_USING_HW_AES… in SMP_ScPairPasskeyEntryMasterStep15()
910 …int ret = SMP_SendLeEncryptCmd(&encryptParam, SMP_SC_PAIR_COMMON_MASTER_STEP_1, NULL, SMP_USING_HW… in SMP_ScPairOobMasterStep15()
H A Dsmp.c1105 …ret = SMP_SendLeEncryptCmd(&encryptParam, SMP_SC_PAIR_COMMON_MASTER_STEP_1, NULL, SMP_USING_HW_AES… in SMP_AuthReqReplyStepTransMaster()