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 @rgrover
The configure() method does not seem to include a Service UUID field in the advertisement. It only sets the Service Data field.
configure()
Service UUID is necessary for background scanning on iOS.
The text was updated successfully, but these errors were encountered:
check lines 172 and 173
Sorry, something went wrong.
Ok, I see it in line 182 GapAdvertisingData::COMPLETE_LIST_16BIT_SERVICE_IDS
GapAdvertisingData::COMPLETE_LIST_16BIT_SERVICE_IDS
Closed.
No branches or pull requests
Hi @rgrover
The
configure()
method does not seem to include a Service UUID field in the advertisement. It only sets the Service Data field.Service UUID is necessary for background scanning on iOS.
The text was updated successfully, but these errors were encountered: