mirror of https://github.com/ARMmbed/mbed-os.git
update descriptions
parent
7974726659
commit
cb3d79bf9b
|
@ -2,37 +2,37 @@
|
|||
"name": "ble",
|
||||
"config": {
|
||||
"ble-role-observer": {
|
||||
"help": "Include observer BLE role support, allows listening for and processing advertising packets.",
|
||||
"help": "Include observer BLE role support (scanning for and processing advertising packets).",
|
||||
"value": true,
|
||||
"macro_name": "BLE_ROLE_OBSERVER"
|
||||
},
|
||||
"ble-role-broadcaster": {
|
||||
"help": "Include broadcaster BLE role support, allows sending advertising packets.",
|
||||
"help": "Include broadcaster BLE role support (sending advertising packets).",
|
||||
"value": true,
|
||||
"macro_name": "BLE_ROLE_BROADCASTER"
|
||||
},
|
||||
"ble-role-central": {
|
||||
"help": "Include central BLE role support, depends on broadcaster role.",
|
||||
"help": "Include central BLE role support (initiates connections), depends on observer role.",
|
||||
"value": true,
|
||||
"macro_name": "BLE_ROLE_CENTRAL"
|
||||
},
|
||||
"ble-role-peripheral": {
|
||||
"help": "Include peripheral BLE role support, depends on observer role.",
|
||||
"help": "Include peripheral BLE role support (accepts connections), depends on broadcaster role.",
|
||||
"value": true,
|
||||
"macro_name": "BLE_ROLE_PERIPHERAL"
|
||||
},
|
||||
"ble-feature-gatt-client": {
|
||||
"help": "Include Gatt Client BLE role support, depends on peripheral and central role.",
|
||||
"help": "Include Gatt Client BLE role support (requests remote operations on attributes), 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.",
|
||||
"help": "Include Gatt Server BLE role support (executes operations on stored attributes), 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.",
|
||||
"help": "Include security support (key management), depends on peripheral or central role.",
|
||||
"value": true,
|
||||
"macro_name": "BLE_FEATURE_SECURITY"
|
||||
},
|
||||
|
@ -42,27 +42,27 @@
|
|||
"macro_name": "BLE_FEATURE_SECURE_CONNECTIONS"
|
||||
},
|
||||
"ble-feature-signing": {
|
||||
"help": "Include signing support, depends on the security feature.",
|
||||
"help": "Include signing support (signed attribute writes), depends on the security feature.",
|
||||
"value": true,
|
||||
"macro_name": "BLE_FEATURE_SIGNING"
|
||||
},
|
||||
"ble-feature-whitelist": {
|
||||
"help": "Include whitelist support, depends on the security feature.",
|
||||
"help": "Include whitelist support (peer filtering), depends on the security feature.",
|
||||
"value": true,
|
||||
"macro_name": "BLE_FEATURE_WHITELIST"
|
||||
},
|
||||
"ble-feature-privacy": {
|
||||
"help": "Include privacy support, depends on the security feature.",
|
||||
"help": "Include privacy support (random resolvable addresses), depends on the security feature.",
|
||||
"value": true,
|
||||
"macro_name": "BLE_FEATURE_PRIVACY"
|
||||
},
|
||||
"ble-feature-phy-management": {
|
||||
"help": "Include additional PHY support.",
|
||||
"help": "Additional PHY support (2M and Coded)",
|
||||
"value": true,
|
||||
"macro_name": "BLE_FEATURE_PHY_MANAGEMENT"
|
||||
},
|
||||
"ble-feature-extended-advertising": {
|
||||
"help": "Include extended advertising support, depends on the phy management feature.",
|
||||
"help": "Include extended advertising support (advertising sets, secondary channels), depends on the phy management feature.",
|
||||
"value": true,
|
||||
"macro_name": "BLE_FEATURE_EXTENDED_ADVERTISING"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue