Skip to content

Commit 35332ce

Browse files
committed
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
2 parents 4495803 + 066ba5a commit 35332ce

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

components/bt/controller/lib_esp32

components/esp_rom/esp32/ld/esp32.rom.ld

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1633,6 +1633,9 @@ PROVIDE ( ld_pscan_em_init = 0x4003e5e8 );
16331633
PROVIDE ( ld_acl_rsw_start = 0x40032e90 );
16341634
PROVIDE ( ld_acl_sniff_enter = 0x40031244 );
16351635
PROVIDE ( ld_acl_sniff_trans_sched = 0x40033734 );
1636+
PROVIDE ( ld_acl_afh_apply = 0x40030e94 );
1637+
PROVIDE ( ld_acl_afh_switch_on_cbk = 0x40030fa8 );
1638+
PROVIDE ( ld_acl_afh_switch_off_cbk = 0x400310c4 );
16361639
PROVIDE ( lc_pwr_decr_ind_handler = 0x4002859c );
16371640
PROVIDE ( lc_pwr_incr_ind_handler = 0x400284a8 );
16381641
PROVIDE ( lc_pwr_max_ind_handler = 0x40028690 );

0 commit comments

Comments
 (0)