component/bt: bugfix on the crash during end of sco link resulted from link supervision timeout

This commit is contained in:
wangmengyang 2018-07-10 12:13:11 +08:00
parent 8d5ec413d5
commit a23f857452
2 changed files with 8 additions and 1 deletions

@ -1 +1 @@
Subproject commit 0a6019ccd3c006b9913712c765cb3f4094baf72f
Subproject commit 686982e157874e0e4d8aeb4d111f2bb6c437f5fd

View file

@ -685,7 +685,14 @@ PROVIDE ( lmp_io_cap_req_handler = 0x4002c7a4 );
PROVIDE ( ld_acl_tx_packet_type_select = 0x4002fb40 );
PROVIDE ( ld_acl_sched = 0x40033268 );
PROVIDE ( ld_acl_sniff_sched = 0x4003340c );
PROVIDE ( ld_acl_rx = 0x4003274c );
PROVIDE ( ld_acl_tx = 0x4002ffdc );
PROVIDE ( ld_acl_rx_sync = 0x4002fbec );
PROVIDE ( ld_acl_rx_sync2 = 0x4002fd8c );
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 ( r_ld_acl_active_hop_types_get = 0x40036e10 );
PROVIDE ( r_ld_acl_afh_confirm = 0x40036d40 );
PROVIDE ( r_ld_acl_afh_prepare = 0x40036c84 );