Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd_failure_link_ctrl.c98 if (callbacks->connectionComplete != NULL) { in HciCmdOnCreateConnectionFailed()
99 callbacks->connectionComplete(&returnParam); in HciCmdOnCreateConnectionFailed()
144 if (callbacks->connectionComplete != NULL) { in HciCmdOnAcceptConnectionRequestFailed()
145 callbacks->connectionComplete(&returnParam); in HciCmdOnAcceptConnectionRequestFailed()
159 if (callbacks->connectionComplete != NULL) { in HciCmdOnRejectConnectionRequestFailed()
160 callbacks->connectionComplete(&returnParam); in HciCmdOnRejectConnectionRequestFailed()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_btm_receive.c203 g_aclCallback.connectionComplete = GapRecvAclConnectionComplete; in GapRegisterBtmAclCallbacks()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dpower_manager.cpp117 pimpl->btmAclCallbacks_.connectionComplete = PowerManager::impl::ConnectionCompleteCallBack; in Enable()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dbtm.h229 void (*connectionComplete)(const BtmAclConnectCompleteParam *param, void *context); member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_acl.c553 if (block->callbacks->connectionComplete != NULL) { in BtmOnConnectionComplete()
554 block->callbacks->connectionComplete(&connectCompleteParam, block->context); in BtmOnConnectionComplete()
2404 .connectionComplete = BtmOnConnectionComplete,
H A Dbtm_sco.c1025 .connectionComplete = BtmScoOnConnectionComplete,
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_cmn.c691 .connectionComplete = L2capBdrAclConnectedCallback,
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt.c195 if (callbacks->connectionComplete != NULL) { in HciEventOnConnectionCompleteEvent()
196 callbacks->connectionComplete(param); in HciEventOnConnectionCompleteEvent()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.h954 void (*connectionComplete)(const HciConnectionCompleteEventParam *eventParam); member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter.cpp304 btmAclCbs_.connectionComplete = ConnectionComplete; in RegisterCallback()