Home
last modified time | relevance | path

Searched defs:HACK_get_handle (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dclassic_impl.h217 uint16_t HACK_get_handle(const Address& address) const { in HACK_get_handle() function
730 uint16_t HACK_get_handle(Address address) { return connections.HACK_get_handle(address); } in HACK_get_handle() function
Dle_impl.h274 uint16_t HACK_get_handle(Address address) const { in HACK_get_handle() function
650 uint16_t HACK_get_handle(Address address) { return connections.HACK_get_handle(address); } in HACK_get_handle() function
Dle_impl_test.cc1297 TEST_F(LeImplWithConnectionTest, HACK_get_handle) { in TEST_F() argument