Janus Weil

Results 415 comments of Janus Weil

> That's exactly my case. Pin/code confirmation is not working. BTW I didn't find the [#899](https://github.com/dotnet-bluetooth-le/dotnet-bluetooth-le/pull/899) in the 3.1.0 release notes. PR #899 is not part of release 3.1.0, and...

> Hey [@janusw](https://github.com/janusw), the issue is still happening in the version 3.1.0-14-gc9261fc. That's the exception: > > System.Exception: '[StartUpdatesNativeAsync] failed with status: ProtocolError and protocol error Insufficient Authentication' Thanks for...

> Bonding on Android should be quite robust since version 3.0.0, see [#730](https://github.com/dotnet-bluetooth-le/dotnet-bluetooth-le/pull/730). Btw, @axa88, in your direction: This is a very nice example of people successfully contributing extensive and...

> Perhaps I'm not connecting to the device correctly. I'm using Adapter.ConnectToDeviceAsync(_device, cancellationToken: ct) to connect and you mentioned a BondAsync method. Would you tell me the right way to...

> I did what you said but it keeps failing in both versions. I'm not surprised it doesn't work with 3.1.0 or 3.1.0-14, but #906 should fix exactly this case...

> Whether you call it a break or regression I don't think matters at this point. Well, let's not split hairs and let's not talk about language here. Something that...

> > This may break incompatibility with .NET older than 6, but I'm not sure that's quite necessary to support and I recommend following the MAUI support lifecycle (non-LTS is...

> * Converts project to a newer class library. Explicit TFM is no longer necessary @daltzctr Where did you get this actually? I did not see it in the .NET...

> I have seen that page, on iOS Permissions.CheckStatusAsync always return Granted and so I can't use it. If `Microsoft.Maui.ApplicationModel.Permissions` does not work for you, please open an issue at...

> Hello, BondAsync is not working on Android It should. What are you trying to do? And what happens when you do it? Do you get any error messages or...