mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-11 13:00:19 +00:00
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(566c8e3)
- Support BLE vendor hci set RX sensitivity and AGC gain command - Fixed enhanced TX power setting and getting for legacy adv - Fixed BLE assert lld_con.c 2387 - Fixed compatibility issues during the encryption procedure - Support BLE vendor hci enable CCA command
This commit is contained in:
@@ -421,7 +421,7 @@ r_llc_ll_reject_ind_pdu_send = 0x40000f3c;
|
||||
r_llc_ll_start_enc_rsp_ack_handler = 0x40000f40;
|
||||
r_llc_ll_terminate_ind_ack = 0x40000f44;
|
||||
r_llc_ll_unknown_ind_handler = 0x40000f48;
|
||||
r_llc_llcp_send = 0x40000f4c;
|
||||
/* r_llc_llcp_send = 0x40000f4c; */
|
||||
r_llc_llcp_state_set = 0x40000f50;
|
||||
r_llc_llcp_trans_timer_set = 0x40000f54;
|
||||
r_llc_llcp_tx_check = 0x40000f58;
|
||||
@@ -506,7 +506,7 @@ r_lld_con_data_len_update = 0x400010a0;
|
||||
r_lld_con_data_tx = 0x400010a4;
|
||||
r_lld_con_enc_key_load = 0x400010a8;
|
||||
r_lld_con_event_counter_get = 0x400010ac;
|
||||
r_lld_con_evt_canceled_cbk = 0x400010b0;
|
||||
/* r_lld_con_evt_canceled_cbk = 0x400010b0; */
|
||||
r_lld_con_evt_duration_min_get = 0x400010b4;
|
||||
r_lld_con_evt_max_eff_time_cal = 0x400010b8;
|
||||
r_lld_con_evt_sd_evt_time_get = 0x400010bc;
|
||||
|
Reference in New Issue
Block a user