master
Add the missing mbed-storage libraries
ble security db complete sync implementation
add new BLE API call to sync security db with persisten storage
put statements inside the correct feature guard blocks
Merge pull request #14672 from paul-szczepanek-arm/fix-advertising-start
BLE: add traces to gatt client (#14165)
fix toggling off ble feature signing
Deprecate indications event onConfirmationReceived
BLE: Move traces out of header file to avoid collisions. This change required the creation of the implementation files of SecurityDb classes.
fix misleading privacy trace
BLE: support non-low power devices
Fix null pointer dereferencing
BLE: Move generic lib file into source/generic .