mirror of https://github.com/ARMmbed/mbed-os.git
Make kvstore and fs store configured in the lib json
parent
698fc09b4c
commit
07bcbeb8f1
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue