Rahul
Rahul
Hi, Currently in nimble code, there is no API to remote a particular address from whitelist. The API ble_gap_wl_set https://github.com/apache/mynewt-nimble/blob/master/nimble/host/src/ble_gap.c#L2162 can be used to remove *all* entries in whitelist if...
Added change of checking stack status in the APIs exposed to user. This check exists in few functions, extending them to all.
Add a check to validate whether the random address being set is allowed as per spec
At many places , after getting buffer using os_memblock_get, buffer is not zero initiatlized. Added change to memset the same to 0.
Add API to send LE Set Data related Address change HCI command
After buffer is freed, explicitly NULL assign the pointer to data.
Add a check to validate whether the random address being set is allowed as per spec