32feet icon indicating copy to clipboard operation
32feet copied to clipboard

Bluetooth LE Picker does not work on Android 11 and lower versions.

Open piselectrocu opened this issue 1 year ago • 1 comments

4.0.35 = not working 4.0.34 = working

I tested it with 3 different phones. There seems to be a problem with version 4.0.35.

I'm using .net maui and .net8.0. The device selection screen opens and closes immediately.

AndroidManifest.xml =

piselectrocu avatar Dec 28 '23 08:12 piselectrocu

Found the error - it is incorrectly checking the status of BLUETOOTH_CONNECT permission which is not required prior to Android 12. Fix is in the code, NuGet release to follow soon.

peterfoot avatar Jan 28 '24 15:01 peterfoot

Fixed in 4.0.36

peterfoot avatar Mar 10 '24 17:03 peterfoot