Home
last modified time | relevance | path

Searched refs:SMP_PAIR_STATUS_SUCCESS (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_receive.c684 SMP_GeneratePairResult(SMP_GetPairMng()->handle, SMP_PAIR_STATUS_SUCCESS, 0x00, NULL); in SMP_RecvEncInfoProcessMaster()
706 SMP_GeneratePairResult(SMP_GetPairMng()->handle, SMP_PAIR_STATUS_SUCCESS, 0x00, NULL); in SMP_RecvEncInfoProcessSlave()
753 SMP_GeneratePairResult(SMP_GetPairMng()->handle, SMP_PAIR_STATUS_SUCCESS, 0x00, NULL); in SMP_RecvMasterIdentProcessMaster()
776 SMP_GeneratePairResult(SMP_GetPairMng()->handle, SMP_PAIR_STATUS_SUCCESS, 0x00, NULL); in SMP_RecvMasterIdentProcessSlave()
821 SMP_GeneratePairResult(SMP_GetPairMng()->handle, SMP_PAIR_STATUS_SUCCESS, 0x00, NULL); in SMP_RecvIdentInfoProcessMaster()
852 SMP_GeneratePairResult(SMP_GetPairMng()->handle, SMP_PAIR_STATUS_SUCCESS, 0x00, NULL); in SMP_RecvIdentInfoProcessSlave()
899 SMP_GeneratePairResult(SMP_GetPairMng()->handle, SMP_PAIR_STATUS_SUCCESS, 0x00, NULL); in SMP_RecvIdentAddrInfoProcessMaster()
937 SMP_GeneratePairResult(SMP_GetPairMng()->handle, SMP_PAIR_STATUS_SUCCESS, 0x00, NULL); in SMP_RecvIdentAddrInfoProcessSlave()
982 SMP_GeneratePairResult(SMP_GetPairMng()->handle, SMP_PAIR_STATUS_SUCCESS, 0x00, NULL); in SMP_RecvSignInfoProcessMaster()
1013 SMP_GeneratePairResult(SMP_GetPairMng()->handle, SMP_PAIR_STATUS_SUCCESS, 0x00, NULL); in SMP_RecvSignInfoProcessSlave()
H A Dsmp_send.c542 SMP_GeneratePairResult(aclHandle, SMP_PAIR_STATUS_SUCCESS, 0x00, NULL); in SMP_SendKeysToRemoteCbProcess()
548 SMP_GeneratePairResult(aclHandle, SMP_PAIR_STATUS_SUCCESS, 0x00, NULL); in SMP_SendKeysToRemoteCbProcess()
552 SMP_GeneratePairResult(aclHandle, SMP_PAIR_STATUS_SUCCESS, 0x00, NULL); in SMP_SendKeysToRemoteCbProcess()
H A Dsmp.h43 #define SMP_PAIR_STATUS_SUCCESS 0x00 macro
H A Dsmp_hci_event.c816 SMP_GeneratePairResult(SMP_GetPairMng()->handle, SMP_PAIR_STATUS_SUCCESS, 0x00, NULL); in SMP_LinkLayerEncCompMaster()
852 SMP_GeneratePairResult(SMP_GetPairMng()->handle, SMP_PAIR_STATUS_SUCCESS, 0x00, NULL); in SMP_LinkLayerEncCompSlave()
H A Dsmp_legacy.c354 SMP_GeneratePairResult(SMP_GetPairMng()->handle, SMP_PAIR_STATUS_SUCCESS, 0x00, NULL); in SMP_LegacyPairMasterStep16()
736 SMP_GeneratePairResult(SMP_GetPairMng()->handle, SMP_PAIR_STATUS_SUCCESS, 0x00, NULL); in SMP_LegacyPairSlaveStep17()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_sec.c366 if (status == SMP_PAIR_STATUS_SUCCESS) { in GapSetEncryptionStatusForPairEnd()
407 if (status == SMP_PAIR_STATUS_SUCCESS && result->bondedFlag == SMP_BONDED_FLAG_YES) { in GapLePairResult()
H A Dgap_le_scan.c300 if (status == SMP_PAIR_STATUS_SUCCESS && result == true) { in GapResolveRPAResult()