Home
last modified time | relevance | path

Searched defs:on_characteristic_write (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/floss/pandora/floss/
Dgatt_client.py92 def on_characteristic_write(self, addr, status, handle): member in GattClientCallbacks
557 def on_characteristic_write(self, addr, status, handle): member in FlossGattClient
/packages/modules/Bluetooth/floss/pandora/server/
Dgatt.py129 def on_characteristic_write(self, addr, status, handle): member in GATTService.WriteAttFromHandle.WriteAttObserver
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbattery_service.rs508 fn on_characteristic_write(&mut self, _addr: RawAddress, _status: GattStatus, _handle: i32) {} in on_characteristic_write() method
Dbluetooth_gatt.rs983 fn on_characteristic_write(&mut self, _addr: RawAddress, _status: GattStatus, _handle: i32); in on_characteristic_write() method
4271 fn on_characteristic_write( in on_characteristic_write() method
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_gatt.rs91 fn on_characteristic_write(&mut self, addr: RawAddress, status: GattStatus, handle: i32) { in on_characteristic_write() method
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcallbacks.rs784 fn on_characteristic_write(&mut self, addr: RawAddress, status: GattStatus, handle: i32) { in on_characteristic_write() method
Ddbus_iface.rs1915 fn on_characteristic_write(&mut self, addr: RawAddress, status: GattStatus, handle: i32) {} in on_characteristic_write() method