]> granicus.if.org Git - esp-idf/commitdiff
component/bt: bugfix for handling HCI_Host_Number_Of_Completed_Packets in BT controller
authorwangmengyang <wangmengyang@espressif.com>
Fri, 19 May 2017 09:36:02 +0000 (17:36 +0800)
committerwangmengyang <wangmengyang@espressif.com>
Fri, 19 May 2017 09:36:02 +0000 (17:36 +0800)
components/bt/lib
components/esp32/ld/esp32.rom.ld

index e920ec21b8b1bfc0ededb1fde398f846a6fba053..8f6c2c5481d30342be8f69067a68ca7344d7b0c3 160000 (submodule)
@@ -1 +1 @@
-Subproject commit e920ec21b8b1bfc0ededb1fde398f846a6fba053
+Subproject commit 8f6c2c5481d30342be8f69067a68ca7344d7b0c3
index 5359e452a234542c3ed6ef5e645c9604ed8d3f46..d32486bd2bc6518c73986506d4cdcf2f177b0e4d 100644 (file)
@@ -830,6 +830,7 @@ 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 ( lm_cmd_cmp_send = 0x40051838 );
 PROVIDE ( r_ld_acl_active_hop_types_get = 0x40036e10 );
 PROVIDE ( r_ld_acl_afh_confirm = 0x40036d40 );
 PROVIDE ( r_ld_acl_afh_prepare = 0x40036c84 );
@@ -1850,6 +1851,7 @@ PROVIDE ( ets_timer_setfn = 0x40008350 );
 PROVIDE ( ets_update_cpu_frequency_rom = 0x40008550 );  /* Updates g_ticks_per_us on the current CPU only; not on the other core */
 
 /* Following are static data, but can be used, not generated by script <<<<< btdm data */
+PROVIDE ( hci_tl_env = 0x3ffb8154 );
 PROVIDE ( ld_acl_env = 0x3ffb8258 );
 PROVIDE ( ld_active_ch_map = 0x3ffb8334 );
 PROVIDE ( ld_bcst_acl_env = 0x3ffb8274 );