Searched refs:g_aclCallback (Results 1 – 1 of 1) sorted by relevance
198 static BtmAclCallbacks g_aclCallback = {0}; variable203 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()