Home
last modified time | relevance | path

Searched defs:on_notification_sent (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/floss/pandora/floss/
Dgatt_server.py135 def on_notification_sent(self, addr, status): member in GattServerCallbacks
1239 def on_notification_sent(self, addr, status): member in FlossGattServer
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Ddis.rs232 fn on_notification_sent(&mut self, _addr: RawAddress, _status: GattStatus) {} in on_notification_sent() method
Dbluetooth_gatt.rs1088 fn on_notification_sent(&mut self, _addr: RawAddress, _status: GattStatus); in on_notification_sent() method
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_gatt.rs234 fn on_notification_sent(&mut self, addr: RawAddress, status: GattStatus) { in on_notification_sent() method
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcallbacks.rs1077 fn on_notification_sent(&mut self, addr: RawAddress, status: GattStatus) { in on_notification_sent() method
Ddbus_iface.rs2044 fn on_notification_sent(&mut self, addr: RawAddress, status: GattStatus) {} in on_notification_sent() method