Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs1197 pub struct BluetoothInterface { struct
1208 impl BluetoothInterface { argument
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/
Dadapter_service.rs24 btif: Arc<Mutex<BluetoothInterface>>, in get_bt_dispatcher()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dsuspend.rs151 intf: Arc<Mutex<BluetoothInterface>>, in new()
Dsocket_manager.rs531 intf: Arc<Mutex<BluetoothInterface>>, in new()
Dbluetooth.rs642 intf: Arc<Mutex<BluetoothInterface>>, in new()
Dbluetooth_media.rs519 intf: Arc<Mutex<BluetoothInterface>>, in new()
Dbluetooth_gatt.rs1383 pub fn new(intf: Arc<Mutex<BluetoothInterface>>, tx: Sender<Message>) -> BluetoothGatt { in new()