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.rs1022 pub struct BluetoothInterface { struct
1033 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.rs120 intf: Arc<Mutex<BluetoothInterface>>, in new()
Dsocket_manager.rs540 pub fn initialize(&mut self, intf: Arc<Mutex<BluetoothInterface>>) { in initialize()
Dbluetooth_media.rs270 intf: Arc<Mutex<BluetoothInterface>>, in new()
Dbluetooth.rs492 intf: Arc<Mutex<BluetoothInterface>>, in new()
Dbluetooth_gatt.rs1360 pub fn new(intf: Arc<Mutex<BluetoothInterface>>, tx: Sender<Message>) -> BluetoothGatt { in new()