Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_btm_receive.c204 g_aclCallback.disconnectionComplete = GapRecvAclDisconnectionComplete; in GapRegisterBtmAclCallbacks()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dpower_manager.cpp118 … pimpl->btmAclCallbacks_.disconnectionComplete = PowerManager::impl::DisconnectionCompleteCallBack; in Enable()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dbtm.h231 …void (*disconnectionComplete)(uint8_t status, uint16_t connectionHandle, uint8_t reason, void *con… member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_cmn.c692 .disconnectionComplete = L2capAclDisconnectedCallback,
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_acl.c1381 if (block->callbacks->disconnectionComplete != NULL) { in BtmOnDisconnectComplete()
1382 block->callbacks->disconnectionComplete( in BtmOnDisconnectComplete()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter.cpp305 btmAclCbs_.disconnectionComplete = DisconnectionComplete; in RegisterCallback()