Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dbtm.h241 } BtmAclCallbacks; typedef
251 int BTSTACK_API BTM_RegisterAclCallbacks(const BtmAclCallbacks *callbacks, void *context);
259 int BTSTACK_API BTM_DeregisterAclCallbacks(const BtmAclCallbacks *callbacks);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_btm_receive.c198 static BtmAclCallbacks g_aclCallback = {0};
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dpower_manager.cpp78 BtmAclCallbacks btmAclCallbacks_ {};
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter.h1076 BtmAclCallbacks btmAclCbs_ {};
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_acl.c90 const BtmAclCallbacks *callbacks;
186 static BtmAclCallbacksBlock *BtmAllocAclCallbacksBlock(const BtmAclCallbacks *callbacks, void *cont… in BtmAllocAclCallbacksBlock()
1666 int BTM_RegisterAclCallbacks(const BtmAclCallbacks *callbacks, void *context) in BTM_RegisterAclCallbacks()
1687 int BTM_DeregisterAclCallbacks(const BtmAclCallbacks *callbacks) in BTM_DeregisterAclCallbacks()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_cmn.c690 static BtmAclCallbacks g_btmAclCallback = {
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.cpp143 BtmAclCallbacks btmAclCb_ {};