Searched defs:BluetoothQA (Results 1 – 2 of 2) sorted by relevance
16 pub struct BluetoothQA { struct21 impl BluetoothQA { implementation22 pub fn new(tx: Sender<Message>) -> BluetoothQA { in new()31 impl IBluetoothQA for BluetoothQA { implementation
170 bluetooth_qa: Arc<Mutex<Box<BluetoothQA>>>, in dispatch()