Searched refs:on_notification_sent (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | dis.rs | 234 fn on_notification_sent(&mut self, _addr: RawAddress, _status: GattStatus) {} in on_notification_sent() method
|
D | bluetooth_gatt.rs | 1087 fn on_notification_sent(&mut self, _addr: RawAddress, _status: GattStatus); in on_notification_sent() method 3586 cb.on_notification_sent(address, status); in indication_sent_cb() 3604 cb.on_notification_sent(callback.0.clone(), callback.1); in congestion_cb()
|
/packages/modules/Bluetooth/floss/pandora/floss/ |
D | gatt_server.py | 135 def on_notification_sent(self, addr, status): member in GattServerCallbacks 488 observer.on_notification_sent(addr, status) 1239 def on_notification_sent(self, addr, status): member in FlossGattServer
|
/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
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | callbacks.rs | 1070 fn on_notification_sent(&mut self, addr: RawAddress, status: GattStatus) { in on_notification_sent() method
|
D | dbus_iface.rs | 2028 fn on_notification_sent(&mut self, addr: RawAddress, status: GattStatus) {} in on_notification_sent() method
|