Skip to content

Commit b21ee6b

Browse files
add information about privacy refresh to config option
1 parent 8ec7cfd commit b21ee6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connectivity/FEATURE_BLE/mbed_lib.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"macro_name": "BLE_GAP_HOST_PRIVACY_RESOLVED_CACHE_SIZE"
110110
},
111111
"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.",
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. If privacy is used, this must be at equal or higher than then number of simultaneously active sets with a private address.",
113113
"value": 4,
114114
"macro_name": "BLE_GAP_HOST_MAX_OUTSTANDING_ADVERTISING_START_COMMANDS"
115115
},

0 commit comments

Comments
 (0)