Searched refs:remove_device (Results 1 – 10 of 10) sorted by relevance
51 fn remove_device(self: Pin<&mut CsisClientIntf>, addr: RawAddress); in remove_device() function209 pub fn remove_device(&mut self, addr: RawAddress) { in remove_device() method210 self.internal.pin_mut().remove_device(addr); in remove_device()
36 fn remove_device(self: Pin<&mut VolumeControlIntf>, addr: RawAddress); in remove_device() function240 pub fn remove_device(&mut self, addr: RawAddress) { in remove_device() method241 self.internal.pin_mut().remove_device(addr); in remove_device()
146 fn remove_device(self: Pin<&mut LeAudioClientIntf>, addr: RawAddress); in remove_device() function652 pub fn remove_device(&mut self, addr: RawAddress) { in remove_device() method653 self.internal.pin_mut().remove_device(addr); in remove_device()
37 void remove_device(RawAddress addr);
151 void CsisClientIntf::remove_device(RawAddress addr) { return intf_->RemoveDevice(addr); } in remove_device() function in bluetooth::topshim::rust::CsisClientIntf
214 void VolumeControlIntf::remove_device(RawAddress addr) { return intf_->RemoveDevice(addr); } in remove_device() function in bluetooth::topshim::rust::VolumeControlIntf
50 void remove_device(RawAddress addr);
370 void LeAudioClientIntf::remove_device(RawAddress addr) { return intf_->RemoveDevice(addr); } in remove_device() function in bluetooth::topshim::rust::LeAudioClientIntf
58 remove_device(address); in RemoveStatistics()269 void remove_device(const RawAddress& address) { in remove_device() function in bluetooth::le_audio::LeAudioHealthStatusImpl