Home
last modified time | relevance | path

Searched refs:on_notify (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/floss/pandora/floss/
Dgatt_client.py132 def on_notify(self, addr, handle, value): member in GattClientCallbacks
406 observer.on_notify(addr, handle, value)
601 def on_notify(self, addr, handle, value): member in FlossGattClient
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbattery_service.rs481 fn on_notify(&mut self, addr: RawAddress, handle: i32, value: Vec<u8>) { in on_notify() method
Dbluetooth_gatt.rs1001 fn on_notify(&mut self, _addr: RawAddress, _handle: i32, _value: Vec<u8>); in on_notify() method
3058 cb.on_notify(data.bda, data.handle as i32, data.value[0..data.len as usize].to_vec()); in notify_cb()
4292 fn on_notify(&mut self, _addr: RawAddress, _handle: i32, _value: Vec<u8>) {} in on_notify() method
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_gatt.rs117 fn on_notify(&mut self, addr: RawAddress, handle: i32, value: Vec<u8>) { in on_notify() method
/packages/modules/Bluetooth/floss/pandora/server/
Dgatt.py71 def on_notify(self, addr, handle, value): member in GATTService.SendCharacteristicNotificationObserver
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcallbacks.rs822 fn on_notify(&mut self, addr: RawAddress, handle: i32, value: Vec<u8>) { in on_notify() method
Ddbus_iface.rs1934 fn on_notify(&mut self, addr: RawAddress, handle: i32, value: Vec<u8>) {} in on_notify() method