Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Ddis.rs234 fn on_notification_sent(&mut self, _addr: RawAddress, _status: GattStatus) {} in on_notification_sent() method
Dbluetooth_gatt.rs1087 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/
Dgatt_server.py135 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/
Diface_bluetooth_gatt.rs234 fn on_notification_sent(&mut self, addr: RawAddress, status: GattStatus) { in on_notification_sent() method
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcallbacks.rs1070 fn on_notification_sent(&mut self, addr: RawAddress, status: GattStatus) { in on_notification_sent() method
Ddbus_iface.rs2028 fn on_notification_sent(&mut self, addr: RawAddress, status: GattStatus) {} in on_notification_sent() method