Home
last modified time | relevance | path

Searched refs:bluetooth_qa (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dlib.rs16 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/
Dmain.rs26 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()
Dinterface_manager.rs13 bluetooth_qa::BluetoothQA, socket_manager::BluetoothSocketManager, suspend::Suspend,
66 bluetooth_qa: Arc<Mutex<Box<BluetoothQA>>>, in dispatch()
208 bluetooth_qa.clone(), in dispatch()
Diface_bluetooth_qa.rs1 use btstack::bluetooth_qa::{IBluetoothQA, IBluetoothQACallback};
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs48 use btstack::bluetooth_qa::IBluetoothQA;
76 use btstack::bluetooth_qa::IBluetoothQACallback;
Dcallbacks.rs34 use btstack::bluetooth_qa::IBluetoothQACallback;
Dcommand_handler.rs26 use btstack::bluetooth_qa::IBluetoothQA;