mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
Fixed the issue that master sends retransmitted data incorrectly on ESP32C2
This commit is contained in:
Submodule components/bt/controller/lib_esp32c2/esp32c2-bt-lib updated: 64bf394280...90749ea1cb
@@ -1168,7 +1168,6 @@ r_ble_lll_conn_process_acked_pdu = 0x4000154c;
|
|||||||
r_ble_lll_conn_recv_ack = 0x40001554;
|
r_ble_lll_conn_recv_ack = 0x40001554;
|
||||||
r_ble_lll_conn_recv_valid_packet = 0x40001558;
|
r_ble_lll_conn_recv_valid_packet = 0x40001558;
|
||||||
r_ble_lll_conn_reset_pending_sched = 0x4000155c;
|
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_anchor = 0x40001564;
|
||||||
r_ble_lll_conn_sched_next_event = 0x40001568;
|
r_ble_lll_conn_sched_next_event = 0x40001568;
|
||||||
r_ble_lll_conn_sm_new = 0x40001574;
|
r_ble_lll_conn_sm_new = 0x40001574;
|
||||||
|
Reference in New Issue
Block a user