mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 06:11:06 +00:00 
			
		
		
		
	component/bt: bugfix for handling HCI_Host_Number_Of_Completed_Packets in BT controller
This commit is contained in:
		@@ -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 );
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user