ble: move phy enabled/disable to controller enable/disable

This commit is contained in:
cjin
2023-07-31 11:53:37 +08:00
parent 6cca4bddd2
commit fa806d758a
10 changed files with 86 additions and 347 deletions

View File

@@ -3,7 +3,6 @@ CONFIG_IDF_TARGET="esp32c6"
# Bluetooth Low Power Config
CONFIG_BT_LE_SLEEP_ENABLE=y
# CONFIG_BT_LE_WAKEUP_SOURCE_CPU_RTC_TIMER is not set
CONFIG_BT_LE_WAKEUP_SOURCE_BLE_RTC_TIMER=y
# CONFIG_BT_LE_LP_CLK_SRC_MAIN_XTAL is not set
CONFIG_BT_LE_LP_CLK_SRC_DEFAULT=y