fixed conf file (tabs and order)

pull/9790/head
paul-szczepanek-arm 2019-02-12 12:12:40 +00:00 committed by Vincent Coubard
parent 208eb200f1
commit 7974726659
1 changed files with 72 additions and 72 deletions

View File

@ -1,7 +1,7 @@
{
"name": "ble",
"config": {
"ble-feature-observer": {
"ble-role-observer": {
"help": "Include observer BLE role support, allows listening for and processing advertising packets.",
"value": true,
"macro_name": "BLE_ROLE_OBSERVER"
@ -11,15 +11,25 @@
"value": true,
"macro_name": "BLE_ROLE_BROADCASTER"
},
"ble-role-central": {
"help": "Include central BLE role support, depends on broadcaster role.",
"value": true,
"macro_name": "BLE_ROLE_CENTRAL"
},
"ble-role-peripheral": {
"help": "Include peripheral BLE role support, depends on observer role.",
"value": true,
"macro_name": "BLE_ROLE_PERIPHERAL"
},
"ble-role-central": {
"help": "Include central BLE role support, depends on broadcaster role.",
"ble-feature-gatt-client": {
"help": "Include Gatt Client BLE role support, depends on peripheral and central role.",
"value": true,
"macro_name": "BLE_ROLE_CENTRAL"
"macro_name": "BLE_FEATURE_GATT_CLIENT"
},
"ble-feature-gatt-server": {
"help": "Include Gatt Server BLE role support, depends on peripheral or central role.",
"value": true,
"macro_name": "BLE_FEATURE_GATT_SERVER"
},
"ble-feature-security": {
"help": "Include security BLE role support, depends on peripheral or central role.",
@ -60,16 +70,6 @@
"help": "Include periodic advertising support, depends on the extended advertising feature.",
"value": true,
"macro_name": "BLE_FEATURE_PERIODIC_ADVERTISING"
},
"ble-feature-gatt-client": {
"help": "Include Gatt Client BLE role support, depends on peripheral and central role.",
"value": true,
"macro_name": "BLE_FEATURE_GATT_CLIENT"
},
"ble-feature-gatt-server": {
"help": "Include Gatt Server BLE role support, depends on peripheral or central role.",
"value": true,
"macro_name": "BLE_FEATURE_GATT_SERVER"
}
}
}