Home
last modified time | relevance | path

Searched refs: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
362 observer.on_characteristic_write(addr, status, handle)
557 def on_characteristic_write(self, addr, status, handle): member in FlossGattClient
/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
3099 cb.on_characteristic_write(addr, status, handle as i32); in write_characteristic_cb()
3174 cb.on_characteristic_write(callback.0.clone(), callback.1, callback.2); in congestion_cb()
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/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/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