Janus Weil

Results 415 comments of Janus Weil

> [@janusw](https://github.com/janusw) As I continue developing my app, I have noticed some strange behaviour (only on Android) that occurs when I turn off my phone's Bluetooth and then turn it...

> **Describe the bug** I'm using the Plugin.BLE v3.2.0-beta.2 but when I disconnect my device, the StopUpdatesAsync throws an exception and then I'm not able to repair my device. Which...

Could it be related to the encoding? Is there any base64 encoding involved? The `==` smells a bit like base64 padding ... 🤔 Can you check if the raw transmitted...

Do you only see this behavior on Android? Have you tried iOS?

> Not sure if this is related: [dotnet/macios#24236](https://github.com/dotnet/macios/issues/24236) Do you see the exception described in this issue? Or any other relevant log output?

> I can confirm that reverting the .net iOS workload from 10.0.100.1 to 10.0.100 fixes the issue (and downgrading Xcode from 26.1 to 26.0.1). Alright, so it's not a general...

So this seems to be an upstream problem in dotnet/macios and not a bug in Plugin.BLE ...

> 3. Look at **device.AdvertisementRecords** property for **UuidsComplete128Bit** record. Its data stored in unintended order: > actual service UUID: {4fafc201-1fb5-459e-8fcc-c5c9c331914b} > MAUI WinUI .NET 9.0: [0x4b 0x91 0x31 0xc3 0xc9...

> Google is notifying all developers that by November 1st their apps must support 16KB memory page sizes https://developer.android.com/guide/practices/page-sizes?hl=en

The problem will be "fixed" (read: worked around) via #3062. (Testing welcome!) The underlying problem is the never-ending horror story of https://github.com/mono/SkiaSharp/issues/2550.