Searched defs:on_notify (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/test/second_address_tests/ |
D | second_address_test_service.cpp | 118 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/ |
D | gatt_client.py | 132 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/ |
D | gatt.py | 71 def on_notify(self, addr, handle, value): member in GATTService.SendCharacteristicNotificationObserver
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | battery_service.rs | 480 fn on_notify(&mut self, addr: RawAddress, handle: i32, value: Vec<u8>) { in on_notify() method
|
D | bluetooth_gatt.rs | 1002 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/ |
D | iface_bluetooth_gatt.rs | 117 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/ |
D | callbacks.rs | 829 fn on_notify(&mut self, addr: RawAddress, handle: i32, value: Vec<u8>) { in on_notify() method
|
D | dbus_iface.rs | 1950 fn on_notify(&mut self, addr: RawAddress, handle: i32, value: Vec<u8>) {} in on_notify() method
|