We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 698fc09 commit 07bcbebCopy full SHA for 07bcbeb
features/FEATURE_BLE/mbed_lib.json
@@ -72,6 +72,16 @@
72
"value": true,
73
"macro_name": "BLE_FEATURE_PERIODIC_ADVERTISING"
74
},
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
85
"ble-security-database-max-entries": {
86
"help": "How many entries can be stored in the db, depends on security manager.",
87
"value": 5,
0 commit comments