Searched defs:remove_device (Results 1 – 8 of 8) sorted by relevance
50 fn remove_device(self: Pin<&mut CsisClientIntf>, addr: RawAddress); in remove_device() function195 pub fn remove_device(&mut self, addr: RawAddress) { in remove_device() method
36 fn remove_device(self: Pin<&mut VolumeControlIntf>, addr: RawAddress); in remove_device() function241 pub fn remove_device(&mut self, addr: RawAddress) { in remove_device() method
144 fn remove_device(self: Pin<&mut LeAudioClientIntf>, addr: RawAddress); in remove_device() function635 pub fn remove_device(&mut self, addr: RawAddress) { in remove_device() method
163 void CsisClientIntf::remove_device(RawAddress addr) { in remove_device() function in bluetooth::topshim::rust::CsisClientIntf
271 void remove_device(const RawAddress& address) { in remove_device() function in bluetooth::le_audio::LeAudioHealthStatusImpl
185 void VolumeControlIntf::remove_device(RawAddress addr) { in remove_device() function in bluetooth::topshim::rust::VolumeControlIntf
396 void LeAudioClientIntf::remove_device(RawAddress addr) { in remove_device() function in bluetooth::topshim::rust::LeAudioClientIntf
774 bool remove_device = false; in bta_dm_acl_down() local