Home
last modified time | relevance | path

Searched defs:on_notify (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbattery_service.rs450 fn on_notify(&mut self, addr: String, handle: i32, value: Vec<u8>) { in on_notify() method
Dbluetooth_gatt.rs969 fn on_notify(&mut self, _addr: String, _handle: i32, _value: Vec<u8>); in on_notify() method
4468 fn on_notify(&mut self, _addr: String, _handle: i32, _value: Vec<u8>) {} in on_notify() method
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcallbacks.rs761 fn on_notify(&mut self, addr: String, handle: i32, value: Vec<u8>) { in on_notify() method
Ddbus_iface.rs1750 fn on_notify(&mut self, addr: String, handle: i32, value: Vec<u8>) {} in on_notify() method
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_gatt.rs113 fn on_notify(&mut self, addr: String, handle: i32, value: Vec<u8>) { in on_notify() method