Checks if the device is currently connected.
Future<bool> get isConnected async => await UniversalBle.getConnectionState(deviceId) == BleConnectionState.connected;