Home
last modified time | relevance | path

Searched defs:remove_device (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dcsis.rs50 fn remove_device(self: Pin<&mut CsisClientIntf>, addr: RawAddress); in remove_device() function
195 pub fn remove_device(&mut self, addr: RawAddress) { in remove_device() method
Dvc.rs36 fn remove_device(self: Pin<&mut VolumeControlIntf>, addr: RawAddress); in remove_device() function
241 pub fn remove_device(&mut self, addr: RawAddress) { in remove_device() method
Dle_audio.rs144 fn remove_device(self: Pin<&mut LeAudioClientIntf>, addr: RawAddress); in remove_device() function
635 pub fn remove_device(&mut self, addr: RawAddress) { in remove_device() method
/packages/modules/Bluetooth/system/gd/rust/topshim/csis/
Dcsis_shim.cc163 void CsisClientIntf::remove_device(RawAddress addr) { in remove_device() function in bluetooth::topshim::rust::CsisClientIntf
/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_health_status.cc271 void remove_device(const RawAddress& address) { in remove_device() function in bluetooth::le_audio::LeAudioHealthStatusImpl
/packages/modules/Bluetooth/system/gd/rust/topshim/vc/
Dvc_shim.cc185 void VolumeControlIntf::remove_device(RawAddress addr) { in remove_device() function in bluetooth::topshim::rust::VolumeControlIntf
/packages/modules/Bluetooth/system/gd/rust/topshim/le_audio/
Dle_audio_shim.cc396 void LeAudioClientIntf::remove_device(RawAddress addr) { in remove_device() function in bluetooth::topshim::rust::LeAudioClientIntf
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_act.cc774 bool remove_device = false; in bta_dm_acl_down() local