PhilipsHue / flutter_reactive_ble

Flutter library that handles BLE operations for multiple devices.
https://developers.meethue.com/
Other
662 stars 326 forks source link

Cannot Connect to more than 9 - Android 13 #777

Closed scott-olero closed 1 year ago

scott-olero commented 1 year ago

Describe the bug We have been able to connect to 12 slaves but after Android 13 update we can only get a maximum of 9 slaves.

To Reproduce Steps to reproduce the behavior:

  1. Connect to more than 9 slaves

Expected behavior The 10th slave wont connect , seems to be blocked by the Android 13 OS.

Smartphone / tablet

Peripheral device

remonh87 commented 1 year ago

did you receive an error message in the logs? As far as I know we do not limit the amount of subsequent connections power I know that connecting to > 9 devices is a discouraged use case.

scott-olero commented 1 year ago

Hi @remonh87 we did not get any errors . We optimized the app to connect reliably with 12 sensors, but its seems like the issue is an Android 13 OS issue rather than a Library issue.

remonh87 commented 1 year ago

thanks for the update! I will close it then.