Hello, I get this error while trying to connect on the device:
FlutterBluePlusException (FlutterBluePlusException | connect | android-code: 133 | ANDROID_SPECIFIC_ERROR)
It happens on the line 119:
try {
await device.connect();
}
Some help would be appreciated!