getConnectionState method

  1. @override
BleConnectionState getConnectionState()
override

Returns the connection state for this device. @return connection state for the device, or BleConnectionState.UNKNOWN if state cannot be detected.

Implementation

@override
BleConnectionState getConnectionState() {
  // TODO: implement getConnectionState
  throw UnimplementedError();
}