fix(bt/controller): Fixed some controller bugs

- Fixed Bluetooth hardware error of 'CHMAP_ERROR'
- Fixed encryption collision bug
This commit is contained in:
Jin Cheng
2025-11-10 16:42:56 +08:00
committed by liqigan
parent 245f5f7f43
commit aa76c1127b
2 changed files with 4 additions and 1 deletions

View File

@@ -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 );