Home
last modified time | relevance | path

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

/aosp12/system/bt/stack/gatt/
H A Dconnection_manager.cc179 direct_connect_remove(app_id, address); in remove_all_clients_with_pending_connections()
202 direct_connect_remove(app_id, address); in wl_direct_connect_timeout_cb()
259 bool direct_connect_remove(uint8_t app_id, const RawAddress& address) { in direct_connect_remove() function
H A Dconnection_manager.h53 extern bool direct_connect_remove(tAPP_ID app_id, const RawAddress& address);
H A Dgatt_main.cc260 connection_manager::direct_connect_remove(CONN_MGR_ID_L2CAP, in gatt_disconnect()
H A Dgatt_utils.cc1408 connection_manager::direct_connect_remove(gatt_if, bda); in gatt_cancel_open()
/aosp12/system/bt/stack/test/
H A Dgatt_connection_manager_test.cc165 EXPECT_FALSE(direct_connect_remove(CLIENT2, address1)); in TEST_F()
176 EXPECT_TRUE(direct_connect_remove(CLIENT1, address1)); in TEST_F()
277 EXPECT_TRUE(direct_connect_remove(CLIENT1, address1)); in TEST_F()
/aosp12/system/bt/stack/test/common/
H A Dmock_gatt_connection_manager.cc51 bool connection_manager::direct_connect_remove(uint8_t app_id, in direct_connect_remove() function in connection_manager
/aosp12/system/bt/test/mock/
H A Dmock_stack_gatt_connection_manager.cc63 bool connection_manager::direct_connect_remove(uint8_t app_id, in direct_connect_remove() function in connection_manager
/aosp12/system/bt/stack/test/gatt/
H A Dmock_gatt_utils_ref.cc36 bool direct_connect_remove(uint8_t app_id, const RawAddress& address) { in direct_connect_remove() function
H A Dgatt_sr_test.cc61 bool direct_connect_remove(uint8_t app_id, const RawAddress& address) { in direct_connect_remove() function