diff --git a/components/bt/controller/esp32c2/ble_dummy.h b/components/bt/controller/esp32c2/ble_dummy.h index ac72062abf..8e51a2c09d 100644 --- a/components/bt/controller/esp32c2/ble_dummy.h +++ b/components/bt/controller/esp32c2/ble_dummy.h @@ -220,9 +220,9 @@ void r_ble_lll_conn_rx_pkt_isr_eco4(void){} // int_eco4 r_ble_ll_conn_env_init(void){return 0;} #endif // !DEFAULT_BT_LE_ROLE_CENTROL && !DEFAULT_BT_LE_ROLE_PERIPHERAL -#if !DEFAULT_BT_LE_ROLE_PERIPHERAL || !DEFAULT_BT_LE_2M_PHY && !DEFAULT_BT_LE_CODED_PHY +#if !DEFAULT_BT_LE_2M_PHY && !DEFAULT_BT_LE_CODED_PHY void r_ble_ll_ctrl_rx_phy_update_ind(void){} -void r_ble_ll_ctrl_rx_phy_update_ind_eco4(void){} +uint8_t r_ble_ll_ctrl_rx_phy_update_ind_eco4(void){return 0x07;} #endif // !DEFAULT_BT_LE_2M_PHY && !DEFAULT_BT_LE_CODED_PHY #if !DEFAULT_BT_LE_50_FEATURE_SUPPORT diff --git a/components/bt/controller/lib_esp32c2/esp32c2-bt-lib b/components/bt/controller/lib_esp32c2/esp32c2-bt-lib index a5b7488a78..442f1515ba 160000 --- a/components/bt/controller/lib_esp32c2/esp32c2-bt-lib +++ b/components/bt/controller/lib_esp32c2/esp32c2-bt-lib @@ -1 +1 @@ -Subproject commit a5b7488a78cc5cca112122a560487411dbb6a830 +Subproject commit 442f1515baf3917f58494f952da3767600bda9bf