Home
last modified time | relevance | path

Searched refs:IBluetoothQACallback (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_qa.rs12 fn register_qa_callback(&mut self, callback: Box<dyn IBluetoothQACallback + Send>) -> u32; in register_qa_callback()
45 pub trait IBluetoothQACallback: RPCProxy { interface
57 callbacks: Callbacks<dyn IBluetoothQACallback + Send>,
78 self.callbacks.for_all_callbacks(|cb: &mut Box<dyn IBluetoothQACallback + Send>| { in on_set_connectable_completed()
83 self.callbacks.for_all_callbacks(|cb: &mut Box<dyn IBluetoothQACallback + Send>| { in on_fetch_alias_completed()
88 self.callbacks.for_all_callbacks(|cb: &mut Box<dyn IBluetoothQACallback + Send>| { in on_get_hid_report_completed()
93 self.callbacks.for_all_callbacks(|cb: &mut Box<dyn IBluetoothQACallback + Send>| { in on_set_hid_report_completed()
98 self.callbacks.for_all_callbacks(|cb: &mut Box<dyn IBluetoothQACallback + Send>| { in on_send_hid_data_completed()
105 fn register_qa_callback(&mut self, callback: Box<dyn IBluetoothQACallback + Send>) -> u32 { in register_qa_callback()
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_qa.rs1 use btstack::bluetooth_qa::{IBluetoothQA, IBluetoothQACallback};
19 fn register_qa_callback(&mut self, callback: Box<dyn IBluetoothQACallback + Send>) -> u32 { in register_qa_callback()
69 impl IBluetoothQACallback for IBluetoothQACallbackDBus {
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcallbacks.rs34 use btstack::bluetooth_qa::IBluetoothQACallback;
1364 impl IBluetoothQACallback for QACallback {
Ddbus_iface.rs76 use btstack::bluetooth_qa::IBluetoothQACallback;
2517 fn register_qa_callback(&mut self, callback: Box<dyn IBluetoothQACallback + Send>) -> u32 { in register_qa_callback()
2575 impl IBluetoothQACallback for IBluetoothQACallbackDBus {