Home
last modified time | relevance | path

Searched refs:GAP_SUCCESS (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_conn.c62 return GAP_SUCCESS; in GAP_RegisterLeConnCallback()
72 return GAP_SUCCESS; in GAP_DeregisterLeConnCallback()
121 int ret = GAP_SUCCESS; in GAP_LeConnParamUpdate()
254 int ret = GAP_SUCCESS; in GapRejectConnectionParameterUpdate()
364 return GAP_SUCCESS; in GAP_LeSetBondMode()
394 int ret = GAP_SUCCESS; in GAP_LeGetSecurityStatus()
H A Dgap_le_adv.c74 return GAP_SUCCESS; in GAP_LeExAdvGetMaxDataLen()
82 return GAP_SUCCESS; in GAP_LeExAdvGetMaxHandleNum()
95 return GAP_SUCCESS; in GAP_RegisterExAdvCallback()
103 return GAP_SUCCESS; in GAP_DeregisterExAdvCallback()
427 return GAP_SUCCESS; in GAP_RegisterAdvCallback()
434 return GAP_SUCCESS; in GAP_DeregisterAdvCallback()
H A Dgap_le_sec.c558 return GAP_SUCCESS; in GAP_RegisterLeSecurityCallback()
568 return GAP_SUCCESS; in GAP_DeregisterLeSecurityCallback()
646 int ret = GAP_SUCCESS; in GAP_RequestSigningAlgorithmInfoRsp()
680 int ret = GAP_SUCCESS; in GapLeRequestSecurityMaster()
712 int ret = GAP_SUCCESS; in GapLeRequestSecurityProcess()
788 return GAP_SUCCESS; in GAP_RegisterLePairCallback()
796 return GAP_SUCCESS; in GAP_DeregisterLePairCallback()
809 int ret = GAP_SUCCESS; in GapLePair()
913 return GAP_SUCCESS; in GAP_LeSetMinEncKeySize()
1184 int ret = GAP_SUCCESS; in GAP_LeDataSignatureConfirmation()
[all …]
H A Dgap_br_sec.c378 int ret = GAP_SUCCESS; in GAP_RequestSecurity()
461 ret = GAP_SUCCESS; in GapWriteSecureConnectionsHostSupport()
479 return GAP_SUCCESS; in GAP_RegisterSecurityCallback()
487 return GAP_SUCCESS; in GAP_DeregisterSecurityCallback()
518 return GAP_SUCCESS; in GAP_SetSecurityMode()
523 int ret = GAP_SUCCESS; in GAP_AuthorizeRes()
1038 return GAP_SUCCESS; in GAP_RegisterAuthenticationCallback()
1048 return GAP_SUCCESS; in GAP_DeregisterAuthenticationCallback()
1053 int ret = GAP_SUCCESS; in GAP_AuthenticationReq()
1106 return GAP_SUCCESS; in GAP_CancelAuthenticationReq()
[all …]
H A Dgap.c488 int ret = GAP_SUCCESS; in GapWriteScanEnableComplete()
844 return GAP_SUCCESS; in GAP_SetKeyMissingRetry()
860 return GAP_SUCCESS; in GAP_SetBondableMode()
892 int ret = GAP_SUCCESS; in GAP_RegisterServiceSecurity()
940 int ret = GAP_SUCCESS; in GAP_DeregisterServiceSecurity()
1048 int ret = GAP_SUCCESS; in GAP_GetLocalExtendedOOBData()
1304 return GAP_SUCCESS; in GAP_LeSetRole()
H A Dgap_le_scan.c94 return GAP_SUCCESS; in GAP_RegisterScanCallback()
102 return GAP_SUCCESS; in GAP_DeregisterScanCallback()
486 return GAP_SUCCESS; in GAP_RegisterExScanCallback()
494 return GAP_SUCCESS; in GAP_DeregisterExScanCallback()
H A Dgap_br_discover.c45 return GAP_SUCCESS; in GAP_RegisterDiscoveryCallback()
55 return GAP_SUCCESS; in GAP_DeregisterDiscoveryCallback()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/
H A Davctp_gap.c68 if (result != GAP_SUCCESS) { in AvctSecurityResult()
147 if (result != GAP_SUCCESS) { in AvctRevConnSecurityResult()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_comm.h28 #define GAP_SUCCESS BT_SUCCESS /// GAP error code success macro
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_session_fsm.c925 if (securityRslt.result != GAP_SUCCESS) { in RfcommRecvSessionSecurityRslt()
942 if (securityRslt.result != GAP_SUCCESS) { in RfcommRecvSessionSecurityRslt()
H A Drfcomm_channel_fsm.c177 if (result != GAP_SUCCESS) { in RfcommRecvSecurityRslt()
193 if (result != GAP_SUCCESS) { in RfcommRecvSecurityRslt()