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 D | smp_receive.c | 684 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 D | smp_send.c | 542 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 D | smp.h | 43 #define SMP_PAIR_STATUS_SUCCESS 0x00 macro
|
H A D | smp_hci_event.c | 816 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 D | smp_legacy.c | 354 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 D | gap_le_sec.c | 366 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 D | gap_le_scan.c | 300 if (status == SMP_PAIR_STATUS_SUCCESS && result == true) { in GapResolveRPAResult()
|