Skip to content

Commit 0670470

Browse files
add config for number of pending adv sets starting
1 parent 8dedd43 commit 0670470

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

connectivity/FEATURE_BLE/mbed_lib.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,11 @@
108108
"value": 16,
109109
"macro_name": "BLE_GAP_HOST_PRIVACY_RESOLVED_CACHE_SIZE"
110110
},
111+
"ble-gap-host-max-advertising-start-commands": {
112+
"help": "There can only be one outstanding advertising set command sent to the controller. This determines how many advertising set start commands can be queued on the host. Must be between 1 and BLE_GAP_MAX_ADVERTISING_SETS.",
113+
"value": 4,
114+
"macro_name": "BLE_GAP_HOST_MAX_OUTSTANDING_ADVERTISING_START_COMMANDS"
115+
},
111116

112117
"ble-passkey-display-reversed-digits-deprecation": {
113118
"help": "This option is part of the deprecation process. Set this to false to remove the deprecation notice. When set to true, the digits in the SecurityManager passkeyDiplay event are reversed. When set to false the digits are in the correct order.",

0 commit comments

Comments
 (0)