Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/test/second_address_tests/
Dsecond_address_test_service.cpp118 void on_notify(const std::shared_ptr<vsomeip::message> &_message) { in on_notify() function in second_address_test_service
/aosp_15_r20/packages/modules/Bluetooth/floss/pandora/floss/
Dgatt_client.py132 def on_notify(self, addr, handle, value): member in GattClientCallbacks
601 def on_notify(self, addr, handle, value): member in FlossGattClient
/aosp_15_r20/packages/modules/Bluetooth/floss/pandora/server/
Dgatt.py71 def on_notify(self, addr, handle, value): member in GATTService.SendCharacteristicNotificationObserver
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbattery_service.rs480 fn on_notify(&mut self, addr: RawAddress, handle: i32, value: Vec<u8>) { in on_notify() method
Dbluetooth_gatt.rs1002 fn on_notify(&mut self, _addr: RawAddress, _handle: i32, _value: Vec<u8>); in on_notify() method
4196 fn on_notify(&mut self, _addr: RawAddress, _handle: i32, _value: Vec<u8>) {} in on_notify() method
/aosp_15_r20/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
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcallbacks.rs829 fn on_notify(&mut self, addr: RawAddress, handle: i32, value: Vec<u8>) { in on_notify() method
Ddbus_iface.rs1950 fn on_notify(&mut self, addr: RawAddress, handle: i32, value: Vec<u8>) {} in on_notify() method