Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_admin.rs61 pub struct BluetoothAdmin { struct
65 callbacks: Callbacks<dyn IBluetoothAdminPolicyCallback + Send>, argument
70 impl BluetoothAdmin { implementation
71 pub fn new(path: String, tx: Sender<Message>) -> BluetoothAdmin { in new()
203 impl IBluetoothAdmin for BluetoothAdmin { implementation
Dlib.rs168 bluetooth_admin: Arc<Mutex<Box<BluetoothAdmin>>>, in dispatch()
Dbluetooth.rs493 bluetooth_admin: Arc<Mutex<Box<BluetoothAdmin>>>, in new()