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()45 pub trait IBluetoothQACallback: RPCProxy { interface57 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()
1 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 {
34 use btstack::bluetooth_qa::IBluetoothQACallback;1364 impl IBluetoothQACallback for QACallback {
76 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 {