component/bt: bugfix for the error in calculation sniff anchor point which can result in supervision timeout after connection is brought into sniff mode

This commit is contained in:
wangmengyang
2018-10-30 14:30:07 +08:00
committed by bot
parent a4357aed91
commit 159d4ac742
2 changed files with 2 additions and 1 deletions

View File

@@ -673,6 +673,7 @@ PROVIDE ( ld_acl_rx_no_sync = 0x4002fe78 );
PROVIDE ( ld_sco_modify = 0x40031778 );
PROVIDE ( lm_cmd_cmp_send = 0x40051838 );
PROVIDE ( ld_sco_frm_cbk = 0x400349dc );
PROVIDE ( ld_acl_sniff_frm_cbk = 0x4003482c );
PROVIDE ( r_ld_acl_active_hop_types_get = 0x40036e10 );
PROVIDE ( r_ld_acl_afh_confirm = 0x40036d40 );
PROVIDE ( r_ld_acl_afh_prepare = 0x40036c84 );