-
Notifications
You must be signed in to change notification settings - Fork 75
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
Gap::updateAdvertisingPayload should work for different length of data #84
Comments
ARM Internal Ref: IOTSFW-1085 |
It seems that this issue has been resolved partly. From the documentation, it seems that
In my opinion, it seems that the
@pan- @rgrover @LiyouZhou: What are your thoughts on this? |
accumulate() should call update() when it finds the AD structure. The logic within accumulate() which deals with handling existing AD structures should move into update(). @marcuschangarm please review. |
The most recent changes are here: fea34e7 I made the changes to
What we should have is an advertising manager with a nice API to handle multiple advertising packets from different services and different advertisement intervals. |
The use of the function Gap::updateAdvertisingPayload can be improved:
The text was updated successfully, but these errors were encountered: