Skip to content

Commit

Permalink
components/bt: update libbtdm.a with a bugfix for an assertion failur…
Browse files Browse the repository at this point in the history
…e when ACL-U transmission is resumed
  • Loading branch information
wmy-espressif committed May 12, 2017
1 parent 9a64744 commit 2396569
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion components/bt/lib
Submodule lib updated 1 files
+ libbtdm_app.a
4 changes: 4 additions & 0 deletions components/esp32/ld/esp32.rom.ld
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
Expand Down Expand Up @@ -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 */

0 comments on commit 2396569

Please sign in to comment.