Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_acl.cc122 struct btm_acl_removed btm_acl_removed; variable
499 void btm_acl_removed(uint16_t handle) { in btm_acl_removed() function
501 test::mock::stack_acl::btm_acl_removed(handle); in btm_acl_removed()
Dmock_stack_acl.h845 struct btm_acl_removed { struct
849 extern struct btm_acl_removed btm_acl_removed; argument
/packages/modules/Bluetooth/system/stack/test/
Dstack_acl_test.cc116 btm_acl_removed(hci_handle); in TEST_F()
/packages/modules/Bluetooth/system/stack/include/
Dacl_api.h293 void btm_acl_removed(uint16_t handle);
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_link.cc58 void btm_acl_removed(uint16_t handle);
372 btm_acl_removed(handle); in l2c_link_hci_disc_comp()
391 btm_acl_removed(p_lcb->Handle()); in l2c_link_hci_disc_comp()
Dl2c_utils.cc190 btm_acl_removed(p_lcb->Handle()); in l2cu_release_lcb()
/packages/modules/Bluetooth/system/stack/acl/
Dbtm_acl.cc490 void btm_acl_removed(uint16_t handle) { in btm_acl_removed() function