Home
last modified time | relevance | path

Searched refs:drop_device (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbattery_service.rs166 self.drop_device(addr); in handle_action()
180 self.drop_device(addr); in handle_action()
187 self.drop_device(addr); in handle_action()
209 self.drop_device(addr); in handle_action()
234 self.drop_device(device.address); in handle_action()
274 fn drop_device(&mut self, remote_address: RawAddress) { in drop_device() method