From 25b07ed79aae7746cd2bd1289ed8a0065d40892b Mon Sep 17 00:00:00 2001 From: wangmengyang Date: Fri, 19 May 2017 17:36:02 +0800 Subject: [PATCH] component/bt: bugfix for handling HCI_Host_Number_Of_Completed_Packets in BT controller --- components/bt/lib | 2 +- components/esp32/ld/esp32.rom.ld | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/components/bt/lib b/components/bt/lib index e920ec21b8..8f6c2c5481 160000 --- a/components/bt/lib +++ b/components/bt/lib @@ -1 +1 @@ -Subproject commit e920ec21b8b1bfc0ededb1fde398f846a6fba053 +Subproject commit 8f6c2c5481d30342be8f69067a68ca7344d7b0c3 diff --git a/components/esp32/ld/esp32.rom.ld b/components/esp32/ld/esp32.rom.ld index 5359e452a2..d32486bd2b 100644 --- a/components/esp32/ld/esp32.rom.ld +++ b/components/esp32/ld/esp32.rom.ld @@ -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 );