Gor Ivanov

Results 4 comments of Gor Ivanov

Same in the linux (Arch)! getUserMedia error: NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission....

I have found solution when debuging. First we should write descyptor. ``` QuickBlue.writeValue( selectedDeviceAddress!.address!, uuidEEG, uuidEEGCtrl, Uint8List.fromList([0x01, 0x01]), BleOutputProperty.withResponse, ). ``` Next we call setNotifiable **but** there should be a...

On Disconnect (Android) there is an error ``` [ERROR:flutter/lib/ui/ui_dart_state.cc(198)] Unhandled Exception: PlatformException(IllegalArgument, Unknown deviceId: 18:04:ED:06:BD:C6, null, null) E/flutter (25794): #0 StandardMethodCodec.decodeEnvelope (package:flutter/src/services/message_codecs.dart:607:7) E/flutter (25794): #1 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:167:18) E/flutter (25794): E/flutter...