Skip to content

Commit ed0cc11

Browse files
esp-zhpesp-cjh
authored andcommitted
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(abd7733)
- Fix the issue where RSSI is incorrect when latency is not zero
1 parent bec7b26 commit ed0cc11

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

components/esp_rom/esp32c3/ld/esp32c3.rom.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1036,7 +1036,7 @@ r_lld_con_pref_slave_evt_dur_set = 0x400010f0;
10361036
r_lld_con_pref_slave_latency_set = 0x400010f4;
10371037
r_lld_con_rssi_get = 0x400010f8;
10381038
r_lld_con_rx = 0x400010fc;
1039-
r_lld_con_rx_channel_assess = 0x40001100;
1039+
/* r_lld_con_rx_channel_assess = 0x40001100; */
10401040
r_lld_con_rx_enc = 0x40001104;
10411041
r_lld_con_rx_isr = 0x40001108;
10421042
r_lld_con_rx_link_info_check = 0x4000110c;

components/esp_rom/esp32s3/ld/esp32s3.rom.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1286,7 +1286,7 @@ r_lld_con_pref_slave_evt_dur_set = 0x400042b4;
12861286
r_lld_con_pref_slave_latency_set = 0x400042c0;
12871287
r_lld_con_rssi_get = 0x400042cc;
12881288
r_lld_con_rx = 0x400042d8;
1289-
r_lld_con_rx_channel_assess = 0x400042e4;
1289+
/* r_lld_con_rx_channel_assess = 0x400042e4; */
12901290
r_lld_con_rx_enc = 0x400042f0;
12911291
r_lld_con_rx_isr = 0x400042fc;
12921292
r_lld_con_rx_link_info_check = 0x40004308;

0 commit comments

Comments
 (0)