Searched defs:BluetoothGattDBus (Results 1 – 1 of 1) sorted by relevance
1446 pub(crate) struct BluetoothGattDBus { struct1448 pub rpc: BluetoothGattDBusRPC, argument1451 impl BluetoothGattDBus { argument1461 pub(crate) fn new(conn: Arc<SyncConnection>, index: i32) -> BluetoothGattDBus { in new()1472 impl IBluetoothGatt for BluetoothGattDBus { implementation