8000 BLE_UART example: Add Service UUID advertising (iOS support) by FedericoBusero · Pull Request #517 · nkolban/esp32-snippets · GitHub
[go: up one dir, main page]

Skip to content

BLE_UART example: Add Service UUID advertising (iOS support) #517

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
May 17, 2018
Merged

BLE_UART example: Add Service UUID advertising (iOS support) #517

merged 1 commit into from
May 17, 2018

Conversation

FedericoBusero
Copy link
Contributor

Lots of apps (e.g. Blynk, RemoteXY) do not find the device during scanning on iOS, whereas other devices with the same service UUID are found. The origin of the problem is that in the advertisment, the service UUID is missing. This extra line fixes this problem.

Lots of apps (e.g. Blynk, RemoteXY) do not find the device during scanning on iOS, whereas other devices with the same service UUID are found. The origin of the problem is that in the advertisment, the service UUID is missing. This extra line fixes this problem.
@FedericoBusero FedericoBusero changed the title Add Service UUID advertising (iOS support) BLE_UART example: Add Service UUID advertising (iOS support) May 17, 2018
@nkolban nkolban merged commit 832a436 into nkolban:master May 17, 2018
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
0