Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/floss/pandora/floss/
Dgatt_client.py122 def on_descriptor_write(self, addr, status, handle): member in GattClientCallbacks
395 observer.on_descriptor_write(addr, status, handle)
590 def on_descriptor_write(self, addr, status, handle): member in FlossGattClient
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbattery_service.rs521 fn on_descriptor_write(&mut self, _addr: RawAddress, _status: GattStatus, _handle: i32) {} in on_descriptor_write() method
Dbluetooth_gatt.rs998 fn on_descriptor_write(&mut self, _addr: RawAddress, _status: GattStatus, _handle: i32); in on_descriptor_write() method
3127 cb.on_descriptor_write(addr, status, handle as i32); in write_descriptor_cb()
4290 fn on_descriptor_write(&mut self, _addr: RawAddress, _status: GattStatus, _handle: i32) {} in on_descriptor_write() method
/packages/modules/Bluetooth/floss/pandora/server/
Dgatt.py138 def on_descriptor_write(self, addr, status, handle): member in GATTService.WriteAttFromHandle.WriteAttObserver
604 def on_descriptor_write(self, addr, status, handle): member in GATTService.SetCharacteristicNotificationFromHandle.DescriptorObserver
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_gatt.rs112 fn on_descriptor_write(&mut self, addr: RawAddress, status: GattStatus, handle: i32) { in on_descriptor_write() method
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcallbacks.rs813 fn on_descriptor_write(&mut self, addr: RawAddress, status: GattStatus, handle: i32) { in on_descriptor_write() method
Ddbus_iface.rs1931 fn on_descriptor_write(&mut self, addr: RawAddress, status: GattStatus, handle: i32) {} in on_descriptor_write() method