Searched defs:BluetoothQA (Results 1 – 3 of 3) sorted by relevance
55 pub struct BluetoothQA { struct57 callbacks: Callbacks<dyn IBluetoothQACallback + Send>, argument60 impl BluetoothQA { argument61 pub fn new(tx: Sender<Message>) -> BluetoothQA { in new()104 impl IBluetoothQA for BluetoothQA { implementation
224 bluetooth_qa: Arc<Mutex<Box<BluetoothQA>>>, in dispatch()
66 bluetooth_qa: Arc<Mutex<Box<BluetoothQA>>>, in dispatch()