Make kvstore and fs store configured in the lib json

pull/13038/head
Paul Szczeanek 2020-06-03 15:35:03 +01:00
parent 698fc09b4c
commit 07bcbeb8f1
1 changed files with 10 additions and 0 deletions

View File

@ -72,6 +72,16 @@
"value": true, "value": true,
"macro_name": "BLE_FEATURE_PERIODIC_ADVERTISING" "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": { "ble-security-database-max-entries": {
"help": "How many entries can be stored in the db, depends on security manager.", "help": "How many entries can be stored in the db, depends on security manager.",
"value": 5, "value": 5,