mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-29 18:27:20 +02:00
Merge branch 'bugfix/disable_dbg_hci_cmd_on_esp32_v5.4' into 'release/v5.4'
Disable debug vendor hci command on ESP32 (v5.4) See merge request espressif/esp-idf!37630
This commit is contained in:
Submodule components/bt/controller/lib_esp32 updated: 6093909e01...78dc8fd3ac
@ -653,6 +653,7 @@ PROVIDE ( ld_acl_tx_packet_type_select = 0x4002fb40 );
|
||||
PROVIDE ( ld_acl_sched = 0x40033268 );
|
||||
PROVIDE ( ld_acl_sniff_sched = 0x4003340c );
|
||||
PROVIDE ( ld_acl_sniff_exit = 0x400312b4 );
|
||||
PROVIDE ( ld_sco_evt_canceled_cbk = 0x40031e18 );
|
||||
PROVIDE ( ld_acl_rx = 0x4003274c );
|
||||
PROVIDE ( ld_acl_tx = 0x4002ffdc );
|
||||
PROVIDE ( ld_acl_rx_sync = 0x4002fbec );
|
||||
@ -663,6 +664,7 @@ PROVIDE ( ld_acl_rsw_frm_cbk = 0x40033bb0 );
|
||||
PROVIDE ( ld_sco_modify = 0x40031778 );
|
||||
PROVIDE ( lm_cmd_cmp_send = 0x40051838 );
|
||||
PROVIDE ( ld_sco_frm_cbk = 0x400349dc );
|
||||
PROVIDE ( ld_sco_evt_start_cbk = 0x40031afc );
|
||||
PROVIDE ( ld_sco_evt_stop_cbk = 0x40031d78 );
|
||||
PROVIDE ( ld_acl_rsw_evt_start_cbk = 0x40031154 );
|
||||
PROVIDE ( ld_acl_sco_rsvd_check = 0x4002fa94 );
|
||||
@ -1627,6 +1629,12 @@ PROVIDE ( lc_pwr_decr_ind_handler = 0x4002859c );
|
||||
PROVIDE ( lc_pwr_incr_ind_handler = 0x400284a8 );
|
||||
PROVIDE ( lc_pwr_max_ind_handler = 0x40028690 );
|
||||
PROVIDE ( lc_setup_sync_param_check = 0x4002354c );
|
||||
PROVIDE ( lc_lmp_rsp_to_flow_spec_handler = 0x400297f0 );
|
||||
PROVIDE ( lc_pca_sscan_clk_ind_handler = 0x4002a38c );
|
||||
PROVIDE ( lc_op_loc_unsniff_req_handler = 0x40028be0 );
|
||||
PROVIDE ( lc_op_loc_sniff_req_handler = 0x40028ccc );
|
||||
PROVIDE ( lc_op_loc_switch_req_handler = 0x40028df4 );
|
||||
PROVIDE ( lc_op_loc_sync_con_req_handler = 0x40028f6c );
|
||||
|
||||
PROVIDE ( lm_sync_conf = 0x3ffb8348 );
|
||||
PROVIDE ( lm_nb_sync_active = 0x3ffb8346 );
|
||||
|
Reference in New Issue
Block a user