Janus Weil

Results 415 comments of Janus Weil

Yeah, certainly gonna happen. Not today though 😜

What version of Plugin.BLE are you using? Are you getting any exceptions or error messages?

> Any progress on this issue? I guess we first have to find out where the problem is. Note that v3.1.0 is based on .NET 8, and therefore only targets...

> I have the same result with 3.2.0-beta.1, that is, an App working on Android 14 but not on Android 15. Ok, thanks for checking. > Next, one should check...

> I have three Android devices running version 15. It seems that the Bluetooth device has to be paired in order to be able to receive data. > > On...

> > You can use Nordic nRF Connect app to test if your device is working as expected on the firmware side. > > I have tested my Bluetooth connection...

> > I am using Plugin.BLE for years on an old Xamarin.Forms projet. The App can send but not receive data from BT since Android 15. > > I have...

> Hello! I had a similar problem and solved it by setting the MTU value in the BLE connection function: > > ``` > if (DeviceInfo.Platform != DevicePlatform.iOS) > {...

> So in my code, I noticed that on Android versions up to 13, by negotiating an MTU of 247, I was able to communicate correctly with the controller and...

> [@janusw](https://github.com/janusw) I'm having a bit of trouble explaining the situation because the concept is a little difficult and I'm not a native English speaker, which makes it even harder...