/packages/modules/Bluetooth/system/btif/src/ |
D | btif_hearing_aid.cc | 79 void Disconnect(const RawAddress& address) override { in Disconnect() function in __anone299c8dc0211::HearingAidInterfaceImpl 80 do_in_main_thread(FROM_HERE, Bind(&HearingAid::Disconnect, address)); in Disconnect() 98 do_in_main_thread(FROM_HERE, Bind(&HearingAid::Disconnect, address)); in RemoveDevice()
|
D | btif_has_client.cc | 69 void Disconnect(const RawAddress& addr) override { in Disconnect() function in __anon4d3a264b0111::HearingAaccessClientServiceInterfaceImpl 70 do_in_main_thread(FROM_HERE, Bind(&HasClient::Disconnect, in Disconnect() 116 do_in_main_thread(FROM_HERE, Bind(&HasClient::Disconnect, in RemoveDevice()
|
D | btif_csis_client.cc | 75 void Disconnect(const RawAddress& addr) override { in Disconnect() function in __anon9d87b2c10111::CsipSetCoordinatorServiceInterfaceImpl 83 do_in_main_thread(FROM_HERE, Bind(&CsisClient::Disconnect, in Disconnect()
|
D | btif_vc.cc | 127 void Disconnect(const RawAddress& address) override { in Disconnect() function in __anon360f704a0111::VolumeControlInterfaceImpl 135 Bind(&VolumeControl::Disconnect, in Disconnect()
|
/packages/modules/Bluetooth/system/bta/vc/ |
D | devices.h | 116 void Disconnect(tGATT_IF gatt_if); 217 void Disconnect(tGATT_IF gatt_if) { in Disconnect() function 219 device.Disconnect(gatt_if); in Disconnect()
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | acl_manager_mock.h | 44 MOCK_METHOD(bool, Disconnect, (DisconnectReason reason), (override)); 60 MOCK_METHOD(void, Disconnect, (DisconnectReason reason), (override));
|
/packages/modules/Bluetooth/android/pandora/test/ |
D | sdp_test.py | 99 await self.ref.aio.host.Disconnect(connection=ref_dut) 143 await self.ref.aio.host.Disconnect(connection=ref_dut) 190 await self.ref.aio.host.Disconnect(connection=ref_dut)
|
D | asha_test.py | 386 self.ref_left.aio.host.Disconnect(connection=ref_left_dut), 390 self.ref_right.aio.host.Disconnect(connection=ref_right_dut), 420 await self.dut.aio.host.Disconnect(dut_ref) 480 await self.dut.aio.host.Disconnect(connection=dut_ref) 515 self.dut.aio.host.Disconnect(connection=dut_ref_left), 516 self.dut.aio.host.Disconnect(connection=dut_ref_right), 545 await self.ref_left.aio.host.Disconnect(connection=ref_dut) 574 await self.dut.aio.host.Disconnect(connection=dut_ref) 619 await self.ref_left.aio.host.Disconnect(connection=ref_dut) 661 await self.ref_left.aio.host.Disconnect(connection=ref_left_dut) [all …]
|
D | gatt_test.py | 196 await self.ref.aio.host.Disconnect(ref_connection_to_dut) 226 await self.ref.aio.host.Disconnect(ref_connection_to_dut) 231 await self.ref.aio.host.Disconnect(ref_connection_to_dut)
|
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/ |
D | link.cc | 62 …link_idle_disconnect_alarm_.Schedule(common::BindOnce(&Link::Disconnect, common::Unretained(this)), in Link() 148 void Link::Disconnect() { in Disconnect() function in bluetooth::l2cap::le::internal::Link 149 acl_connection_->Disconnect(hci::DisconnectReason::REMOTE_USER_TERMINATED_CONNECTION); in Disconnect() 288 …link_idle_disconnect_alarm_.Schedule(common::BindOnce(&Link::Disconnect, common::Unretained(this)), in RefreshRefCount()
|
/packages/modules/Bluetooth/android/pandora/mmi2grpc/mmi2grpc/ |
D | rfcomm.py | 140 self.rfcomm.Disconnect(connection=self.connection) 182 self.rfcomm.Disconnect(connection=self.connection)
|
/packages/modules/Bluetooth/system/stack/test/common/ |
D | mock_eatt.cc | 51 void EattExtension::Disconnect(const RawAddress& bd_addr, uint16_t cid) { in Disconnect() function in bluetooth::eatt::EattExtension 52 pimpl_->Disconnect(bd_addr, cid); in Disconnect()
|
D | mock_hcic_layer.h | 43 virtual void Disconnect(uint16_t handle, uint8_t reason) = 0; 87 MOCK_METHOD((void), Disconnect, (uint16_t handle, uint8_t reason),
|
D | mock_hcic_layer.cc | 55 hcic_interface->Disconnect(handle, reason); in btsnd_hcic_disconnect() 111 virtual void Disconnect(uint16_t handle, uint8_t reason) const override { in Disconnect() function in bluetooth::legacy::hci::MockInterface
|
/packages/modules/Bluetooth/system/gd/security/channel/ |
D | security_manager_channel.cc | 65 void SecurityManagerChannel::Disconnect(hci::Address address) { in Disconnect() function in bluetooth::security::channel::SecurityManagerChannel 72 entry->second->Disconnect(); in Disconnect()
|
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/ |
D | link.cc | 66 …link_idle_disconnect_alarm_.Schedule(common::BindOnce(&Link::Disconnect, common::Unretained(this)), in Link() 86 void Link::Disconnect() { in Disconnect() function in bluetooth::l2cap::classic::internal::Link 87 acl_connection_->Disconnect(hci::DisconnectReason::REMOTE_USER_TERMINATED_CONNECTION); in Disconnect() 277 …link_idle_disconnect_alarm_.Schedule(common::BindOnce(&Link::Disconnect, common::Unretained(this)), in RefreshRefCount()
|
/packages/modules/Bluetooth/tools/rootcanal/test/LL/DDI/ADV/ |
D | BV_06_C.py | 106 hci.Disconnect(connection_handle=connection_handle, 113 ll.Disconnect(source_address=controller.address,
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_legacy_hci_interface.h | 26 MOCK_METHOD(void, Disconnect, (uint16_t handle, uint8_t reason), (const));
|
D | mock_bta_hearing_aid.cc | 60 void HearingAid::Disconnect(const RawAddress& /* address */) { in Disconnect() function in HearingAid
|
D | mock_bta_vc_device.cc | 75 void VolumeControlDevice::Disconnect(tGATT_IF /* gatt_if */) { in Disconnect() function in VolumeControlDevice
|
/packages/modules/Bluetooth/tools/rootcanal/test/LL/SEC/ADV/ |
D | BV_11_C.py | 163 hci.Disconnect(connection_handle=connection_complete_evt.connection_handle, 169 ll.Disconnect(source_address=direct_ind.source_address,
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | bt_hearing_aid.h | 61 virtual void Disconnect(const RawAddress& address) = 0;
|
/packages/modules/Bluetooth/system/bta/test/common/ |
D | mock_csis_client.h | 27 MOCK_METHOD((void), Disconnect, (const RawAddress& addr), (override));
|
/packages/modules/Bluetooth/system/gd/l2cap/classic/ |
D | link_security_interface.h | 71 virtual void Disconnect() = 0;
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_has_api.h | 41 virtual void Disconnect(const RawAddress& addr) = 0;
|