Searched refs:on_characteristic_write (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/floss/pandora/floss/ |
D | gatt_client.py | 92 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/ |
D | battery_service.rs | 508 fn on_characteristic_write(&mut self, _addr: RawAddress, _status: GattStatus, _handle: i32) {} in on_characteristic_write() method
|
D | bluetooth_gatt.rs | 983 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/ |
D | iface_bluetooth_gatt.rs | 91 fn on_characteristic_write(&mut self, addr: RawAddress, status: GattStatus, handle: i32) { in on_characteristic_write() method
|
/packages/modules/Bluetooth/floss/pandora/server/ |
D | gatt.py | 129 def on_characteristic_write(self, addr, status, handle): member in GATTService.WriteAttFromHandle.WriteAttObserver
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | callbacks.rs | 784 fn on_characteristic_write(&mut self, addr: RawAddress, status: GattStatus, handle: i32) { in on_characteristic_write() method
|
D | dbus_iface.rs | 1915 fn on_characteristic_write(&mut self, addr: RawAddress, status: GattStatus, handle: i32) {} in on_characteristic_write() method
|