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.rs1430 pub(crate) struct BluetoothGattDBus { struct
1432 pub rpc: BluetoothGattDBusRPC, argument
1435 impl BluetoothGattDBus { implementation
1445 pub(crate) fn new(conn: Arc<SyncConnection>, index: i32) -> BluetoothGattDBus { in new()
1456 impl IBluetoothGatt for BluetoothGattDBus { implementation