Skip to content

Commit 07bcbeb

Browse files
Make kvstore and fs store configured in the lib json
1 parent 698fc09 commit 07bcbeb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

features/FEATURE_BLE/mbed_lib.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,16 @@
7272
"value": true,
7373
"macro_name": "BLE_FEATURE_PERIODIC_ADVERTISING"
7474
},
75+
"ble-security-database-filesystem": {
76+
"help": "Use filesystem to store security db when path is passed in, depends on security manager.",
77+
"value": true,
78+
"macro_name": "BLE_SECURITY_DATABASE_FILESYSTEM"
79+
},
80+
"ble-security-database-kvstore": {
81+
"help": "Use KVStore to store security db, depends on security manager.",
82+
"value": false,
83+
"macro_name": "BLE_SECURITY_DATABASE_KVSTORE"
84+
},
7585
"ble-security-database-max-entries": {
7686
"help": "How many entries can be stored in the db, depends on security manager.",
7787
"value": 5,

0 commit comments

Comments
 (0)