-
Notifications
You must be signed in to change notification settings - Fork 711
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
No advertising on multiple services? #1058
Comments
|
First of all BIG THANK YOU for the quick response and the response fact at all! 👍 Now to the question (if I may use some more of you attention :) ):
Now, with your help, I figured it out. Thank you! BTW, on #3. I'm learning how BLE stack works and would like to help if there is anything on table now. I mean related to this project/repo. Would be great though to have all code in one place considering majority of issue/request/questions coming here. Is there plan to update this repo (I see some closed pull requests but code apparently is not in master. Am I wrong?). |
Both libraries are almost 100% compatible in API meaning. |
Just tried to follow example from BLE_server.ino. Added one more service by
pAdvertising->addServiceUUID(MY_SERVICE);
.As I can see only first service is advertised and I'm not sure how to dig into the problem as I can't see latest code (idk why, the master is 2 years old).
I use lib directly from Arduino, 1.0.1 version.
What I did wrong?
The text was updated successfully, but these errors were encountered: