Searched refs:on_notify (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/floss/pandora/floss/ |
D | gatt_client.py | 132 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/ |
D | battery_service.rs | 481 fn on_notify(&mut self, addr: RawAddress, handle: i32, value: Vec<u8>) { in on_notify() method
|
D | bluetooth_gatt.rs | 1001 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/ |
D | iface_bluetooth_gatt.rs | 117 fn on_notify(&mut self, addr: RawAddress, handle: i32, value: Vec<u8>) { in on_notify() method
|
/packages/modules/Bluetooth/floss/pandora/server/ |
D | gatt.py | 71 def on_notify(self, addr, handle, value): member in GATTService.SendCharacteristicNotificationObserver
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | callbacks.rs | 822 fn on_notify(&mut self, addr: RawAddress, handle: i32, value: Vec<u8>) { in on_notify() method
|
D | dbus_iface.rs | 1934 fn on_notify(&mut self, addr: RawAddress, handle: i32, value: Vec<u8>) {} in on_notify() method
|