Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_qa.rs59 pub struct BluetoothQA { struct
61 callbacks: Callbacks<dyn IBluetoothQACallback + Send>, argument
64 impl BluetoothQA { impl
65 pub fn new(tx: Sender<Message>) -> BluetoothQA { in new()
113 impl IBluetoothQA for BluetoothQA { implementation
Dlib.rs281 bluetooth_qa: Arc<Mutex<Box<BluetoothQA>>>, in dispatch()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Dinterface_manager.rs64 bluetooth_qa: Arc<Mutex<Box<BluetoothQA>>>, in dispatch()