Home
last modified time | relevance | path

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

/aosp_15_r20/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
/aosp_15_r20/packages/modules/Bluetooth/floss/pandora/floss/
Dgatt_client.py122 def on_descriptor_write(self, addr, status, handle): member in GattClientCallbacks
590 def on_descriptor_write(self, addr, status, handle): member in FlossGattClient
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbattery_service.rs520 fn on_descriptor_write(&mut self, _addr: RawAddress, _status: GattStatus, _handle: i32) {} in on_descriptor_write() method
Dbluetooth_gatt.rs999 fn on_descriptor_write(&mut self, _addr: RawAddress, _status: GattStatus, _handle: i32); in on_descriptor_write() method
4194 fn on_descriptor_write(&mut self, _addr: RawAddress, _status: GattStatus, _handle: i32) {} in on_descriptor_write() method
/aosp_15_r20/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
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcallbacks.rs820 fn on_descriptor_write(&mut self, addr: RawAddress, status: GattStatus, handle: i32) { in on_descriptor_write() method
Ddbus_iface.rs1947 fn on_descriptor_write(&mut self, addr: RawAddress, status: GattStatus, handle: i32) {} in on_descriptor_write() method