mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
Merge branch 'bugfix/bluetooth_chan_map_error_v5.4' into 'release/v5.4'
fix(bt/controller): fixed Bluetooth hardware error of 'CHMAP_ERROR' (v5.4) See merge request espressif/esp-idf!43340
This commit is contained in:
Submodule components/bt/controller/lib_esp32 updated: 45910ee1e5...a184fa951e
@@ -1633,6 +1633,9 @@ PROVIDE ( ld_pscan_em_init = 0x4003e5e8 );
|
||||
PROVIDE ( ld_acl_rsw_start = 0x40032e90 );
|
||||
PROVIDE ( ld_acl_sniff_enter = 0x40031244 );
|
||||
PROVIDE ( ld_acl_sniff_trans_sched = 0x40033734 );
|
||||
PROVIDE ( ld_acl_afh_apply = 0x40030e94 );
|
||||
PROVIDE ( ld_acl_afh_switch_on_cbk = 0x40030fa8 );
|
||||
PROVIDE ( ld_acl_afh_switch_off_cbk = 0x400310c4 );
|
||||
PROVIDE ( lc_pwr_decr_ind_handler = 0x4002859c );
|
||||
PROVIDE ( lc_pwr_incr_ind_handler = 0x400284a8 );
|
||||
PROVIDE ( lc_pwr_max_ind_handler = 0x40028690 );
|
||||
|
||||
Reference in New Issue
Block a user