fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(abd7733)

- Fix the issue where RSSI is incorrect when latency is not zero
This commit is contained in:
zhanghaipeng 2024-07-10 16:10:13 +08:00
parent 06baea7691
commit 9ac080765c
3 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit a6ca5e21f7afabe00db544003419be77e89b9a99
Subproject commit d53a6a695af1e78a6f36691e2cf525f9787abfdb

View File

@ -1036,7 +1036,7 @@ r_lld_con_pref_slave_evt_dur_set = 0x400010f0;
r_lld_con_pref_slave_latency_set = 0x400010f4;
r_lld_con_rssi_get = 0x400010f8;
r_lld_con_rx = 0x400010fc;
r_lld_con_rx_channel_assess = 0x40001100;
/* r_lld_con_rx_channel_assess = 0x40001100; */
r_lld_con_rx_enc = 0x40001104;
r_lld_con_rx_isr = 0x40001108;
r_lld_con_rx_link_info_check = 0x4000110c;

View File

@ -1286,7 +1286,7 @@ r_lld_con_pref_slave_evt_dur_set = 0x400042b4;
r_lld_con_pref_slave_latency_set = 0x400042c0;
r_lld_con_rssi_get = 0x400042cc;
r_lld_con_rx = 0x400042d8;
r_lld_con_rx_channel_assess = 0x400042e4;
/* r_lld_con_rx_channel_assess = 0x400042e4; */
r_lld_con_rx_enc = 0x400042f0;
r_lld_con_rx_isr = 0x400042fc;
r_lld_con_rx_link_info_check = 0x40004308;