Searched refs:HACK_get_handle (Results 1 – 4 of 4) sorted by relevance
410 return pimpl_->classic_impl_->HACK_get_handle(address); in HACK_GetHandle()414 return pimpl_->le_impl_->HACK_get_handle(address); in HACK_GetLeHandle()
218 uint16_t HACK_get_handle(const Address& address) const { in HACK_get_handle() function728 uint16_t HACK_get_handle(Address address) { in HACK_get_handle() function729 return connections.HACK_get_handle(address); in HACK_get_handle()
269 uint16_t HACK_get_handle(Address address) const { in HACK_get_handle() function650 uint16_t HACK_get_handle(Address address) { in HACK_get_handle() function651 return connections.HACK_get_handle(address); in HACK_get_handle()
1223 TEST_F(LeImplWithConnectionTest, HACK_get_handle) { in TEST_F() argument1226 ASSERT_EQ(kHciHandle, le_impl_->HACK_get_handle(remote_address_)); in TEST_F()