Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs1446 pub(crate) struct BluetoothGattDBus { struct
1448 pub rpc: BluetoothGattDBusRPC, argument
1451 impl BluetoothGattDBus { argument
1461 pub(crate) fn new(conn: Arc<SyncConnection>, index: i32) -> BluetoothGattDBus { in new()
1472 impl IBluetoothGatt for BluetoothGattDBus { implementation