Home
last modified time | relevance | path

Searched defs:BluetoothQA (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_qa.rs16 pub struct BluetoothQA { struct
21 impl BluetoothQA { implementation
22 pub fn new(tx: Sender<Message>) -> BluetoothQA { in new()
31 impl IBluetoothQA for BluetoothQA { implementation
Dlib.rs170 bluetooth_qa: Arc<Mutex<Box<BluetoothQA>>>, in dispatch()