From b21ee6b0a0157203a12e7cd32e17443bb6455c3c Mon Sep 17 00:00:00 2001 From: Paul Szczepanek Date: Wed, 2 Jun 2021 12:06:12 +0100 Subject: [PATCH] add information about privacy refresh to config option --- connectivity/FEATURE_BLE/mbed_lib.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connectivity/FEATURE_BLE/mbed_lib.json b/connectivity/FEATURE_BLE/mbed_lib.json index 29c51855de..2d1b11ef40 100644 --- a/connectivity/FEATURE_BLE/mbed_lib.json +++ b/connectivity/FEATURE_BLE/mbed_lib.json @@ -109,7 +109,7 @@ "macro_name": "BLE_GAP_HOST_PRIVACY_RESOLVED_CACHE_SIZE" }, "ble-gap-host-max-advertising-start-commands": { - "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.", + "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.", "value": 4, "macro_name": "BLE_GAP_HOST_MAX_OUTSTANDING_ADVERTISING_START_COMMANDS" },