We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I want to implement pairing between ESP32 and iPhone(ios11).
The ideal behavior is that once one iPhone connected to ESP32, any other central devices can't scan the ESP32 until the pairing is broken.
How can I do that?
Regards,
The text was updated successfully, but these errors were encountered:
I think I can solve it by changing m_advParams.adv_type in BLEAdvertising.cpp. https://github.com/pcbreflux/espressif/blob/master/esp32/app/ESP32_ble_notify/main/GreatNeilKolbanLib/BLEAdvertising.cpp#L40
m_advParams.adv_type
Sorry, something went wrong.
No branches or pull requests
Hi,
I want to implement pairing between ESP32 and iPhone(ios11).
The ideal behavior is that once one iPhone connected to ESP32,
any other central devices can't scan the ESP32 until the pairing is broken.
How can I do that?
Regards,
The text was updated successfully, but these errors were encountered: