mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
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:
commit
f881197f15
@ -1 +1 @@
|
||||
Subproject commit 64bf3942806c2b3be17ef20fb7df6dc63ddf6340
|
||||
Subproject commit 90749ea1cbbc568bc75a673b0d50b89322066a09
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user