Searched refs:bluetooth_qa (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | lib.rs | 16 pub mod bluetooth_qa; module 23 use bluetooth_qa::{BluetoothQA, IBluetoothQA}; 224 bluetooth_qa: Arc<Mutex<Box<BluetoothQA>>>, in dispatch() 490 bluetooth_qa.lock().unwrap().unregister_qa_callback(id); in dispatch() 494 bluetooth_qa.lock().unwrap().on_fetch_discoverable_mode_completed(mode); in dispatch() 498 bluetooth_qa.lock().unwrap().on_fetch_connectable_completed(connectable); in dispatch() 502 bluetooth_qa.lock().unwrap().on_set_connectable_completed(succeed); in dispatch() 506 bluetooth_qa.lock().unwrap().on_fetch_alias_completed(alias); in dispatch() 514 bluetooth_qa.lock().unwrap().on_get_hid_report_completed(status); in dispatch() 522 bluetooth_qa.lock().unwrap().on_set_hid_report_completed(status); in dispatch() [all …]
|
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | main.rs | 26 bluetooth_qa::BluetoothQA, 180 let bluetooth_qa = Arc::new(Mutex::new(Box::new(BluetoothQA::new(tx.clone())))); in main() localVariable 214 bluetooth_qa.clone(), in main() 235 bluetooth_qa.clone(), in main()
|
D | interface_manager.rs | 13 bluetooth_qa::BluetoothQA, socket_manager::BluetoothSocketManager, suspend::Suspend, 66 bluetooth_qa: Arc<Mutex<Box<BluetoothQA>>>, in dispatch() 208 bluetooth_qa.clone(), in dispatch()
|
D | iface_bluetooth_qa.rs | 1 use btstack::bluetooth_qa::{IBluetoothQA, IBluetoothQACallback};
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | dbus_iface.rs | 48 use btstack::bluetooth_qa::IBluetoothQA; 76 use btstack::bluetooth_qa::IBluetoothQACallback;
|
D | callbacks.rs | 34 use btstack::bluetooth_qa::IBluetoothQACallback;
|
D | command_handler.rs | 26 use btstack::bluetooth_qa::IBluetoothQA;
|