@@ -76,7 +76,7 @@ config BT_CTRL_ADV_DUP_FILT_MAX
76
76
range 1 500
77
77
default 30
78
78
help
79
- The maximum number of suplicate scan filter
79
+ The maximum number of 5.0 extend duplicate
80
80
81
81
choice BT_BLE_CCA_MODE
82
82
prompt "BLE CCA mode"
@@ -101,9 +101,11 @@ config BT_BLE_CCA_MODE
101
101
config BT_CTRL_HW_CCA_VAL
102
102
int "CCA threshold value"
103
103
range 20 100
104
- default 20
104
+ default 75
105
105
help
106
106
It is the threshold value of HW CCA, if the value is 30, it means CCA threshold is -30 dBm.
107
+ If the channel assessment result exceeds the CCA threshold (e.g. -75 dBm), indicating the channel is busy,
108
+ the hardware will not transmit packets on that channel.
107
109
108
110
config BT_CTRL_HW_CCA_EFF
109
111
int
@@ -491,27 +493,27 @@ config BT_CTRL_LE_PING_EN
491
493
If this option is disabled, The Controller will not start the LE authenticated payload timer.
492
494
This option is used for some compatibility problems related to LE ping procedure.
493
495
494
- menu "BLE disconnect when instant passed "
496
+ menu "BLE disconnects when Instant Passed (0x28) occurs "
495
497
config BT_CTRL_BLE_LLCP_CONN_UPDATE
496
498
bool "BLE ACL connection update procedure"
497
499
default n
498
500
help
499
501
If this option is enabled, Controller will terminate the connection
500
- when instant passed during connection update procedure.
502
+ when Instant Passed (0x28) error occurs during connection update procedure.
501
503
502
504
config BT_CTRL_BLE_LLCP_CHAN_MAP_UPDATE
503
505
bool "BLE ACL channel map update procedure"
504
506
default n
505
507
help
506
508
If this option is enabled, Controller will terminate the connection
507
- when instant passed in channel map update procedure.
509
+ when Instant Passed (0x28) error occurs in channel map update procedure.
508
510
509
511
config BT_CTRL_BLE_LLCP_PHY_UPDATE
510
512
bool "BLE ACL PHY update procedure"
511
513
default n
512
514
help
513
515
If this option is enabled, Controller will terminate the connection
514
- when instant passed in PHY update procedure.
516
+ when Instant Passed (0x28) error occurs in PHY update procedure.
515
517
endmenu
516
518
config BT_CTRL_RUN_IN_FLASH_ONLY
517
519
bool "Put all BLE Controller code in flash"
0 commit comments