You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe. Original post.
Describe the solution you'd like
It would be awesome if the library would warn the user whenever the OS reaches maximum established Bluetooth connections.
Describe alternatives you've considered
Maybe not an alternative but a doubt as maximum Bluetooth connections may vary not only by API level but from vendor to vendor or even from chip manufacturer to another which may decrease usability of such a feature.
Additional context
According to this SO post the maximum OS level Bluetooth connections is limited by MAX_L2CAP_LINKS value which is:
@dariuszseweryn that is a good idea however I know from experience that for some Huawei (e.g. P20) and Xaomi devices the threshold is lower( I even saw a Android 9 phone that had issues when connecting more then 6) , so your doubt is indeed justified :). I think a warning with this disclaimer can still be good one or add it to the FAQ.
The actual Bluetooth Chip limits — there are numerous Bluetooth Chip manufacturers there and capabilities of the chips and firmwares that those chips run can be widely different. YMMV :(
Is your feature request related to a problem? Please describe.
Original post.
Describe the solution you'd like
It would be awesome if the library would warn the user whenever the OS reaches maximum established Bluetooth connections.
Describe alternatives you've considered
Maybe not an alternative but a doubt as maximum Bluetooth connections may vary not only by API level but from vendor to vendor or even from chip manufacturer to another which may decrease usability of such a feature.
Additional context
According to this SO post the maximum OS level Bluetooth connections is limited by
MAX_L2CAP_LINKS
value which is:The text was updated successfully, but these errors were encountered: