Skip to content

Limit the number of simultaneously connected devices to BluetoothSerial to only one #2061

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 19, 2018

Conversation

mouridis
Copy link
Contributor

BluetoothSerial misbehaves when a second device connects to ESP32 so this helps limit the connections to only 1.

It does not limit the number of devices that can be paired with ESP32 and it does allow any paired device to connect with ESP32 - just one at a time. Note that after the first device connects any following connection attempt is not refused, but it's immediately rejected after connection.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants