component/bt: Support set HW CCA threshold value

This commit is contained in:
xiewenxiang
2021-12-28 15:11:54 +08:00
parent 04328cf384
commit 54298708fe
5 changed files with 21 additions and 3 deletions

View File

@@ -66,6 +66,13 @@ config BT_CTRL_HW_CCA
help
It enables HW CCA feature in controller
config BT_CTRL_HW_CCA_VAL
int "CCA threshold value"
range 20 60
default 20
help
It is the threshold value of HW CCA, if the value is 30, it means CCA threshold is -30 dBm.
config BT_CTRL_HW_CCA_EFF
int
default 1 if BT_CTRL_HW_CCA