ARMmbed / ble-nrf51822

Nordic stack and drivers for the mbed BLE_API
Other
46 stars 51 forks source link

Add implementation of experimental whitelisting API #99

Closed andresag01 closed 8 years ago

andresag01 commented 8 years ago

This pull request introduces an implementation for nRF51822 based devices to use the whitelisting features of the underlying stack. All functionality introduced by the stack is supported with the exception of initiator whitelisting.

NOTE: This pull request must be merged AFTER https://github.com/ARMmbed/nrf51-sdk/pull/15 is published since if uses a couple of functions from the Nordic SDK that were not present in the nrf51-sdk yotta module.

NOTE: This pull request lacks the implementation of reset() in nRF5xGap that clears the whitelist on a call to ble.shutdown().

NOTE: Both the whitelisting API and this implementation are experimental and might change in the near future.

@pan-

pan- commented 8 years ago

could you update the dependency to nrf51-sdk to version 2.1.0 ?

pan- commented 8 years ago

I'm happy with it, I merge it once all tests are done.

pan- commented 8 years ago

Everything work as expected, I merge.