Searched refs:IBluetoothQACallback (Results 1 – 4 of 4) sorted by relevance
12 fn register_qa_callback(&mut self, callback: Box<dyn IBluetoothQACallback + Send>) -> u32; in register_qa_callback()48 pub trait IBluetoothQACallback: RPCProxy { interface61 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()
1 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 {
34 use btstack::bluetooth_qa::IBluetoothQACallback;1379 impl IBluetoothQACallback for QACallback {
79 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 {