Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbattery_service.rs330 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()
Dbluetooth_gatt.rs523 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/
Dbluetooth.py353 def refresh_device(self, address): member in Bluetooth
354 return self.gatt_client.refresh_device(address)
Dgatt.py334 self.bluetooth.refresh_device(address)
/packages/modules/Bluetooth/floss/pandora/floss/
Dgatt_client.py754 def refresh_device(self, address): member in FlossGattClient
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_gatt.rs781 fn refresh_device(&self, client_id: i32, addr: RawAddress) { in refresh_device() method
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs1656 fn refresh_device(&self, client_id: i32, addr: RawAddress) { in refresh_device() method