- Notifications
You must be signed in to change notification settings - Fork7.8k
fix(ble): Fix BLE examples for iPhone#12155
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation
👋Hello lucasssvaz, we appreciate your contribution to this project! 📘 Please review the project'sContributions Guide for key guidelines on code, documentation, testing, and more. 🖊️ Please also make sure you haveread and signed theContributor License Agreement for this project. Click to see more instructions ...
Review and merge process you can expect ...
|
Memory usage test (comparing PR against master branch)The table below shows the summary of memory usage change (decrease - increase) in bytes and percentage for each target.
Click to expand the detailed deltas report [usage change in BYTES]
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ae9455e intoespressif:masterUh oh!
There was an error while loading.Please reload this page.
Description of Change
This pull request updates the BLE advertising configuration in several example server files to use the correct method for setting the maximum preferred connection interval, which helps improve compatibility with iPhone connections.
BLE advertising configuration fixes:
setMinPreferred(0x12)tosetMaxPreferred(0x12)in thesetup()function of the following example files to correctly set the maximum preferred connection interval:libraries/BLE/examples/Server/Server.inolibraries/BLE/examples/Server_secure_authorization/Server_secure_authorization.inolibraries/BLE/examples/Server_secure_static_passkey/Server_secure_static_passkey.inoTest Scenarios
Tested locally