Ver Fonte

Merge branch 'bugfix/hci_host_nb_cmp_pkts' into 'master'

component/bt: bugfix for handling HCI_Host_Number_Of_Completed_Packets in BT controller



See merge request !774

Ivan Grokhotkov há 8 anos atrás
pai
commit
b763bb7c50
2 ficheiros alterados com 3 adições e 1 exclusões
  1. 1 1
      components/bt/lib
  2. 2 0
      components/esp32/ld/esp32.rom.ld

+ 1 - 1
components/bt/lib

@@ -1 +1 @@
-Subproject commit e920ec21b8b1bfc0ededb1fde398f846a6fba053
+Subproject commit 8f6c2c5481d30342be8f69067a68ca7344d7b0c3

+ 2 - 0
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 );