Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_btm_receive.c198 static BtmAclCallbacks g_aclCallback = {0}; variable
203 g_aclCallback.connectionComplete = GapRecvAclConnectionComplete; in GapRegisterBtmAclCallbacks()
204 g_aclCallback.disconnectionComplete = GapRecvAclDisconnectionComplete; in GapRegisterBtmAclCallbacks()
207 g_aclCallback.leConnectionComplete = GapRecvLeConnectionComplete; in GapRegisterBtmAclCallbacks()
208 g_aclCallback.leDisconnectionComplete = GapRecvLeDisconnectionComplete; in GapRegisterBtmAclCallbacks()
210 BTM_RegisterAclCallbacks(&g_aclCallback, NULL); in GapRegisterBtmAclCallbacks()
215 BTM_DeregisterAclCallbacks(&g_aclCallback); in GapDeregisterBtmAclCallbacks()