Home
last modified time | relevance | path

Searched refs:HACK_get_handle (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager.cc410 return pimpl_->classic_impl_->HACK_get_handle(address); in HACK_GetHandle()
414 return pimpl_->le_impl_->HACK_get_handle(address); in HACK_GetLeHandle()
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dclassic_impl.h218 uint16_t HACK_get_handle(const Address& address) const { in HACK_get_handle() function
728 uint16_t HACK_get_handle(Address address) { in HACK_get_handle() function
729 return connections.HACK_get_handle(address); in HACK_get_handle()
Dle_impl.h269 uint16_t HACK_get_handle(Address address) const { in HACK_get_handle() function
650 uint16_t HACK_get_handle(Address address) { in HACK_get_handle() function
651 return connections.HACK_get_handle(address); in HACK_get_handle()
Dle_impl_test.cc1223 TEST_F(LeImplWithConnectionTest, HACK_get_handle) { in TEST_F() argument
1226 ASSERT_EQ(kHciHandle, le_impl_->HACK_get_handle(remote_address_)); in TEST_F()