Merge branch 'bugfix/master_send_data_err_when_retransmit' into 'master'

Fixed the issue that master sends retransmitted data incorrectly on ESP32C2

Closes BT-2620

See merge request espressif/esp-idf!20430
This commit is contained in:
Jiang Jiang Jian 2022-09-30 18:21:22 +08:00
commit f881197f15
2 changed files with 1 additions and 2 deletions

@ -1 +1 @@
Subproject commit 64bf3942806c2b3be17ef20fb7df6dc63ddf6340
Subproject commit 90749ea1cbbc568bc75a673b0d50b89322066a09

View File

@ -1168,7 +1168,6 @@ r_ble_lll_conn_process_acked_pdu = 0x4000154c;
r_ble_lll_conn_recv_ack = 0x40001554;
r_ble_lll_conn_recv_valid_packet = 0x40001558;
r_ble_lll_conn_reset_pending_sched = 0x4000155c;
r_ble_lll_conn_rx_pkt_isr = 0x40001560;
r_ble_lll_conn_sched_next_anchor = 0x40001564;
r_ble_lll_conn_sched_next_event = 0x40001568;
r_ble_lll_conn_sm_new = 0x40001574;