Home
last modified time | relevance | path

Searched refs:direct_connect_remove (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/stack/test/
Dconnection_manager_test.cc175 EXPECT_FALSE(direct_connect_remove(CLIENT2, address1)); in TEST_F()
185 EXPECT_TRUE(direct_connect_remove(CLIENT1, address1)); in TEST_F()
282 EXPECT_TRUE(direct_connect_remove(CLIENT1, address1)); in TEST_F()
/packages/modules/Bluetooth/system/stack/connection_manager/
Dconnection_manager.h77 bool direct_connect_remove(tAPP_ID app_id, const RawAddress& address,
Dconnection_manager.cc446 direct_connect_remove(app_id, address); in remove_all_clients_with_pending_connections()
478 direct_connect_remove(app_id, address, true); in wl_direct_connect_timeout_cb()
570 bool direct_connect_remove(uint8_t app_id, const RawAddress& address, bool connection_timeout) { in direct_connect_remove() function
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_connection_manager.cc52 bool connection_manager::direct_connect_remove(uint8_t /* app_id */, in direct_connect_remove() function in connection_manager
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_impl.h375 direct_connect_remove(address_with_type); in on_common_le_connection_complete()
490 direct_connect_remove(remote_address); in on_le_connection_complete()
717 void direct_connect_remove(AddressWithType address_with_type) { in direct_connect_remove() function
1127 direct_connect_remove(address_with_type); in on_create_connection_timeout()
1144 direct_connect_remove(address_with_type); in cancel_connect()
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_utils.cc1532 if (connection_manager::direct_connect_remove(gatt_if, bda)) { in gatt_cancel_open()