components/bt: update libbtdm.a with a bugfix for an assertion failure when ACL-U transmission is resumed

This commit is contained in:
wangmengyang 2017-05-12 17:53:25 +08:00
parent 9a64744850
commit 23965694b1
2 changed files with 5 additions and 1 deletions

@ -1 +1 @@
Subproject commit d2b6923875db3715cff8e4b1016021d29135e7e3
Subproject commit cbdf2b94b13a9e7df47c83a45fb82c71ba718f7c

View file

@ -827,6 +827,9 @@ PROVIDE ( lmp_dhkey_chk_handler = 0x4002ab48 );
PROVIDE ( lmp_pause_enc_aes_req_handler = 0x400279a4 );
PROVIDE ( lmp_io_cap_res_handler = 0x4002c670 );
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 ( r_ld_acl_active_hop_types_get = 0x40036e10 );
PROVIDE ( r_ld_acl_afh_confirm = 0x40036d40 );
PROVIDE ( r_ld_acl_afh_prepare = 0x40036c84 );
@ -1858,5 +1861,6 @@ PROVIDE ( ld_sscan_env = 0x3ffb832c );
PROVIDE ( ld_strain_env = 0x3ffb8330 );
PROVIDE ( LM_Sniff = 0x3ffb8230 );
PROVIDE ( LM_SniffSubRate = 0x3ffb8214 );
PROVIDE ( prbs_64bytes = 0x3ff98992 );
/* Above are static data, but can be used, not generated by script >>>>> btdm data */