Searched defs:on_notification_sent (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/floss/pandora/floss/ |
D | gatt_server.py | 135 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/ |
D | dis.rs | 232 fn on_notification_sent(&mut self, _addr: RawAddress, _status: GattStatus) {} in on_notification_sent() method
|
D | bluetooth_gatt.rs | 1088 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/ |
D | iface_bluetooth_gatt.rs | 234 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/ |
D | callbacks.rs | 1077 fn on_notification_sent(&mut self, addr: RawAddress, status: GattStatus) { in on_notification_sent() method
|
D | dbus_iface.rs | 2044 fn on_notification_sent(&mut self, addr: RawAddress, status: GattStatus) {} in on_notification_sent() method
|