Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dbtm.h241 } BtmAclCallbacks; typedef
246 * @param callbacks Point to <b>BtmAclCallbacks</b> struct, the struct must be available before calling to
251 int BTSTACK_API BTM_RegisterAclCallbacks(const BtmAclCallbacks *callbacks, void *context);
256 * @param callbacks Point to <b>BtmAclCallbacks</b> struct.
259 int BTSTACK_API BTM_DeregisterAclCallbacks(const BtmAclCallbacks *callbacks);
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_btm_receive.c198 static BtmAclCallbacks g_aclCallback = {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 *context) in BtmAllocAclCallbacksBlock()
1666 int BTM_RegisterAclCallbacks(const BtmAclCallbacks *callbacks, void *context) in BTM_RegisterAclCallbacks()
1687 int BTM_DeregisterAclCallbacks(const BtmAclCallbacks *callbacks) in BTM_DeregisterAclCallbacks()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dpower_manager.cpp78 BtmAclCallbacks btmAclCallbacks_ {};
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter.h1083 BtmAclCallbacks btmAclCbs_ {};
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_cmn.c690 static BtmAclCallbacks g_btmAclCallback = {
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.cpp140 BtmAclCallbacks btmAclCb_ {};

Completed in 17 milliseconds