-
-
Notifications
You must be signed in to change notification settings - Fork 284
Scan Response capabilities missing #186
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
This may resolve a problem I am having with getting BLE to work with Processing3 using a BLED112 - not 100% that is the problem since it seems to work fine in Python itself. |
@SidLeung has this issue been addressed by central add + peripheral re-factor? |
This was not implemented. Also the preview BLE from Arduino did not implement this. I asked @sgbihu and @SidLeung about this and I think the BLE stack does not currently support it as well. Also note that Nordic does not really encourage this capability. We probably should close this and revisit it when we decide too and can do it (meaning we have to change the BLE stack). |
It would be great to get this in the next release. It would allow users to uses the full 31 bytes in the advertising data, then the scan response can be used for the local name.
Do you have a link related to this? |
It would be a great feature to add the BLE 4.0 Scan Response capabilities as described there: http://www.argenox.com/bluetooth-low-energy-ble-v4-0-development/library/a-ble-advertising-primer/
The text was updated successfully, but these errors were encountered: