From 07bcbeb8f180b86bff79e8cff5b4041c974db3d1 Mon Sep 17 00:00:00 2001 From: Paul Szczeanek Date: Wed, 3 Jun 2020 15:35:03 +0100 Subject: [PATCH] Make kvstore and fs store configured in the lib json --- features/FEATURE_BLE/mbed_lib.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/features/FEATURE_BLE/mbed_lib.json b/features/FEATURE_BLE/mbed_lib.json index 64601cec01..f44622dda1 100644 --- a/features/FEATURE_BLE/mbed_lib.json +++ b/features/FEATURE_BLE/mbed_lib.json @@ -72,6 +72,16 @@ "value": true, "macro_name": "BLE_FEATURE_PERIODIC_ADVERTISING" }, + "ble-security-database-filesystem": { + "help": "Use filesystem to store security db when path is passed in, depends on security manager.", + "value": true, + "macro_name": "BLE_SECURITY_DATABASE_FILESYSTEM" + }, + "ble-security-database-kvstore": { + "help": "Use KVStore to store security db, depends on security manager.", + "value": false, + "macro_name": "BLE_SECURITY_DATABASE_KVSTORE" + }, "ble-security-database-max-entries": { "help": "How many entries can be stored in the db, depends on security manager.", "value": 5,