Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/
Dadapter_service.rs20 btif: Arc<Mutex<BluetoothInterface>>, in get_bt_dispatcher()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs834 pub struct BluetoothInterface { struct
844 impl BluetoothInterface { argument
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs322 intf: Arc<Mutex<BluetoothInterface>>, in new()