mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 18:57:19 +02:00
Merge branch 'bugfix/fix_modem_sleep_hw_error_mr_4.4' into 'release/v4.4'
fix modem sleep hw error See merge request espressif/esp-idf!16017
This commit is contained in:
Submodule components/bt/controller/lib_esp32 updated: 26c296e018...edbb3cb0c0
@ -162,7 +162,15 @@
|
|||||||
#define UC_BT_SMP_SLAVE_CON_PARAMS_UPD_ENABLE FALSE
|
#define UC_BT_SMP_SLAVE_CON_PARAMS_UPD_ENABLE FALSE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//Device Nane Maximum Length
|
||||||
|
#ifdef CONFIG_BT_MAX_DEVICE_NAME_LEN
|
||||||
|
#define UC_MAX_LOC_BD_NAME_LEN CONFIG_BT_MAX_DEVICE_NAME_LEN
|
||||||
|
#else
|
||||||
|
#define UC_MAX_LOC_BD_NAME_LEN 64
|
||||||
|
#endif
|
||||||
|
|
||||||
#if CONFIG_IDF_TARGET_ESP32
|
#if CONFIG_IDF_TARGET_ESP32
|
||||||
|
|
||||||
//BTDM_BLE_ADV_REPORT_FLOW_CTRL_SUPP
|
//BTDM_BLE_ADV_REPORT_FLOW_CTRL_SUPP
|
||||||
#ifdef CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_SUPP
|
#ifdef CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_SUPP
|
||||||
#define UC_BTDM_BLE_ADV_REPORT_FLOW_CTRL_SUPP CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_SUPP
|
#define UC_BTDM_BLE_ADV_REPORT_FLOW_CTRL_SUPP CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_SUPP
|
||||||
|
Reference in New Issue
Block a user