Skip to content
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

Directed advertisements are not implemented #131

Open
Timmmm opened this issue Jul 28, 2016 · 1 comment
Open

Directed advertisements are not implemented #131

Timmmm opened this issue Jul 28, 2016 · 1 comment

Comments

@Timmmm
Copy link
Contributor

Timmmm commented Jul 28, 2016

See this comment.

ble_error_t nRF5xGap::startAdvertising(const GapAdvertisingParams &params)
{
    /* Make sure we support the advertising type */
    if (params.getAdvertisingType() == GapAdvertisingParams::ADV_CONNECTABLE_DIRECTED) {
        /* ToDo: This requires a propery security implementation, etc. */
        return BLE_ERROR_NOT_IMPLEMENTED;

@Timmmm
Copy link
Contributor Author

Timmmm commented Jul 29, 2016

Fixed with #132 . It turned out to require changes to the BLE API, otherwise there was no way to set the peer address. Those changes are in #188.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant