Searched refs:direct_connect_remove (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/system/stack/test/ |
D | connection_manager_test.cc | 175 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/ |
D | connection_manager.h | 77 bool direct_connect_remove(tAPP_ID app_id, const RawAddress& address,
|
D | connection_manager.cc | 446 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/ |
D | mock_stack_connection_manager.cc | 52 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/ |
D | le_impl.h | 375 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/ |
D | gatt_utils.cc | 1532 if (connection_manager::direct_connect_remove(gatt_if, bda)) { in gatt_cancel_open()
|