Searched refs:refresh_device (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | battery_service.rs | 330 self.refresh_device(addr); in refresh_all_devices() 334 fn refresh_device(&self, remote_address: RawAddress) -> bool { in refresh_device() method 373 self.refresh_device(remote_address) in refresh_battery_info()
|
D | bluetooth_gatt.rs | 523 fn refresh_device(&self, client_id: i32, addr: RawAddress); in refresh_device() method 2468 fn refresh_device(&self, client_id: i32, addr: RawAddress) { in refresh_device() method
|
/packages/modules/Bluetooth/floss/pandora/server/ |
D | bluetooth.py | 353 def refresh_device(self, address): member in Bluetooth 354 return self.gatt_client.refresh_device(address)
|
D | gatt.py | 334 self.bluetooth.refresh_device(address)
|
/packages/modules/Bluetooth/floss/pandora/floss/ |
D | gatt_client.py | 754 def refresh_device(self, address): member in FlossGattClient
|
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | iface_bluetooth_gatt.rs | 781 fn refresh_device(&self, client_id: i32, addr: RawAddress) { in refresh_device() method
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | dbus_iface.rs | 1656 fn refresh_device(&self, client_id: i32, addr: RawAddress) { in refresh_device() method
|