-
Notifications
You must be signed in to change notification settings - Fork 716
Undertanding BLE_server Example #730
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
Comments
|
Thanks for the answer! On the second point, let me clarify the question: why the Flags section appear twice? |
Same reason as 2. |
Actually in the BLE_server example, there are no AdvertisementData or ResponseData set. I do not see why flags and complete name should be present twice: probably the library set some default behavior? Adding the following code (empty AdvertisementData):
make the adverting as expected (please correct me if my expectation are wrong :-) ): |
AdvertisementData and ResponseData has been introduced in library to address users requirements to customize advertising payload, especially in beacon devices. |
thanks, it makes sense. About the 4th point: when the fix will be ready? is there a way to quickly fix it on the current version hardcoding and initialising the variable in some part of the code? |
Actually it is merged to https://github.com/nkolban/ESP32_BLE_Arduino with all changes in library etc and new features are included in examples. |
Nice! Thanks! |
@lcaggio @chegewara What is more, the NRF in an android can not pair with the ESP32. |
Testing the BLE_server example. It compile fine and it works on my ESP.
Checking the advertised information with nRF Connect Android app, I see the following information:
Some questions:
The text was updated successfully, but these errors were encountered: