summaryrefslogtreecommitdiff
path: root/lib/bt/controller/esp32c3/Kconfig.in
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bt/controller/esp32c3/Kconfig.in')
-rw-r--r--lib/bt/controller/esp32c3/Kconfig.in20
1 files changed, 17 insertions, 3 deletions
diff --git a/lib/bt/controller/esp32c3/Kconfig.in b/lib/bt/controller/esp32c3/Kconfig.in
index 078b215f..059e71da 100644
--- a/lib/bt/controller/esp32c3/Kconfig.in
+++ b/lib/bt/controller/esp32c3/Kconfig.in
@@ -23,7 +23,7 @@ config BT_CTRL_BLE_STATIC_ACL_TX_BUF_NB
default 0
help
BLE ACL buffer have two methods to be allocated. One is persistent allocating
- (alloate when controller initialise, never free until controller de-initialise)
+ (allocate when controller initialise, never free until controller de-initialise)
another is dynamically allocating (allocate before TX and free after TX).
choice BT_CTRL_PINNED_TO_CORE_CHOICE
@@ -72,11 +72,11 @@ config BT_CTRL_HCI_TL
HCI mode as VHCI or UART(H4)
config BT_CTRL_ADV_DUP_FILT_MAX
- int "The maxinum number of 5.0 extend duplicate scan filter"
+ int "The maximum number of 5.0 extend duplicate scan filter"
range 1 500
default 30
help
- The maxinum number of suplicate scan filter
+ The maximum number of suplicate scan filter
choice BT_BLE_CCA_MODE
prompt "BLE CCA mode"
@@ -475,3 +475,17 @@ config BT_BLE_ADV_DATA_LENGTH_ZERO_AUX
When this option is enabled, auxiliary packets will be present in the events of
'Non-Connectable and Non-Scannable' regardless of whether the advertising length is 0.
If this option is not enabled, auxiliary packets will only be present when the advertising length is not 0.
+
+config BT_CTRL_CHAN_ASS_EN
+ bool "Enable channel assessment"
+ default y
+ help
+ If this option is enabled, The Controller will records the communication quality
+ for each channel and then start a timer to check and update the channel map every 4 seconds.
+
+config BT_CTRL_LE_PING_EN
+ bool "Enable LE Ping procedure"
+ default y
+ help
+ If this option is disabled, The Controller will not start the LE authenticated payload timer.
+ This option is used for some compatibility problems related to LE ping procedure.