Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs1193 pub struct BluetoothInterface { struct
1204 impl BluetoothInterface { argument
/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/
Dadapter_service.rs25 btif: Arc<Mutex<BluetoothInterface>>, in get_bt_dispatcher()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dsuspend.rs151 intf: Arc<Mutex<BluetoothInterface>>, in new()
Dsocket_manager.rs554 pub fn initialize(&mut self, intf: Arc<Mutex<BluetoothInterface>>) { in initialize()
Dbluetooth_media.rs500 intf: Arc<Mutex<BluetoothInterface>>, in new()
Dbluetooth.rs641 intf: Arc<Mutex<BluetoothInterface>>, in new()
Dbluetooth_gatt.rs1469 pub fn new(intf: Arc<Mutex<BluetoothInterface>>, tx: Sender<Message>) -> BluetoothGatt { in new()