Skip to content

Commit cbe9388

Browse files
committed
Merge branch 'bugfix/fixed_set_conn_mode_assert_on_esp32c2_v5.5' into 'release/v5.5'
fix(ble): fixed assertion issue in connection state on ESP32C2-ECO4 (v5.5) See merge request espressif/esp-idf!40024
2 parents b37d4b3 + 1d9e0ac commit cbe9388

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/esp_rom/esp32c2/ld/esp32c2.rom.ble-eco4.ld

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,8 @@ r_ble_ll_conn_is_dev_connected = 0x40000dec;
233233
r_ble_ll_conn_is_empty_pdu = 0x40000df0;
234234
r_ble_ll_conn_is_lru = 0x40000df4;
235235
r_ble_ll_conn_master_init = 0x40000df8;
236-
r_ble_ll_conn_module_deinit = 0x40000dfc;
237-
r_ble_ll_conn_module_init = 0x40000e00;
236+
//r_ble_ll_conn_module_deinit = 0x40000dfc;
237+
//r_ble_ll_conn_module_init = 0x40000e00;
238238
r_ble_ll_conn_module_reset = 0x40000e04;
239239
r_ble_ll_conn_num_comp_pkts_event_send = 0x40000e0c;
240240
r_ble_ll_conn_prepare_tx_pdu = 0x40000e10;
@@ -694,7 +694,7 @@ r_ble_lll_conn_halt = 0x4000152c;
694694
r_ble_lll_conn_master_common_init = 0x40001530;
695695
r_ble_lll_conn_master_new = 0x40001534;
696696
r_ble_lll_conn_module_deinit = 0x40001538;
697-
r_ble_lll_conn_module_init = 0x4000153c;
697+
//r_ble_lll_conn_module_init = 0x4000153c;
698698
r_ble_lll_conn_module_reset = 0x40001540;
699699
r_ble_lll_conn_no_mem_evt_pre_cb = 0x40001544;
700700
r_ble_lll_conn_pre_process = 0x40001548;

0 commit comments

Comments
 (0)