Searched refs:disconnectionComplete (Results 1 – 6 of 6) sorted by relevance
204 g_aclCallback.disconnectionComplete = GapRecvAclDisconnectionComplete; in GapRegisterBtmAclCallbacks()
118 … pimpl->btmAclCallbacks_.disconnectionComplete = PowerManager::impl::DisconnectionCompleteCallBack; in Enable()
231 …void (*disconnectionComplete)(uint8_t status, uint16_t connectionHandle, uint8_t reason, void *con… member
692 .disconnectionComplete = L2capAclDisconnectedCallback,
1381 if (block->callbacks->disconnectionComplete != NULL) { in BtmOnDisconnectComplete()1382 block->callbacks->disconnectionComplete( in BtmOnDisconnectComplete()
305 btmAclCbs_.disconnectionComplete = DisconnectionComplete; in RegisterCallback()