Merge branch 'bugfix/fix_c3_some_bugs_06_15_v4.3' into 'release/v4.3'

Bugfix/fix c3 some bugs 06 15 v4.3

See merge request espressif/esp-idf!14017
This commit is contained in:
Wang Meng Yang
2021-06-28 00:00:06 +00:00
16 changed files with 180 additions and 16 deletions

View File

@@ -383,3 +383,16 @@ config BT_CTRL_HCI_TL_EFF
default 0 if BT_CTRL_HCI_MODE_UART_H4
default 1 if BT_CTRL_HCI_M0DE_VHCI
default 1
config BT_CTRL_AGC_RECORRECT_EN
bool "Enable HW AGC recorrect"
default n
help
Enable uncoded phy AGC recorrect
config BT_CTRL_CODED_AGC_RECORRECT_EN
bool "Enable coded phy AGC recorrect"
depends on BT_CTRL_AGC_RECORRECT_EN
default n
help
Enable coded phy AGC recorrect