Tomáš Malčánek

Results 10 comments of Tomáš Malčánek

This is also happening for us. It is a hard crash and cannot use try catch to overcome this. I have just 1 available report. Cannot replicate the issue. Android...

I found a better error message today that says more than just "length". The stacktrace and rest of the exception is the same. ServiceBase.GetCharacteristicsAsync () System.ArgumentException: Destination array was not...

It's not crashing very often, but here is a list of device models and androids it happens on. There are no issues on iOS. Android 10, 11, 12 Redmi Note...

This is also happening for me. Same stacktrace, only Android from 10-13. Wide amount of device models, mostly Galaxy devices, HUAWEI P30 Lite and P30 Pro.

The Device.ParseScanRecord(System.Byte[] scanRecord) method is throwing a System.ArgumentException: length exception. This issue seems to occur after the OnDeviceDiscovered callback is called. ## Steps to reproduce 1. Start the app on...

@janusw I will upgrade to version `3.0.0-beta.3` to see if there is any difference. I can try to provide advertising data, but we have a crash in AppCenter that started...

> Well, using the Plugin.BLE nupkg, I'm afraid you can't. > > You could debug using our sample client, setting a break point in the first lines of Plugin.BLE.Android.Device.ParseScanRecord and...

Is some progress in this topic? I can say, this causes 60% of our app crashes. Xamarin Forms 5.0.0.2515 I bring more information about the devices this is happening on....

Hello, I think those errors mostly occur when read and write operations are being made on the same time. I reworked my client so each read and write locks everything,...

I don't think it's a duplicate, it might be worth a mention, but the stack traces and when it occurs are different. No clear reproducer made yet. Collecting information about...