Searched defs:BluetoothGattDBus (Results 1 – 1 of 1) sorted by relevance
1259 pub(crate) struct BluetoothGattDBus { struct1261 pub rpc: BluetoothGattDBusRPC, argument1264 impl BluetoothGattDBus { impl1274 pub(crate) fn new(conn: Arc<SyncConnection>, index: i32) -> BluetoothGattDBus { in new()1285 impl IBluetoothGatt for BluetoothGattDBus { implementation