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()
48 pub trait IBluetoothQACallback: RPCProxy { interface
61 callbacks: Callbacks<dyn IBluetoothQACallback + Send>,
82 self.callbacks.for_all_callbacks(|cb: &mut Box<dyn IBluetoothQACallback + Send>| { in on_set_connectable_completed()
87 self.callbacks.for_all_callbacks(|cb: &mut Box<dyn IBluetoothQACallback + Send>| { in on_fetch_alias_completed()
92 self.callbacks.for_all_callbacks(|cb: &mut Box<dyn IBluetoothQACallback + Send>| { in on_get_hid_report_completed()
97 self.callbacks.for_all_callbacks(|cb: &mut Box<dyn IBluetoothQACallback + Send>| { in on_set_hid_report_completed()
102 self.callbacks.for_all_callbacks(|cb: &mut Box<dyn IBluetoothQACallback + Send>| { in on_send_hid_data_completed()
107 self.callbacks.for_all_callbacks(|cb: &mut Box<dyn IBluetoothQACallback + Send>| { in on_send_hid_virtual_unplug_completed()
114 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};
21 fn register_qa_callback(&mut self, callback: Box<dyn IBluetoothQACallback + Send>) -> u32 { in register_qa_callback()
75 impl IBluetoothQACallback for IBluetoothQACallbackDBus {
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcallbacks.rs34 use btstack::bluetooth_qa::IBluetoothQACallback;
1379 impl IBluetoothQACallback for QACallback {
Ddbus_iface.rs79 use btstack::bluetooth_qa::IBluetoothQACallback;
2542 fn register_qa_callback(&mut self, callback: Box<dyn IBluetoothQACallback + Send>) -> u32 { in register_qa_callback()
2605 impl IBluetoothQACallback for IBluetoothQACallbackDBus {