Searched refs:on_descriptor_write (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/floss/pandora/floss/ |
D | gatt_client.py | 122 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/ |
D | battery_service.rs | 521 fn on_descriptor_write(&mut self, _addr: RawAddress, _status: GattStatus, _handle: i32) {} in on_descriptor_write() method
|
D | bluetooth_gatt.rs | 998 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/ |
D | gatt.py | 138 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/ |
D | iface_bluetooth_gatt.rs | 112 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/ |
D | callbacks.rs | 813 fn on_descriptor_write(&mut self, addr: RawAddress, status: GattStatus, handle: i32) { in on_descriptor_write() method
|
D | dbus_iface.rs | 1931 fn on_descriptor_write(&mut self, addr: RawAddress, status: GattStatus, handle: i32) {} in on_descriptor_write() method
|