Home
last modified time | relevance | path

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

/aosp_15_r20/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
/aosp_15_r20/packages/modules/Bluetooth/floss/pandora/server/
Dgatt.py129 def on_characteristic_write(self, addr, status, handle): member in GATTService.WriteAttFromHandle.WriteAttObserver
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbattery_service.rs507 fn on_characteristic_write(&mut self, _addr: RawAddress, _status: GattStatus, _handle: i32) {} in on_characteristic_write() method
Dbluetooth_gatt.rs984 fn on_characteristic_write(&mut self, _addr: RawAddress, _status: GattStatus, _handle: i32); in on_characteristic_write() method
4175 fn on_characteristic_write( in on_characteristic_write() method
/aosp_15_r20/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
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcallbacks.rs791 fn on_characteristic_write(&mut self, addr: RawAddress, status: GattStatus, handle: i32) { in on_characteristic_write() method
Ddbus_iface.rs1931 fn on_characteristic_write(&mut self, addr: RawAddress, status: GattStatus, handle: i32) {} in on_characteristic_write() method