Home
last modified time | relevance | path

Searched refs:on_create_connection_timeout (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_impl_test.cc334 le_impl_->on_create_connection_timeout(address); in test_direct_connection_after_background_connection()
420 le_impl_->on_create_connection_timeout(address); in test_direct_connect_after_direct_connect()
1311 TEST_F(LeImplTest, on_create_connection_timeout) { in TEST_F() argument
1320 le_impl_->on_create_connection_timeout(remote_public_address_with_type_); in TEST_F()
Dle_impl.h688 common::BindOnce(&le_impl::on_create_connection_timeout, common::Unretained(this), in direct_connect_add()
1037 void on_create_connection_timeout(AddressWithType address_with_type) { in on_create_connection_timeout() function