Searched refs:BluetoothQA (Results 1 – 4 of 4) sorted by relevance
55 pub struct BluetoothQA { struct60 impl BluetoothQA { implementation61 pub fn new(tx: Sender<Message>) -> BluetoothQA { in new() argument62 BluetoothQA { in new()104 impl IBluetoothQA for BluetoothQA { implementation
23 use bluetooth_qa::{BluetoothQA, IBluetoothQA};224 bluetooth_qa: Arc<Mutex<Box<BluetoothQA>>>, in dispatch() argument
13 bluetooth_qa::BluetoothQA, socket_manager::BluetoothSocketManager, suspend::Suspend,66 bluetooth_qa: Arc<Mutex<Box<BluetoothQA>>>, in dispatch() argument
26 bluetooth_qa::BluetoothQA,180 let bluetooth_qa = Arc::new(Mutex::new(Box::new(BluetoothQA::new(tx.clone())))); in main()