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 D | smp_sc_initiator.h | 40 #define SMP_SC_PAIR_COMMON_MASTER_STEP_1 0x0061 macro
|
H A D | smp_hci_event.c | 252 …} 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 D | smp_sc_initiator.c | 253 …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 D | smp.c | 1105 …ret = SMP_SendLeEncryptCmd(&encryptParam, SMP_SC_PAIR_COMMON_MASTER_STEP_1, NULL, SMP_USING_HW_AES… in SMP_AuthReqReplyStepTransMaster()
|