• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1memcmp = 0x4000c260;
2memcpy = 0x4000c2c8;
3memset = 0x4000c44c;
4__sfp_lock = 0x3ffae0ac;
5__sinit_lock = 0x3ffae0a8;
6__env_lock_object = 0x3ffae0b8;
7__tz_lock_object = 0x3ffae080;
8
9PROVIDE ( ets_efuse_get_spiconfig = 0x40008658 );
10PROVIDE ( ets_write_char_uart = 0x40007cf8 );
11PROVIDE ( ets_printf = 0x40007d54 );
12PROVIDE ( ets_delay_us = 0x40008534 );
13PROVIDE ( cache_flash_mmu_set_rom = 0x400095e0 );
14PROVIDE ( Cache_Flush_rom = 0x40009a14 );
15PROVIDE ( Cache_Read_Disable_rom = 0x40009ab8 );
16PROVIDE ( Cache_Read_Enable_rom = 0x40009a84 );
17PROVIDE ( Cache_Read_Init_rom = 0x40009950 );
18PROVIDE ( cache_sram_mmu_set_rom = 0x400097f4 );
19PROVIDE ( ets_sha_disable = 0x4005c0a8 );
20PROVIDE ( ets_sha_enable = 0x4005c07c );
21PROVIDE ( ets_sha_finish = 0x4005c104 );
22PROVIDE ( ets_sha_init = 0x4005c0d4 );
23PROVIDE ( ets_sha_update = 0x4005c2a0 );
24PROVIDE ( rtc_get_reset_reason = 0x400081d4 );
25PROVIDE ( rtc_get_wakeup_cause = 0x400081f4 );
26PROVIDE ( ets_install_putc1 = 0x40007d18 );
27PROVIDE ( ets_install_putc2 = 0x40007d38 );
28PROVIDE ( intr_matrix_set = 0x4000681c );
29
30
31PROVIDE ( crc32_le = 0x4005cfec );
32PROVIDE ( esp_crc8 = 0x4005d144 );
33PROVIDE ( mmu_init = 0x400095a4 );
34
35PROVIDE ( esp_rom_spiflash_config_param = 0x40063238 );
36PROVIDE ( esp_rom_spiflash_read_user_cmd = 0x400621b0 );
37PROVIDE ( esp_rom_spiflash_prepare_encrypted_data = 0x40062e1c );
38PROVIDE ( g_rom_flashchip = 0x3ffae270 );
39PROVIDE ( g_rom_spiflash_dummy_len_plus = 0x3ffae290 );
40PROVIDE ( esp_rom_spiflash_write_encrypted_enable = 0x40062df4 );
41PROVIDE ( esp_rom_spiflash_write_encrypted_disable = 0x40062e60 );
42PROVIDE ( esp_rom_spiflash_config_clk = 0x40062bc8 );
43PROVIDE ( g_rom_spiflash_chip = 0x3ffae270 );
44
45PROVIDE ( rom_i2c_writeReg = 0x400041a4 );
46PROVIDE ( roundup2 = 0x4000ab7c );
47PROVIDE ( _xtos_set_intlevel = 0x4000bfdc );
48PROVIDE ( phy_get_romfuncs = 0x40004100 );
49PROVIDE ( syscall_table_ptr_app = 0x3ffae020 );
50PROVIDE ( syscall_table_ptr_pro = 0x3ffae024 );
51PROVIDE ( g_ticks_per_us_pro = 0x3ffe01e0 );
52PROVIDE ( g_ticks_per_us_app = 0x3ffe40f0 );
53
54PROVIDE ( gpio_pad_select_gpio = 0x40009fdc );
55PROVIDE ( gpio_pad_pullup = 0x4000a22c );
56PROVIDE ( gpio_matrix_in = 0x40009edc );
57PROVIDE ( gpio_matrix_out = 0x40009f0c );
58PROVIDE ( uart_tx_flush = 0x40009258 );
59PROVIDE ( uart_div_modify = 0x400090cc );
60PROVIDE ( uart_tx_one_char = 0x40009200 );
61PROVIDE ( uart_rx_one_char = 0x400092d0 );
62
63PROVIDE ( esp_rom_gpio_pad_select_gpio    = gpio_pad_select_gpio );
64PROVIDE ( esp_rom_gpio_pad_pullup_only    = gpio_pad_pullup );
65PROVIDE ( esp_rom_gpio_pad_set_drv        = gpio_pad_set_drv );
66PROVIDE ( esp_rom_gpio_pad_unhold         = gpio_pad_unhold );
67PROVIDE ( esp_rom_gpio_connect_in_signal  = gpio_matrix_in );
68PROVIDE ( esp_rom_gpio_connect_out_signal = gpio_matrix_out );
69
70PROVIDE ( esp_rom_efuse_mac_address_crc8       = esp_crc8 );
71PROVIDE ( esp_rom_efuse_get_flash_gpio_info    = ets_efuse_get_spiconfig );
72PROVIDE ( esp_rom_efuse_is_secure_boot_enabled = ets_efuse_secure_boot_enabled );
73
74PROVIDE ( esp_rom_uart_flush_tx       = uart_tx_flush );
75PROVIDE ( esp_rom_uart_tx_one_char    = uart_tx_one_char );
76PROVIDE ( esp_rom_uart_tx_wait_idle   = uart_tx_wait_idle );
77PROVIDE ( esp_rom_uart_rx_one_char    = uart_rx_one_char );
78PROVIDE ( esp_rom_uart_rx_string      = UartRxString );
79PROVIDE ( esp_rom_uart_set_as_console = uart_tx_switch );
80PROVIDE ( esp_rom_uart_putc           = ets_write_char_uart );
81
82/* wpa_supplicant re-implements the MD5 functions: MD5Init, MD5Update, MD5Final */
83/* so here we directly assign the symbols with the ROM API address */
84PROVIDE ( esp_rom_md5_init   = 0x4005da7c );
85PROVIDE ( esp_rom_md5_update = 0x4005da9c );
86PROVIDE ( esp_rom_md5_final  = 0x4005db1c );
87
88PROVIDE ( esp_rom_printf   = ets_printf );
89PROVIDE ( esp_rom_delay_us = ets_delay_us );
90PROVIDE ( esp_rom_install_uart_printf = ets_install_uart_printf );
91
92PROVIDE ( esp_rom_crc32_le = crc32_le );
93
94PROVIDE ( Add2SelfBigHex256 = 0x40015b7c );
95PROVIDE ( AddBigHex256 = 0x40015b28 );
96PROVIDE ( AddBigHexModP256 = 0x40015c98 );
97PROVIDE ( AddP256 = 0x40015c74 );
98PROVIDE ( AddPdiv2_256 = 0x40015ce0 );
99PROVIDE ( app_gpio_arg = 0x3ffe003c );
100PROVIDE ( app_gpio_handler = 0x3ffe0040 );
101PROVIDE ( BasePoint_x_256 = 0x3ff97488 );
102PROVIDE ( BasePoint_y_256 = 0x3ff97468 );
103PROVIDE ( bigHexInversion256 = 0x400168f0 );
104PROVIDE ( bigHexP256 = 0x3ff973bc );
105PROVIDE ( btdm_r_ble_bt_handler_tab_p_get = 0x40019b0c );
106PROVIDE ( btdm_r_btdm_option_data_p_get = 0x40010004 );
107PROVIDE ( btdm_r_btdm_rom_version_get = 0x40010078 );
108PROVIDE ( btdm_r_data_init = 0x4001002c );
109PROVIDE ( btdm_r_import_rf_phy_func_p_get = 0x40054298 );
110PROVIDE ( btdm_r_ip_func_p_get = 0x40019af0 );
111PROVIDE ( btdm_r_ip_func_p_set = 0x40019afc );
112PROVIDE ( btdm_r_modules_func_p_get = 0x4005427c );
113PROVIDE ( btdm_r_modules_func_p_set = 0x40054270 );
114PROVIDE ( btdm_r_plf_func_p_set = 0x40054288 );
115PROVIDE ( bt_util_buf_env = 0x3ffb8bd4 );
116PROVIDE ( cache_flash_mmu_set_rom = 0x400095e0 );
117PROVIDE ( Cache_Flush_rom = 0x40009a14 );
118PROVIDE ( Cache_Read_Disable_rom = 0x40009ab8 );
119PROVIDE ( Cache_Read_Enable_rom = 0x40009a84 );
120PROVIDE ( Cache_Read_Init_rom = 0x40009950 );
121PROVIDE ( cache_sram_mmu_set_rom = 0x400097f4 );
122/* This is static function, but can be used, not generated by script*/
123PROVIDE ( calc_rtc_memory_crc = 0x40008170 );
124PROVIDE ( __clear_cache = 0x40063860 );
125PROVIDE ( co_default_bdaddr = 0x3ffae704 );
126PROVIDE ( co_null_bdaddr = 0x3ffb80e0 );
127PROVIDE ( co_sca2ppm = 0x3ff971e8 );
128PROVIDE ( crc16_be = 0x4005d09c );
129PROVIDE ( crc16_le = 0x4005d05c );
130PROVIDE ( crc32_be = 0x4005d024 );
131PROVIDE ( crc32_le = 0x4005cfec );
132PROVIDE ( crc8_be = 0x4005d114 );
133PROVIDE ( crc8_le = 0x4005d0e0 );
134PROVIDE ( _data_end_rom = 0x4000d5c8 );
135PROVIDE ( _data_end_btdm_rom = 0x4000d4f8 );
136PROVIDE ( _data_start_rom = 0x4000d4f8 );
137PROVIDE ( _data_start_btdm_rom = 0x4000d4f4 );
138PROVIDE ( _data_start_btdm = 0x3ffae6e0);
139PROVIDE ( _data_end_btdm = 0x3ffaff10);
140PROVIDE ( _bss_start_btdm = 0x3ffb8000);
141PROVIDE ( _bss_end_btdm = 0x3ffbff70);
142PROVIDE ( dbg_default_handler = 0x3ff97218 );
143PROVIDE ( dbg_default_state = 0x3ff97220 );
144PROVIDE ( dbg_state = 0x3ffb8d5d );
145PROVIDE ( DebugE256PublicKey_x = 0x3ff97428 );
146PROVIDE ( DebugE256PublicKey_y = 0x3ff97408 );
147PROVIDE ( DebugE256SecretKey = 0x3ff973e8 );
148PROVIDE ( debug_timer = 0x3ffe042c );
149PROVIDE ( debug_timerfn = 0x3ffe0430 );
150PROVIDE ( dh_group14_generator = 0x3ff9ac60 );
151PROVIDE ( dh_group14_prime = 0x3ff9ab60 );
152PROVIDE ( dh_group15_generator = 0x3ff9ab5f );
153PROVIDE ( dh_group15_prime = 0x3ff9a9df );
154PROVIDE ( dh_group16_generator = 0x3ff9a9de );
155PROVIDE ( dh_group16_prime = 0x3ff9a7de );
156PROVIDE ( dh_group17_generator = 0x3ff9a7dd );
157PROVIDE ( dh_group17_prime = 0x3ff9a4dd );
158PROVIDE ( dh_group18_generator = 0x3ff9a4dc );
159PROVIDE ( dh_group18_prime = 0x3ff9a0dc );
160PROVIDE ( dh_group1_generator = 0x3ff9ae03 );
161PROVIDE ( dh_group1_prime = 0x3ff9ada3 );
162PROVIDE ( dh_group2_generator = 0x3ff9ada2 );
163PROVIDE ( dh_group2_prime = 0x3ff9ad22 );
164PROVIDE ( dh_group5_generator = 0x3ff9ad21 );
165PROVIDE ( dh_group5_prime = 0x3ff9ac61 );
166PROVIDE ( g_rom_spiflash_dummy_len_plus = 0x3ffae290 );
167PROVIDE ( ecc_env = 0x3ffb8d60 );
168PROVIDE ( ecc_Jacobian_InfinityPoint256 = 0x3ff972e8 );
169PROVIDE ( em_buf_env = 0x3ffb8d74 );
170PROVIDE ( esp_crc8 = 0x4005d144 );
171PROVIDE ( _etext = 0x4000d66c );
172PROVIDE ( ets_readySet_ = 0x3ffe01f0 );
173PROVIDE ( ets_startup_callback = 0x3ffe0404 );
174PROVIDE ( rwip_coex_cfg = 0x3ff9914c );
175PROVIDE ( rwip_priority = 0x3ff99159 );
176PROVIDE ( exc_cause_table = 0x3ff991d0 );
177PROVIDE ( GF_Jacobian_Point_Addition256 = 0x400163a4 );
178PROVIDE ( GF_Jacobian_Point_Double256 = 0x40016260 );
179PROVIDE ( GF_Point_Jacobian_To_Affine256 = 0x40016b0c );
180PROVIDE ( g_phyFuns_instance = 0x3ffae0c4 );
181PROVIDE ( g_rom_flashchip = 0x3ffae270 );
182PROVIDE ( gTxMsg = 0x3ffe0050 );
183PROVIDE ( hci_cmd_desc_root_tab = 0x3ff976d4 );
184PROVIDE ( hci_cmd_desc_tab_ctrl_bb = 0x3ff97b70 );
185PROVIDE ( hci_cmd_desc_tab_info_par = 0x3ff97b1c );
186PROVIDE ( hci_cmd_desc_tab_le = 0x3ff97870 );
187PROVIDE ( hci_cmd_desc_tab_lk_ctrl = 0x3ff97fc0 );
188PROVIDE ( hci_cmd_desc_tab_lk_pol = 0x3ff97f3c );
189PROVIDE ( hci_cmd_desc_tab_stat_par = 0x3ff97ac8 );
190PROVIDE ( hci_cmd_desc_tab_testing = 0x3ff97a98 );
191PROVIDE ( hci_cmd_desc_tab_vs = 0x3ff97714 );
192PROVIDE ( hci_command_handler = 0x4004c928 );
193PROVIDE ( hci_env = 0x3ffb9350 );
194PROVIDE ( rwip_env = 0x3ffb8bcc );
195PROVIDE ( hci_evt_dbg_desc_tab = 0x3ff9750c );
196PROVIDE ( hci_evt_desc_tab = 0x3ff9751c );
197PROVIDE ( hci_evt_le_desc_tab = 0x3ff974b4 );
198PROVIDE ( hci_fc_env = 0x3ffb9340 );
199PROVIDE ( jd_decomp = 0x400613e8 );
200PROVIDE ( jd_prepare = 0x40060fa8 );
201PROVIDE ( ke_env = 0x3ffb93cc );
202PROVIDE ( ke_handler_search = 0x4001a430 );
203PROVIDE ( ke_task_env = 0x3ffb81d4 );
204PROVIDE ( ke_event_env = 0x3ffb81a4 );
205PROVIDE ( lb_default_handler = 0x3ff982b8 );
206PROVIDE ( lb_default_state_tab_p_get = 0x4001c198 );
207PROVIDE ( lb_env = 0x3ffb9424 );
208PROVIDE ( lb_hci_cmd_handler_tab_p_get = 0x4001c18c );
209PROVIDE ( lb_state = 0x3ffb94e8 );
210PROVIDE ( lc_default_handler = 0x3ff98648 );
211PROVIDE ( lc_default_state_tab_p_get = 0x4002f494 );
212PROVIDE ( lc_env = 0x3ffb94ec );
213PROVIDE ( lc_hci_cmd_handler_tab_p_get = 0x4002f488 );
214PROVIDE ( lc_state = 0x3ffb9508 );
215PROVIDE ( ld_acl_br_sizes = 0x3ff98a2a );
216PROVIDE ( ld_acl_br_types = 0x3ff98a36 );
217PROVIDE ( ld_acl_edr_sizes = 0x3ff98a14 );
218PROVIDE ( ld_acl_edr_types = 0x3ff98a22 );
219PROVIDE ( ld_env = 0x3ffb9510 );
220PROVIDE ( ld_pcm_settings_dft = 0x3ff98a0c );
221PROVIDE ( ld_sched_params = 0x3ffb96c0 );
222PROVIDE ( ld_sync_train_channels = 0x3ff98a3c );
223PROVIDE ( llc_default_handler = 0x3ff98b3c );
224PROVIDE ( llc_default_state_tab_p_get = 0x40046058 );
225PROVIDE ( llc_env = 0x3ffb96d0 );
226PROVIDE ( llc_hci_acl_data_tx_handler = 0x40042398 );
227PROVIDE ( llc_hci_cmd_handler_tab_p_get = 0x40042358 );
228PROVIDE ( llc_hci_command_handler = 0x40042360 );
229PROVIDE ( llcp_pdu_handler_tab_p_get = 0x40043f64 );
230PROVIDE ( llc_state = 0x3ffb96f8 );
231PROVIDE ( lldesc_build_chain = 0x4000a850 );
232PROVIDE ( lldesc_num2link = 0x4000a948 );
233PROVIDE ( lldesc_set_owner = 0x4000a974 );
234PROVIDE ( lld_evt_deferred_elt_push = 0x400466b4 );
235PROVIDE ( lld_evt_deferred_elt_pop = 0x400466dc );
236PROVIDE ( lld_evt_winsize_change = 0x40046730 );
237PROVIDE ( lld_evt_rxwin_compute = 0x400467c8 );
238PROVIDE ( lld_evt_slave_time_compute = 0x40046818 );
239PROVIDE ( lld_evt_env = 0x3ffb9704 );
240PROVIDE ( lld_evt_elt_wait_get = 0x400468e4 );
241PROVIDE ( lld_evt_get_next_free_slot = 0x4004692c );
242PROVIDE ( lld_pdu_adv_pk_desc_tab = 0x3ff98c70 );
243PROVIDE ( lld_pdu_llcp_pk_desc_tab = 0x3ff98b68 );
244PROVIDE ( lld_pdu_tx_flush_list = 0x4004a760 );
245PROVIDE ( lld_pdu_pack = 0x4004ab14 );
246PROVIDE ( LLM_AA_CT1 = 0x3ff98d8a );
247PROVIDE ( LLM_AA_CT2 = 0x3ff98d88 );
248PROVIDE ( llm_default_handler = 0x3ff98d80 );
249PROVIDE ( llm_default_state_tab_p_get = 0x4004e718 );
250PROVIDE ( llm_hci_cmd_handler_tab_p_get = 0x4004c920 );
251PROVIDE ( llm_le_env = 0x3ffb976c );
252PROVIDE ( llm_local_cmds = 0x3ff98d38 );
253PROVIDE ( llm_local_data_len_values = 0x3ff98d1c );
254PROVIDE ( llm_local_le_feats = 0x3ff98d30 );
255PROVIDE ( llm_local_le_states = 0x3ff98d28 );
256PROVIDE ( llm_state = 0x3ffb985c );
257PROVIDE ( lm_default_handler = 0x3ff990e0 );
258PROVIDE ( lm_default_state_tab_p_get = 0x40054268 );
259PROVIDE ( lm_env = 0x3ffb9860 );
260PROVIDE ( lm_hci_cmd_handler_tab_p_get = 0x4005425c );
261PROVIDE ( lm_local_supp_feats = 0x3ff990ee );
262PROVIDE ( lm_n_page_tab = 0x3ff990e8 );
263PROVIDE ( lmp_desc_tab = 0x3ff96e6c );
264PROVIDE ( lmp_ext_desc_tab = 0x3ff96d9c );
265PROVIDE ( lm_state = 0x3ffb9a1c );
266PROVIDE ( maxSecretKey_256 = 0x3ff97448 );
267PROVIDE ( mmu_init = 0x400095a4 );
268PROVIDE ( MultiplyBigHexByUint32_256 = 0x40016214 );
269PROVIDE ( MultiplyBigHexModP256 = 0x400160b8 );
270PROVIDE ( MultiplyByU32ModP256 = 0x40015fdc );
271PROVIDE ( multofup = 0x4000ab8c );
272PROVIDE ( mz_adler32 = 0x4005edbc );
273PROVIDE ( mz_crc32 = 0x4005ee88 );
274PROVIDE ( mz_free = 0x4005eed4 );
275PROVIDE ( notEqual256 = 0x40015b04 );
276PROVIDE ( one_bits = 0x3ff971f8 );
277PROVIDE ( phy_get_romfuncs = 0x40004100 );
278PROVIDE ( _Pri_4_HandlerAddress = 0x3ffe0648 );
279PROVIDE ( _Pri_5_HandlerAddress = 0x3ffe064c );
280PROVIDE ( r_btdm_option_data = 0x3ffae6e0 );
281PROVIDE ( r_bt_util_buf_acl_rx_alloc = 0x40010218 );
282PROVIDE ( r_bt_util_buf_acl_rx_free = 0x40010234 );
283PROVIDE ( r_bt_util_buf_acl_tx_alloc = 0x40010268 );
284PROVIDE ( r_bt_util_buf_acl_tx_free = 0x40010280 );
285PROVIDE ( r_bt_util_buf_init = 0x400100e4 );
286PROVIDE ( r_bt_util_buf_lmp_tx_alloc = 0x400101d0 );
287PROVIDE ( r_bt_util_buf_lmp_tx_free = 0x400101ec );
288PROVIDE ( r_bt_util_buf_sync_clear = 0x400103c8 );
289PROVIDE ( r_bt_util_buf_sync_init = 0x400102c4 );
290PROVIDE ( r_bt_util_buf_sync_rx_alloc = 0x40010468 );
291PROVIDE ( r_bt_util_buf_sync_rx_free = 0x4001049c );
292PROVIDE ( r_bt_util_buf_sync_tx_alloc = 0x400103ec );
293PROVIDE ( r_bt_util_buf_sync_tx_free = 0x40010428 );
294PROVIDE ( r_co_bdaddr_compare = 0x40014324 );
295PROVIDE ( r_co_bytes_to_string = 0x400142e4 );
296PROVIDE ( r_co_list_check_size_available = 0x400142c4 );
297PROVIDE ( r_co_list_extract = 0x4001404c );
298PROVIDE ( r_co_list_extract_after = 0x40014118 );
299PROVIDE ( r_co_list_find = 0x4001419c );
300PROVIDE ( r_co_list_init = 0x40013f14 );
301PROVIDE ( r_co_list_insert_after = 0x40014254 );
302PROVIDE ( r_co_list_insert_before = 0x40014200 );
303PROVIDE ( r_co_list_merge = 0x400141bc );
304PROVIDE ( r_co_list_pool_init = 0x40013f30 );
305PROVIDE ( r_co_list_pop_front = 0x40014028 );
306PROVIDE ( r_co_list_push_back = 0x40013fb8 );
307PROVIDE ( r_co_list_push_front = 0x40013ff4 );
308PROVIDE ( r_co_list_size = 0x400142ac );
309PROVIDE ( r_co_nb_good_channels = 0x40014360 );
310PROVIDE ( r_co_slot_to_duration = 0x40014348 );
311PROVIDE ( r_dbg_init = 0x40014394 );
312PROVIDE ( r_dbg_platform_reset_complete = 0x400143d0 );
313PROVIDE ( r_dbg_swdiag_init = 0x40014470 );
314PROVIDE ( r_dbg_swdiag_read = 0x400144a4 );
315PROVIDE ( r_dbg_swdiag_write = 0x400144d0 );
316PROVIDE ( r_E1 = 0x400108e8 );
317PROVIDE ( r_E21 = 0x40010968 );
318PROVIDE ( r_E22 = 0x400109b4 );
319PROVIDE ( r_E3 = 0x40010a58 );
320PROVIDE ( lm_n192_mod_mul = 0x40011dc0 );
321PROVIDE ( lm_n192_mod_add = 0x40011e9c );
322PROVIDE ( lm_n192_mod_sub = 0x40011eec );
323PROVIDE ( r_ea_alarm_clear = 0x40015ab4 );
324PROVIDE ( r_ea_alarm_set = 0x40015a10 );
325PROVIDE ( r_ea_elt_cancel = 0x400150d0 );
326PROVIDE ( r_ea_elt_create = 0x40015264 );
327PROVIDE ( r_ea_elt_insert = 0x400152a8 );
328PROVIDE ( r_ea_elt_remove = 0x400154f0 );
329PROVIDE ( r_ea_finetimer_isr = 0x400155d4 );
330PROVIDE ( r_ea_init = 0x40015228 );
331PROVIDE ( r_ea_interval_create = 0x4001555c );
332PROVIDE ( r_ea_interval_delete = 0x400155a8 );
333PROVIDE ( r_ea_interval_duration_req = 0x4001597c );
334PROVIDE ( r_ea_interval_insert = 0x4001557c );
335PROVIDE ( r_ea_interval_remove = 0x40015590 );
336PROVIDE ( ea_conflict_check = 0x40014e9c );
337PROVIDE ( ea_prog_timer = 0x40014f88 );
338PROVIDE ( r_ea_offset_req = 0x40015748 );
339PROVIDE ( r_ea_sleep_check = 0x40015928 );
340PROVIDE ( r_ea_sw_isr = 0x40015724 );
341PROVIDE ( r_ea_time_get_halfslot_rounded = 0x40015894 );
342PROVIDE ( r_ea_time_get_slot_rounded = 0x400158d4 );
343PROVIDE ( r_ecc_abort_key256_generation = 0x40017070 );
344PROVIDE ( r_ecc_generate_key256 = 0x40016e00 );
345PROVIDE ( r_ecc_gen_new_public_key = 0x400170c0 );
346PROVIDE ( r_ecc_gen_new_secret_key = 0x400170e4 );
347PROVIDE ( r_ecc_get_debug_Keys = 0x40017224 );
348PROVIDE ( r_ecc_init = 0x40016dbc );
349PROVIDE ( ecc_point_multiplication_uint8_256 = 0x40016804);
350PROVIDE ( RecvBuff = 0x3ffe009c );
351PROVIDE ( r_em_buf_init = 0x4001729c );
352PROVIDE ( r_em_buf_rx_buff_addr_get = 0x400173e8 );
353PROVIDE ( r_em_buf_rx_free = 0x400173c4 );
354PROVIDE ( r_em_buf_tx_buff_addr_get = 0x40017404 );
355PROVIDE ( r_em_buf_tx_free = 0x4001741c );
356PROVIDE ( r_F1_256 = 0x400133e4 );
357PROVIDE ( r_F2_256 = 0x40013568 );
358PROVIDE ( r_F3_256 = 0x40013664 );
359PROVIDE ( RFPLL_ICP_TABLE = 0x3ffb8b7c );
360PROVIDE ( r_G_256 = 0x40013470 );
361PROVIDE ( r_H3 = 0x40013760 );
362PROVIDE ( r_H4 = 0x40013830 );
363PROVIDE ( r_h4tl_init = 0x40017878 );
364PROVIDE ( r_h4tl_start = 0x40017924 );
365PROVIDE ( r_h4tl_stop = 0x40017934 );
366PROVIDE ( r_h4tl_write = 0x400178d0 );
367PROVIDE ( r_H5 = 0x400138dc );
368PROVIDE ( r_hashConcat = 0x40013a38 );
369PROVIDE ( r_hci_acl_tx_data_alloc = 0x4001951c );
370PROVIDE ( r_hci_acl_tx_data_received = 0x40019654 );
371PROVIDE ( r_hci_bt_acl_bdaddr_register = 0x40018900 );
372PROVIDE ( r_hci_bt_acl_bdaddr_unregister = 0x400189ac );
373PROVIDE ( r_hci_bt_acl_conhdl_register = 0x4001895c );
374PROVIDE ( r_hci_cmd_get_max_param_size = 0x400192d0 );
375PROVIDE ( r_hci_cmd_received = 0x400192f8 );
376PROVIDE ( r_hci_evt_filter_add = 0x40018a64 );
377PROVIDE ( r_hci_evt_mask_set = 0x400189e4 );
378PROVIDE ( r_hci_fc_acl_buf_size_set = 0x40017988 );
379PROVIDE ( r_hci_fc_acl_en = 0x400179d8 );
380PROVIDE ( r_hci_fc_acl_packet_sent = 0x40017a3c );
381PROVIDE ( r_hci_fc_check_host_available_nb_acl_packets = 0x40017aa4 );
382PROVIDE ( r_hci_fc_check_host_available_nb_sync_packets = 0x40017ac8 );
383PROVIDE ( r_hci_fc_host_nb_acl_pkts_complete = 0x40017a6c );
384PROVIDE ( r_hci_fc_host_nb_sync_pkts_complete = 0x40017a88 );
385PROVIDE ( r_hci_fc_init = 0x40017974 );
386PROVIDE ( r_hci_fc_sync_buf_size_set = 0x400179b0 );
387PROVIDE ( r_hci_fc_sync_en = 0x40017a30 );
388PROVIDE ( r_hci_fc_sync_packet_sent = 0x40017a54 );
389PROVIDE ( r_hci_init = 0x40018538 );
390PROVIDE ( r_hci_look_for_cmd_desc = 0x40018454 );
391PROVIDE ( r_hci_look_for_dbg_evt_desc = 0x400184c4 );
392PROVIDE ( r_hci_look_for_evt_desc = 0x400184a0 );
393PROVIDE ( r_hci_look_for_le_evt_desc = 0x400184e0 );
394PROVIDE ( r_hci_reset = 0x4001856c );
395PROVIDE ( r_hci_send_2_host = 0x400185bc );
396PROVIDE ( r_hci_sync_tx_data_alloc = 0x40019754 );
397PROVIDE ( r_hci_sync_tx_data_received = 0x400197c0 );
398PROVIDE ( r_hci_tl_init = 0x40019290 );
399PROVIDE ( r_hci_tl_send = 0x40019228 );
400PROVIDE ( r_hci_util_pack = 0x40019874 );
401PROVIDE ( r_hci_util_unpack = 0x40019998 );
402PROVIDE ( r_hci_voice_settings_get = 0x40018bdc );
403PROVIDE ( r_hci_voice_settings_set = 0x40018be8 );
404PROVIDE ( r_HMAC = 0x40013968 );
405PROVIDE ( r_import_rf_phy_func = 0x3ffb8354 );
406PROVIDE ( r_import_rf_phy_func_p = 0x3ffafd64 );
407PROVIDE ( r_ip_funcs = 0x3ffae710 );
408PROVIDE ( r_ip_funcs_p = 0x3ffae70c );
409PROVIDE ( r_ke_check_malloc = 0x40019de0 );
410PROVIDE ( r_ke_event_callback_set = 0x40019ba8 );
411PROVIDE ( r_ke_event_clear = 0x40019c2c );
412PROVIDE ( r_ke_event_flush = 0x40019ccc );
413PROVIDE ( r_ke_event_get = 0x40019c78 );
414PROVIDE ( r_ke_event_get_all = 0x40019cc0 );
415PROVIDE ( r_ke_event_init = 0x40019b90 );
416PROVIDE ( r_ke_event_schedule = 0x40019cdc );
417PROVIDE ( r_ke_event_set = 0x40019be0 );
418PROVIDE ( r_ke_flush = 0x4001a374 );
419PROVIDE ( r_ke_free = 0x4001a014 );
420PROVIDE ( r_ke_get_max_mem_usage = 0x4001a1c8 );
421PROVIDE ( r_ke_get_mem_usage = 0x4001a1a0 );
422PROVIDE ( r_ke_init = 0x4001a318 );
423PROVIDE ( r_ke_is_free = 0x4001a184 );
424PROVIDE ( r_ke_malloc = 0x40019eb4 );
425PROVIDE ( r_ke_mem_init = 0x40019d3c );
426PROVIDE ( r_ke_mem_is_empty = 0x40019d8c );
427PROVIDE ( r_ke_msg_alloc = 0x4001a1e0 );
428PROVIDE ( r_ke_msg_dest_id_get = 0x4001a2e0 );
429PROVIDE ( r_ke_msg_discard = 0x4001a850 );
430PROVIDE ( r_ke_msg_forward = 0x4001a290 );
431PROVIDE ( r_ke_msg_forward_new_id = 0x4001a2ac );
432PROVIDE ( r_ke_msg_free = 0x4001a2cc );
433PROVIDE ( r_ke_msg_in_queue = 0x4001a2f8 );
434PROVIDE ( r_ke_msg_save = 0x4001a858 );
435PROVIDE ( r_ke_msg_send = 0x4001a234 );
436PROVIDE ( r_ke_msg_send_basic = 0x4001a26c );
437PROVIDE ( r_ke_msg_src_id_get = 0x4001a2ec );
438PROVIDE ( r_ke_queue_extract = 0x40055fd0 );
439PROVIDE ( r_ke_queue_insert = 0x40056020 );
440PROVIDE ( r_ke_sleep_check = 0x4001a3d8 );
441PROVIDE ( r_ke_state_get = 0x4001a7d8 );
442PROVIDE ( r_ke_state_set = 0x4001a6fc );
443PROVIDE ( r_ke_stats_get = 0x4001a3f0 );
444PROVIDE ( r_ke_task_check = 0x4001a8a4 );
445PROVIDE ( r_ke_task_create = 0x4001a674 );
446PROVIDE ( r_ke_task_delete = 0x4001a6c0 );
447PROVIDE ( r_ke_task_init = 0x4001a650 );
448PROVIDE ( r_ke_task_msg_flush = 0x4001a860 );
449PROVIDE ( r_ke_timer_active = 0x4001ac08 );
450PROVIDE ( r_ke_timer_adjust_all = 0x4001ac30 );
451PROVIDE ( r_ke_timer_clear = 0x4001ab90 );
452PROVIDE ( r_ke_timer_init = 0x4001aa9c );
453PROVIDE ( r_ke_timer_set = 0x4001aac0 );
454PROVIDE ( r_ke_timer_sleep_check = 0x4001ac50 );
455PROVIDE ( r_KPrimC = 0x40010ad4 );
456PROVIDE ( r_lb_clk_adj_activate = 0x4001ae70 );
457PROVIDE ( r_lb_clk_adj_id_get = 0x4001af14 );
458PROVIDE ( r_lb_clk_adj_period_update = 0x4001af20 );
459PROVIDE ( r_lb_init = 0x4001acd4 );
460PROVIDE ( r_lb_mst_key = 0x4001afc0 );
461PROVIDE ( r_lb_mst_key_cmp = 0x4001af74 );
462PROVIDE ( r_lb_mst_key_restart_enc = 0x4001b0d4 );
463PROVIDE ( r_lb_mst_start_act_bcst_enc = 0x4001b198 );
464PROVIDE ( r_lb_mst_stop_act_bcst_enc = 0x4001b24c );
465PROVIDE ( r_lb_reset = 0x4001ad38 );
466PROVIDE ( r_lb_send_lmp = 0x4001adbc );
467PROVIDE ( r_lb_send_pdu_clk_adj = 0x4001af3c );
468PROVIDE ( r_lb_util_get_csb_mode = 0x4001ada4 );
469PROVIDE ( r_lb_util_get_nb_broadcast = 0x4001ad80 );
470PROVIDE ( r_lb_util_get_res_lt_addr = 0x4001ad98 );
471PROVIDE ( r_lb_util_set_nb_broadcast = 0x4001ad8c );
472PROVIDE ( r_lc_afh_set = 0x4001cc74 );
473PROVIDE ( r_lc_afh_start = 0x4001d240 );
474PROVIDE ( r_lc_auth_cmp = 0x4001cd54 );
475PROVIDE ( r_lc_calc_link_key = 0x4001ce7c );
476PROVIDE ( r_lc_chg_pkt_type_cmp = 0x4001d038 );
477PROVIDE ( r_lc_chg_pkt_type_cont = 0x4001cfbc );
478PROVIDE ( r_lc_chg_pkt_type_retry = 0x4001d0ac );
479PROVIDE ( r_lc_chk_to = 0x4001d2a8 );
480PROVIDE ( r_lc_cmd_stat_send = 0x4001c914 );
481PROVIDE ( r_lc_comb_key_svr = 0x4001d30c );
482PROVIDE ( r_lc_con_cmp = 0x4001d44c );
483PROVIDE ( r_lc_con_cmp_evt_send = 0x4001d4fc );
484PROVIDE ( r_lc_conn_seq_done = 0x40021334 );
485PROVIDE ( r_lc_detach = 0x4002037c );
486PROVIDE ( r_lc_dhkey = 0x4001d564 );
487PROVIDE ( r_lc_enc_cmp = 0x4001d8bc );
488PROVIDE ( r_lc_enc_key_refresh = 0x4001d720 );
489PROVIDE ( r_lc_end_chk_colli = 0x4001d858 );
490PROVIDE ( r_lc_end_of_sniff_nego = 0x4001d9a4 );
491PROVIDE ( r_lc_enter_sniff_mode = 0x4001ddb8 );
492PROVIDE ( r_lc_epr_change_lk = 0x4001db38 );
493PROVIDE ( r_lc_epr_cmp = 0x4001da88 );
494PROVIDE ( r_lc_epr_resp = 0x4001e0b4 );
495PROVIDE ( r_lc_epr_rsw_cmp = 0x4001dd40 );
496PROVIDE ( r_lc_ext_feat = 0x40020d6c );
497PROVIDE ( r_lc_feat = 0x40020984 );
498PROVIDE ( r_lc_hl_connect = 0x400209e8 );
499PROVIDE ( r_lc_init = 0x4001c948 );
500PROVIDE ( r_lc_init_calc_f3 = 0x4001deb0 );
501PROVIDE ( r_lc_initiator_epr = 0x4001e064 );
502PROVIDE ( r_lc_init_passkey_loop = 0x4001dfc0 );
503PROVIDE ( r_lc_init_start_mutual_auth = 0x4001df60 );
504PROVIDE ( r_lc_key_exch_end = 0x4001e140 );
505PROVIDE ( r_lc_legacy_pair = 0x4001e1c0 );
506PROVIDE ( r_lc_local_switch = 0x4001e22c );
507PROVIDE ( r_lc_local_trans_mode = 0x4001e2e4 );
508PROVIDE ( r_lc_local_untrans_mode = 0x4001e3a0 );
509PROVIDE ( r_lc_loc_auth = 0x40020ecc );
510PROVIDE ( r_lc_locepr_lkref = 0x4001d648 );
511PROVIDE ( r_lc_locepr_rsw = 0x4001d5d0 );
512PROVIDE ( r_lc_loc_sniff = 0x40020a6c );
513PROVIDE ( r_lc_max_slot_mgt = 0x4001e410 );
514PROVIDE ( r_lc_mst_key = 0x4001e7c0 );
515PROVIDE ( r_lc_mst_qos_done = 0x4001ea80 );
516PROVIDE ( r_lc_mst_send_mst_key = 0x4001e8f4 );
517PROVIDE ( r_lc_mutual_auth_end = 0x4001e670 );
518PROVIDE ( r_lc_mutual_auth_end2 = 0x4001e4f4 );
519PROVIDE ( r_lc_packet_type = 0x40021038 );
520PROVIDE ( r_lc_pair = 0x40020ddc );
521PROVIDE ( r_lc_pairing_cont = 0x4001eafc );
522PROVIDE ( r_lc_passkey_comm = 0x4001ed20 );
523PROVIDE ( r_lc_prepare_all_links_for_clk_adj = 0x40021430 );
524PROVIDE ( r_lc_proc_rcv_dhkey = 0x4001edec );
525PROVIDE ( r_lc_ptt = 0x4001ee2c );
526PROVIDE ( r_lc_ptt_cmp = 0x4001eeec );
527PROVIDE ( r_lc_qos_setup = 0x4001ef50 );
528PROVIDE ( r_lc_rd_rem_name = 0x4001efd0 );
529PROVIDE ( r_lc_release = 0x4001f8a8 );
530PROVIDE ( r_lc_rem_enc = 0x4001f124 );
531PROVIDE ( r_lc_rem_name_cont = 0x4001f290 );
532PROVIDE ( r_lc_rem_nego_trans_mode = 0x4001f1b4 );
533PROVIDE ( r_lc_rem_sniff = 0x40020ca4 );
534PROVIDE ( r_lc_rem_sniff_sub_rate = 0x40020b10 );
535PROVIDE ( r_lc_rem_switch = 0x4001f070 );
536PROVIDE ( r_lc_rem_trans_mode = 0x4001f314 );
537PROVIDE ( r_lc_rem_unsniff = 0x400207a0 );
538PROVIDE ( r_lc_rem_untrans_mode = 0x4001f36c );
539PROVIDE ( r_lc_reset = 0x4001c99c );
540PROVIDE ( r_lc_resp_auth = 0x4001f518 );
541PROVIDE ( r_lc_resp_calc_f3 = 0x4001f710 );
542PROVIDE ( r_lc_resp_num_comp = 0x40020074 );
543PROVIDE ( r_lc_resp_oob_nonce = 0x4001f694 );
544PROVIDE ( r_lc_resp_oob_wait_nonce = 0x4001f66c );
545PROVIDE ( r_lc_resp_pair = 0x400208a4 );
546PROVIDE ( r_lc_resp_sec_auth = 0x4001f4a0 );
547PROVIDE ( r_lc_resp_wait_dhkey_cont = 0x4001f86c );
548PROVIDE ( r_lc_restart_enc = 0x4001f8ec );
549PROVIDE ( r_lc_restart_enc_cont = 0x4001f940 );
550PROVIDE ( r_lc_restore_afh_reporting = 0x4001f028 );
551PROVIDE ( r_lc_restore_to = 0x4001f9e0 );
552PROVIDE ( r_lc_ret_sniff_max_slot_chg = 0x4001fa30 );
553PROVIDE ( r_lc_rsw_clean_up = 0x4001dc70 );
554PROVIDE ( r_lc_rsw_done = 0x4001db94 );
555PROVIDE ( r_lc_sco_baseband_ack = 0x40022b00 );
556PROVIDE ( r_lc_sco_detach = 0x40021e40 );
557PROVIDE ( r_lc_sco_host_accept = 0x40022118 );
558PROVIDE ( r_lc_sco_host_reject = 0x400222b8 );
559PROVIDE ( r_lc_sco_host_request = 0x40021f4c );
560PROVIDE ( r_lc_sco_host_request_disc = 0x4002235c );
561PROVIDE ( r_lc_sco_init = 0x40021dc8 );
562PROVIDE ( r_lc_sco_peer_accept = 0x40022780 );
563PROVIDE ( r_lc_sco_peer_accept_disc = 0x40022a08 );
564PROVIDE ( r_lc_sco_peer_reject = 0x40022824 );
565PROVIDE ( r_lc_sco_peer_reject_disc = 0x40022a8c );
566PROVIDE ( r_lc_sco_peer_request = 0x4002240c );
567PROVIDE ( r_lc_sco_peer_request_disc = 0x400228ec );
568PROVIDE ( r_lc_sco_release = 0x40021eec );
569PROVIDE ( r_lc_sco_reset = 0x40021dfc );
570PROVIDE ( r_lc_sco_timeout = 0x40022bd4 );
571PROVIDE ( r_lc_sec_auth_compute_sres = 0x4001f3ec );
572PROVIDE ( r_lc_semi_key_cmp = 0x40020294 );
573PROVIDE ( r_lc_send_enc_chg_evt = 0x4002134c );
574PROVIDE ( r_lc_send_enc_mode = 0x40020220 );
575PROVIDE ( r_lc_send_lmp = 0x4001c1a8 );
576PROVIDE ( r_lc_send_pdu_acc = 0x4001c21c );
577PROVIDE ( r_lc_send_pdu_acc_ext4 = 0x4001c240 );
578PROVIDE ( r_lc_send_pdu_au_rand = 0x4001c308 );
579PROVIDE ( r_lc_send_pdu_auto_rate = 0x4001c5d0 );
580PROVIDE ( r_lc_send_pdu_clk_adj_ack = 0x4001c46c );
581PROVIDE ( r_lc_send_pdu_clk_adj_req = 0x4001c494 );
582PROVIDE ( r_lc_send_pdu_comb_key = 0x4001c368 );
583PROVIDE ( r_lc_send_pdu_dhkey_chk = 0x4001c8e8 );
584PROVIDE ( r_lc_send_pdu_encaps_head = 0x4001c440 );
585PROVIDE ( r_lc_send_pdu_encaps_payl = 0x4001c410 );
586PROVIDE ( r_lc_send_pdu_enc_key_sz_req = 0x4001c670 );
587PROVIDE ( r_lc_send_pdu_esco_lk_rem_req = 0x4001c5a8 );
588PROVIDE ( r_lc_send_pdu_feats_ext_req = 0x4001c6ec );
589PROVIDE ( r_lc_send_pdu_feats_res = 0x4001c694 );
590PROVIDE ( r_lc_send_pdu_in_rand = 0x4001c338 );
591PROVIDE ( r_lc_send_pdu_io_cap_res = 0x4001c72c );
592PROVIDE ( r_lc_send_pdu_lsto = 0x4001c64c );
593PROVIDE ( r_lc_send_pdu_max_slot = 0x4001c3c8 );
594PROVIDE ( r_lc_send_pdu_max_slot_req = 0x4001c3ec );
595PROVIDE ( r_lc_send_pdu_not_acc = 0x4001c26c );
596PROVIDE ( r_lc_send_pdu_not_acc_ext4 = 0x4001c294 );
597PROVIDE ( r_lc_send_pdu_num_comp_fail = 0x4001c770 );
598PROVIDE ( r_lc_send_pdu_pause_enc_aes_req = 0x4001c794 );
599PROVIDE ( r_lc_send_pdu_paus_enc_req = 0x4001c7c0 );
600PROVIDE ( r_lc_send_pdu_ptt_req = 0x4001c4c0 );
601PROVIDE ( r_lc_send_pdu_qos_req = 0x4001c82c );
602PROVIDE ( r_lc_send_pdu_resu_enc_req = 0x4001c7e4 );
603PROVIDE ( r_lc_send_pdu_sco_lk_rem_req = 0x4001c580 );
604PROVIDE ( r_lc_send_pdu_set_afh = 0x4001c2c8 );
605PROVIDE ( r_lc_send_pdu_setup_cmp = 0x4001c808 );
606PROVIDE ( r_lc_send_pdu_slot_off = 0x4001c854 );
607PROVIDE ( r_lc_send_pdu_sniff_req = 0x4001c5f0 );
608PROVIDE ( r_lc_send_pdu_sp_cfm = 0x4001c518 );
609PROVIDE ( r_lc_send_pdu_sp_nb = 0x4001c4e8 );
610PROVIDE ( r_lc_send_pdu_sres = 0x4001c548 );
611PROVIDE ( r_lc_send_pdu_tim_acc = 0x4001c6cc );
612PROVIDE ( r_lc_send_pdu_unit_key = 0x4001c398 );
613PROVIDE ( r_lc_send_pdu_unsniff_req = 0x4001c894 );
614PROVIDE ( r_lc_send_pdu_vers_req = 0x4001c8b4 );
615PROVIDE ( r_lc_skip_hl_oob_req = 0x400201bc );
616PROVIDE ( r_lc_sniff_init = 0x40022cac );
617PROVIDE ( r_lc_sniff_max_slot_chg = 0x40020590 );
618PROVIDE ( r_lc_sniff_reset = 0x40022cc8 );
619PROVIDE ( r_lc_sniff_slot_unchange = 0x40021100 );
620PROVIDE ( r_lc_sniff_sub_mode = 0x400204fc );
621PROVIDE ( r_lc_sp_end = 0x400213a8 );
622PROVIDE ( r_lc_sp_fail = 0x40020470 );
623PROVIDE ( r_lc_sp_oob_tid_fail = 0x400204cc );
624PROVIDE ( r_lc_ssr_nego = 0x4002125c );
625PROVIDE ( r_lc_start = 0x4001ca28 );
626PROVIDE ( r_lc_start_enc = 0x4001fb28 );
627PROVIDE ( r_lc_start_enc_key_size = 0x4001fd9c );
628PROVIDE ( r_lc_start_key_exch = 0x4001fe10 );
629PROVIDE ( r_lc_start_lmp_to = 0x4001fae8 );
630PROVIDE ( r_lc_start_oob = 0x4001fffc );
631PROVIDE ( r_lc_start_passkey = 0x4001feac );
632PROVIDE ( r_lc_start_passkey_loop = 0x4001ff88 );
633PROVIDE ( r_lc_stop_afh_report = 0x40020184 );
634PROVIDE ( r_lc_stop_enc = 0x40020110 );
635PROVIDE ( r_lc_switch_cmp = 0x40020448 );
636PROVIDE ( r_lc_unit_key_svr = 0x400206d8 );
637PROVIDE ( r_lc_unsniff = 0x40020c50 );
638PROVIDE ( r_lc_unsniff_cmp = 0x40020810 );
639PROVIDE ( r_lc_unsniff_cont = 0x40020750 );
640PROVIDE ( r_lc_upd_to = 0x4002065c );
641PROVIDE ( r_lc_util_convert_pref_rate_to_packet_type = 0x4002f9b0 );
642PROVIDE ( r_lc_util_get_max_packet_size = 0x4002f4ac );
643PROVIDE ( r_lc_util_get_offset_clke = 0x4002f538 );
644PROVIDE ( r_lc_util_get_offset_clkn = 0x4002f51c );
645PROVIDE ( r_lc_util_set_loc_trans_coll = 0x4002f500 );
646PROVIDE ( r_lc_version = 0x40020a30 );
647PROVIDE ( lc_set_encap_pdu_data_p192 = 0x4002e4c8 );
648PROVIDE ( lc_set_encap_pdu_data_p256 = 0x4002e454 );
649PROVIDE ( lm_get_auth_method = 0x40023420);
650PROVIDE ( lmp_accepted_ext_handler = 0x40027290 );
651PROVIDE ( lmp_not_accepted_ext_handler = 0x40029c54 );
652PROVIDE ( lmp_clk_adj_handler = 0x40027468 );
653PROVIDE ( lmp_clk_adj_ack_handler = 0x400274f4 );
654PROVIDE ( lm_get_auth_method = 0x40023420);
655PROVIDE ( lmp_accepted_ext_handler = 0x40027290 );
656PROVIDE ( lmp_not_accepted_ext_handler = 0x40029c54 );
657PROVIDE ( lmp_clk_adj_handler = 0x40027468 );
658PROVIDE ( lmp_clk_adj_ack_handler = 0x400274f4 );
659PROVIDE ( lmp_clk_adj_req_handler = 0x4002751c );
660PROVIDE ( lmp_feats_res_ext_handler = 0x4002cac4 );
661PROVIDE ( lmp_feats_req_ext_handler = 0x4002ccb0 );
662PROVIDE ( lmp_pkt_type_tbl_req_handler = 0x40027574 );
663PROVIDE ( lmp_esco_link_req_handler = 0x40027610 );
664PROVIDE ( lmp_rmv_esco_link_req_handler = 0x400276e8 );
665PROVIDE ( lmp_ch_class_req_handler = 0x40027730 );
666PROVIDE ( lmp_ch_class_handler = 0x4002ca18 );
667PROVIDE ( lmp_ssr_req_handler = 0x4002780c );
668PROVIDE ( lmp_ssr_res_handler = 0x40027900 );
669PROVIDE ( lmp_pause_enc_aes_req_handler = 0x400279a4 );
670PROVIDE ( lmp_pause_enc_req_handler = 0x4002df90 );
671PROVIDE ( lmp_resume_enc_req_handler = 0x4002e084 );
672PROVIDE ( lmp_num_comparison_fail_handler = 0x40027a74 );
673PROVIDE ( lmp_passkey_fail_handler = 0x40027aec );
674PROVIDE ( lmp_keypress_notif_handler = 0x4002c5c8 );
675PROVIDE ( lmp_pwr_ctrl_req_handler = 0x400263bc );
676PROVIDE ( lmp_pwr_ctrl_res_handler = 0x40026480 );
677PROVIDE ( lmp_auto_rate_handler = 0x40026548 );
678PROVIDE ( lmp_pref_rate_handler = 0x4002657c );
679PROVIDE ( lmp_name_req_handler = 0x40025050 );
680PROVIDE ( lmp_name_res_handler = 0x400250bc );
681PROVIDE ( lmp_not_accepted_handler = 0x400251d0 );
682PROVIDE ( lmp_accepted_handler = 0x4002e894 );
683PROVIDE ( lmp_clk_off_req_handler = 0x40025a44 );
684PROVIDE ( lmp_clk_off_res_handler = 0x40025ab8 );
685PROVIDE ( lmp_detach_handler = 0x40025b74 );
686PROVIDE ( lmp_tempkey_handler = 0x4002b6b0 );
687PROVIDE ( lmp_temprand_handler = 0x4002b74c );
688PROVIDE ( lmp_sres_handler = 0x4002b840 );
689PROVIDE ( lmp_aurand_handler = 0x4002bda0 );
690PROVIDE ( lmp_unitkey_handler = 0x4002c13c );
691PROVIDE ( lmp_combkey_handler = 0x4002c234 );
692PROVIDE ( lmp_inrand_handler = 0x4002c414 );
693PROVIDE ( lmp_oob_fail_handler = 0x40027b84 );
694PROVIDE ( lmp_ping_req_handler = 0x40027c08 );
695PROVIDE ( lmp_ping_res_handler = 0x40027c5c );
696PROVIDE ( lmp_enc_mode_req_handler = 0x40025c60 );
697PROVIDE ( lmp_enc_key_size_req_handler = 0x40025e54 );
698PROVIDE ( lmp_switch_req_handler = 0x40025f84 );
699PROVIDE ( lmp_start_enc_req_handler = 0x4002e124 );
700PROVIDE ( lmp_stop_enc_req_handler = 0x4002de30 );
701PROVIDE ( lmp_sniff_req_handler = 0x400260c8 );
702PROVIDE ( lmp_unsniff_req_handler = 0x400261e0 );
703PROVIDE ( lmp_incr_pwr_req_handler = 0x4002629c );
704PROVIDE ( lmp_decr_pwr_req_handler = 0x400262f8 );
705PROVIDE ( lmp_max_pwr_handler = 0x40026354 );
706PROVIDE ( lmp_min_pwr_handler = 0x40026388 );
707PROVIDE ( lmp_ver_req_handler = 0x400265f0 );
708PROVIDE ( lmp_ver_res_handler = 0x40026670 );
709PROVIDE ( lmp_qos_handler = 0x40026790 );
710PROVIDE ( lmp_qos_req_handler = 0x40026844 );
711PROVIDE ( lmp_sco_link_req_handler = 0x40026930 );
712PROVIDE ( lmp_rmv_sco_link_req_handler = 0x40026a10 );
713PROVIDE ( lmp_max_slot_handler = 0x40026a54 );
714PROVIDE ( lmp_max_slot_req_handler = 0x40026aac );
715PROVIDE ( lmp_timing_accu_req_handler = 0x40026b54 );
716PROVIDE ( lmp_timing_accu_res_handler = 0x40026bcc );
717PROVIDE ( lmp_setup_cmp_handler = 0x40026c84 );
718PROVIDE ( lmp_feats_res_handler = 0x4002b548 );
719PROVIDE ( lmp_feats_req_handler = 0x4002b620 );
720PROVIDE ( lmp_host_con_req_handler = 0x4002b3d8 );
721PROVIDE ( lmp_use_semi_perm_key_handler = 0x4002b4c4 );
722PROVIDE ( lmp_slot_off_handler = 0x40026cc8 );
723PROVIDE ( lmp_page_mode_req_handler = 0x40026d0c );
724PROVIDE ( lmp_page_scan_mode_req_handler = 0x40026d4c );
725PROVIDE ( lmp_supv_to_handler = 0x40026d94 );
726PROVIDE ( lmp_test_activate_handler = 0x40026e7c );
727PROVIDE ( lmp_test_ctrl_handler = 0x40026ee4 );
728PROVIDE ( lmp_enc_key_size_mask_req_handler = 0x40027038 );
729PROVIDE ( lmp_enc_key_size_mask_res_handler = 0x400270a4 );
730PROVIDE ( lmp_set_afh_handler = 0x4002b2e4 );
731PROVIDE ( lmp_encaps_hdr_handler = 0x40027120 );
732PROVIDE ( lmp_encaps_payl_handler = 0x4002e590 );
733PROVIDE ( lmp_sp_nb_handler = 0x4002acf0 );
734PROVIDE ( lmp_sp_cfm_handler = 0x4002b170 );
735PROVIDE ( lmp_dhkey_chk_handler = 0x4002ab48 );
736PROVIDE ( lmp_pause_enc_aes_req_handler = 0x400279a4 );
737PROVIDE ( lmp_io_cap_res_handler = 0x4002c670 );
738PROVIDE ( lmp_io_cap_req_handler = 0x4002c7a4 );
739PROVIDE ( lc_cmd_cmp_bd_addr_send = 0x4002cec4 );
740PROVIDE ( ld_acl_tx_packet_type_select = 0x4002fb40 );
741PROVIDE ( ld_acl_sched = 0x40033268 );
742PROVIDE ( ld_acl_sniff_sched = 0x4003340c );
743PROVIDE ( ld_acl_rx = 0x4003274c );
744PROVIDE ( ld_acl_tx = 0x4002ffdc );
745PROVIDE ( ld_acl_rx_sync = 0x4002fbec );
746PROVIDE ( ld_acl_rx_sync2 = 0x4002fd8c );
747PROVIDE ( ld_acl_rx_no_sync = 0x4002fe78 );
748PROVIDE ( ld_acl_clk_isr = 0x40030cf8 );
749PROVIDE ( ld_acl_rsw_frm_cbk = 0x40033bb0 );
750PROVIDE ( ld_sco_modify = 0x40031778 );
751PROVIDE ( lm_cmd_cmp_send = 0x40051838 );
752PROVIDE ( ld_sco_frm_cbk = 0x400349dc );
753PROVIDE ( ld_acl_sco_rsvd_check = 0x4002fa94 );
754PROVIDE ( ld_acl_sniff_frm_cbk = 0x4003482c );
755PROVIDE ( ld_inq_end = 0x4003ab48 );
756PROVIDE ( ld_inq_sched = 0x4003aba4 );
757PROVIDE ( ld_inq_frm_cbk = 0x4003ae4c );
758PROVIDE ( ld_pscan_frm_cbk = 0x4003ebe4 );
759PROVIDE ( r_ld_acl_active_hop_types_get = 0x40036e10 );
760PROVIDE ( r_ld_acl_afh_confirm = 0x40036d40 );
761PROVIDE ( r_ld_acl_afh_prepare = 0x40036c84 );
762PROVIDE ( r_ld_acl_afh_set = 0x40036b60 );
763PROVIDE ( r_ld_acl_allowed_tx_packet_types_set = 0x40036810 );
764PROVIDE ( r_ld_acl_bcst_rx_dec = 0x40036394 );
765PROVIDE ( r_ld_acl_bit_off_get = 0x40036b18 );
766PROVIDE ( r_ld_acl_clk_adj_set = 0x40036a00 );
767PROVIDE ( r_ld_acl_clk_off_get = 0x40036b00 );
768PROVIDE ( r_ld_acl_clk_set = 0x40036950 );
769PROVIDE ( r_ld_acl_clock_offset_get = 0x400364c0 );
770PROVIDE ( r_ld_acl_current_tx_power_get = 0x400368f0 );
771PROVIDE ( r_ld_acl_data_flush = 0x400357bc );
772PROVIDE ( r_ld_acl_data_tx = 0x4003544c );
773PROVIDE ( r_ld_acl_edr_set = 0x4003678c );
774PROVIDE ( r_ld_acl_enc_key_load = 0x40036404 );
775PROVIDE ( r_ld_acl_flow_off = 0x40035400 );
776PROVIDE ( r_ld_acl_flow_on = 0x4003541c );
777PROVIDE ( r_ld_acl_flush_timeout_get = 0x40035f9c );
778PROVIDE ( r_ld_acl_flush_timeout_set = 0x40035fe0 );
779PROVIDE ( r_ld_acl_init = 0x40034d08 );
780PROVIDE ( r_ld_acl_lmp_flush = 0x40035d80 );
781PROVIDE ( r_ld_acl_lmp_tx = 0x40035b34 );
782PROVIDE ( r_ld_acl_lsto_get = 0x400366b4 );
783PROVIDE ( r_ld_acl_lsto_set = 0x400366f8 );
784PROVIDE ( r_ld_acl_reset = 0x40034d24 );
785PROVIDE ( r_ld_acl_role_get = 0x40036b30 );
786PROVIDE ( r_ld_acl_rssi_delta_get = 0x40037028 );
787PROVIDE ( r_ld_acl_rsw_req = 0x40035e74 );
788PROVIDE ( r_ld_acl_rx_enc = 0x40036344 );
789PROVIDE ( r_ld_acl_rx_max_slot_get = 0x40036e58 );
790PROVIDE ( r_ld_acl_rx_max_slot_set = 0x40036ea0 );
791PROVIDE ( r_ld_acl_slot_offset_get = 0x4003653c );
792PROVIDE ( r_ld_acl_slot_offset_set = 0x40036658 );
793PROVIDE ( r_ld_acl_sniff = 0x4003617c );
794PROVIDE ( r_ld_acl_sniff_trans = 0x400360a8 );
795PROVIDE ( r_ld_acl_ssr_set = 0x40036274 );
796PROVIDE ( r_ld_acl_start = 0x40034ddc );
797PROVIDE ( r_ld_acl_stop = 0x4003532c );
798PROVIDE ( r_ld_acl_test_mode_set = 0x40036f24 );
799PROVIDE ( r_ld_acl_timing_accuracy_set = 0x4003673c );
800PROVIDE ( r_ld_acl_t_poll_get = 0x40036024 );
801PROVIDE ( r_ld_acl_t_poll_set = 0x40036068 );
802PROVIDE ( r_ld_acl_tx_enc = 0x400362f8 );
803PROVIDE ( ld_acl_frm_cbk = 0x40034414 );
804PROVIDE ( ld_acl_rsw_end = 0x40032bc0 );
805PROVIDE ( ld_acl_end = 0x40033140 );
806PROVIDE ( ld_acl_resched = 0x40033814 );
807PROVIDE ( ld_acl_test_mode_update = 0x40032050 );
808PROVIDE ( r_ld_acl_unsniff = 0x400361e0 );
809PROVIDE ( r_ld_active_check = 0x4003cac4 );
810PROVIDE ( r_ld_afh_ch_assess_data_get = 0x4003caec );
811PROVIDE ( r_ld_bcst_acl_data_tx = 0x40038d3c );
812PROVIDE ( r_ld_bcst_acl_init = 0x40038bd0 );
813PROVIDE ( r_ld_bcst_acl_reset = 0x40038bdc );
814PROVIDE ( r_ld_bcst_acl_start = 0x4003882c );
815PROVIDE ( r_ld_bcst_afh_update = 0x40038f3c );
816PROVIDE ( r_ld_bcst_enc_key_load = 0x4003906c );
817PROVIDE ( r_ld_bcst_lmp_tx = 0x40038bf8 );
818PROVIDE ( r_ld_bcst_tx_enc = 0x40038ff8 );
819PROVIDE ( r_ld_bd_addr_get = 0x4003ca20 );
820PROVIDE ( r_ld_channel_assess = 0x4003c184 );
821PROVIDE ( r_ld_class_of_dev_get = 0x4003ca34 );
822PROVIDE ( r_ld_class_of_dev_set = 0x4003ca50 );
823PROVIDE ( r_ld_csb_rx_afh_update = 0x40039af4 );
824PROVIDE ( r_ld_csb_rx_init = 0x40039690 );
825PROVIDE ( r_ld_csb_rx_reset = 0x4003969c );
826PROVIDE ( r_ld_csb_rx_start = 0x4003972c );
827PROVIDE ( r_ld_csb_rx_stop = 0x40039bb8 );
828PROVIDE ( r_ld_csb_tx_afh_update = 0x4003a5fc );
829PROVIDE ( r_ld_csb_tx_clr_data = 0x4003a71c );
830PROVIDE ( r_ld_csb_tx_dis = 0x4003a5e8 );
831PROVIDE ( r_ld_csb_tx_en = 0x4003a1c0 );
832PROVIDE ( r_ld_csb_tx_init = 0x4003a0e8 );
833PROVIDE ( r_ld_csb_tx_reset = 0x4003a0f8 );
834PROVIDE ( r_ld_csb_tx_set_data = 0x4003a6c0 );
835PROVIDE ( r_ld_fm_clk_isr = 0x4003a7a8 );
836PROVIDE ( r_ld_fm_frame_isr = 0x4003a82c );
837PROVIDE ( r_ld_fm_init = 0x4003a760 );
838PROVIDE ( r_ld_fm_prog_check = 0x4003ab28 );
839PROVIDE ( r_ld_fm_prog_disable = 0x4003a984 );
840PROVIDE ( r_ld_fm_prog_enable = 0x4003a944 );
841PROVIDE ( r_ld_fm_prog_push = 0x4003a9d4 );
842PROVIDE ( r_ld_fm_reset = 0x4003a794 );
843PROVIDE ( r_ld_fm_rx_isr = 0x4003a7f4 );
844PROVIDE ( r_ld_fm_sket_isr = 0x4003a8a4 );
845PROVIDE ( r_ld_init = 0x4003c294 );
846PROVIDE ( r_ld_inq_init = 0x4003b15c );
847PROVIDE ( r_ld_inq_reset = 0x4003b168 );
848PROVIDE ( r_ld_inq_start = 0x4003b1f0 );
849PROVIDE ( r_ld_inq_stop = 0x4003b4f0 );
850PROVIDE ( r_ld_iscan_eir_get = 0x4003c118 );
851PROVIDE ( r_ld_iscan_eir_set = 0x4003bfa0 );
852PROVIDE ( r_ld_iscan_init = 0x4003b9f0 );
853PROVIDE ( r_ld_iscan_reset = 0x4003ba14 );
854PROVIDE ( r_ld_iscan_restart = 0x4003ba44 );
855PROVIDE ( r_ld_iscan_start = 0x4003bb28 );
856PROVIDE ( r_ld_iscan_stop = 0x4003bf1c );
857PROVIDE ( r_ld_iscan_tx_pwr_get = 0x4003c138 );
858PROVIDE ( r_ld_page_init = 0x4003d808 );
859PROVIDE ( r_ld_page_reset = 0x4003d814 );
860PROVIDE ( r_ld_page_start = 0x4003d848 );
861PROVIDE ( r_ld_page_stop = 0x4003da54 );
862PROVIDE ( r_ld_pca_coarse_clock_adjust = 0x4003e324 );
863PROVIDE ( r_ld_pca_init = 0x4003deb4 );
864PROVIDE ( r_ld_pca_initiate_clock_dragging = 0x4003e4ac );
865PROVIDE ( r_ld_pca_local_config = 0x4003df6c );
866PROVIDE ( r_ld_pca_mws_frame_sync = 0x4003e104 );
867PROVIDE ( r_ld_pca_mws_moment_offset_gt = 0x4003e278 );
868PROVIDE ( r_ld_pca_mws_moment_offset_lt = 0x4003e280 );
869PROVIDE ( r_ld_pca_reporting_enable = 0x4003e018 );
870PROVIDE ( r_ld_pca_reset = 0x4003df0c );
871PROVIDE ( r_ld_pca_update_target_offset = 0x4003e050 );
872PROVIDE ( r_ld_pscan_evt_handler = 0x4003f238 );
873PROVIDE ( r_ld_pscan_init = 0x4003f474 );
874PROVIDE ( r_ld_pscan_reset = 0x4003f498 );
875PROVIDE ( r_ld_pscan_restart = 0x4003f4b8 );
876PROVIDE ( r_ld_pscan_start = 0x4003f514 );
877PROVIDE ( r_ld_pscan_stop = 0x4003f618 );
878PROVIDE ( r_ld_read_clock = 0x4003c9e4 );
879PROVIDE ( r_ld_reset = 0x4003c714 );
880PROVIDE ( r_ld_sched_acl_add = 0x4003f978 );
881PROVIDE ( r_ld_sched_acl_remove = 0x4003f99c );
882PROVIDE ( r_ld_sched_compute = 0x4003f6f8 );
883PROVIDE ( r_ld_sched_init = 0x4003f7ac );
884PROVIDE ( r_ld_sched_inq_add = 0x4003f8a8 );
885PROVIDE ( r_ld_sched_inq_remove = 0x4003f8d0 );
886PROVIDE ( r_ld_sched_iscan_add = 0x4003f7e8 );
887PROVIDE ( r_ld_sched_iscan_remove = 0x4003f808 );
888PROVIDE ( r_ld_sched_page_add = 0x4003f910 );
889PROVIDE ( r_ld_sched_page_remove = 0x4003f938 );
890PROVIDE ( r_ld_sched_pscan_add = 0x4003f828 );
891PROVIDE ( r_ld_sched_pscan_remove = 0x4003f848 );
892PROVIDE ( r_ld_sched_reset = 0x4003f7d4 );
893PROVIDE ( r_ld_sched_sco_add = 0x4003fa4c );
894PROVIDE ( r_ld_sched_sco_remove = 0x4003fa9c );
895PROVIDE ( r_ld_sched_sniff_add = 0x4003f9c4 );
896PROVIDE ( r_ld_sched_sniff_remove = 0x4003fa0c );
897PROVIDE ( r_ld_sched_sscan_add = 0x4003f868 );
898PROVIDE ( r_ld_sched_sscan_remove = 0x4003f888 );
899PROVIDE ( r_ld_sco_audio_isr = 0x40037cc8 );
900PROVIDE ( r_ld_sco_data_tx = 0x40037ee8 );
901PROVIDE ( r_ld_sco_start = 0x40037110 );
902PROVIDE ( r_ld_sco_stop = 0x40037c40 );
903PROVIDE ( r_ld_sco_update = 0x40037a74 );
904PROVIDE ( r_ld_sscan_activated = 0x4004031c );
905PROVIDE ( r_ld_sscan_init = 0x400402f0 );
906PROVIDE ( r_ld_sscan_reset = 0x400402fc );
907PROVIDE ( r_ld_sscan_start = 0x40040384 );
908PROVIDE ( r_ld_strain_init = 0x400409f4 );
909PROVIDE ( r_ld_strain_reset = 0x40040a00 );
910PROVIDE ( r_ld_strain_start = 0x40040a8c );
911PROVIDE ( r_ld_strain_stop = 0x40040df0 );
912PROVIDE ( r_ld_timing_accuracy_get = 0x4003caac );
913PROVIDE ( r_ld_util_active_master_afh_map_get = 0x4004131c );
914PROVIDE ( r_ld_util_active_master_afh_map_set = 0x40041308 );
915PROVIDE ( r_ld_util_bch_create = 0x40040fcc );
916PROVIDE ( r_ld_util_fhs_pk = 0x400411c8 );
917PROVIDE ( r_ld_util_fhs_unpk = 0x40040e54 );
918PROVIDE ( r_ld_util_stp_pk = 0x400413f4 );
919PROVIDE ( r_ld_util_stp_unpk = 0x40041324 );
920PROVIDE ( r_ld_version_get = 0x4003ca6c );
921PROVIDE ( r_ld_wlcoex_set = 0x4003caf8 );
922PROVIDE ( r_llc_ch_assess_get_current_ch_map = 0x40041574 );
923PROVIDE ( r_llc_ch_assess_get_local_ch_map = 0x4004150c );
924PROVIDE ( r_llc_ch_assess_local = 0x40041494 );
925PROVIDE ( r_llc_ch_assess_merge_ch = 0x40041588 );
926PROVIDE ( r_llc_ch_assess_reass_ch = 0x400415c0 );
927PROVIDE ( r_llc_common_cmd_complete_send = 0x40044eac );
928PROVIDE ( r_llc_common_cmd_status_send = 0x40044ee0 );
929PROVIDE ( r_llc_common_enc_change_evt_send = 0x40044f6c );
930PROVIDE ( r_llc_common_enc_key_ref_comp_evt_send = 0x40044f38 );
931PROVIDE ( r_llc_common_flush_occurred_send = 0x40044f0c );
932PROVIDE ( r_llc_common_nb_of_pkt_comp_evt_send = 0x40045000 );
933PROVIDE ( r_llc_con_update_complete_send = 0x40044d68 );
934PROVIDE ( r_llc_con_update_finished = 0x4004518c );
935PROVIDE ( r_llc_con_update_ind = 0x40045038 );
936PROVIDE ( r_llc_discon_event_complete_send = 0x40044a30 );
937PROVIDE ( r_llc_end_evt_defer = 0x40046330 );
938PROVIDE ( r_llc_feats_rd_event_send = 0x40044e0c );
939PROVIDE ( r_llc_init = 0x40044778 );
940PROVIDE ( r_llc_le_con_cmp_evt_send = 0x40044a78 );
941PROVIDE ( r_llc_llcp_ch_map_update_pdu_send = 0x40043f94 );
942PROVIDE ( r_llc_llcp_con_param_req_pdu_send = 0x400442fc );
943PROVIDE ( r_llc_llcp_con_param_rsp_pdu_send = 0x40044358 );
944PROVIDE ( r_llc_llcp_con_update_pdu_send = 0x400442c4 );
945PROVIDE ( r_llc_llcp_enc_req_pdu_send = 0x40044064 );
946PROVIDE ( r_llc_llcp_enc_rsp_pdu_send = 0x40044160 );
947PROVIDE ( r_llc_llcp_feats_req_pdu_send = 0x400443b4 );
948PROVIDE ( r_llc_llcp_feats_rsp_pdu_send = 0x400443f0 );
949PROVIDE ( r_llc_llcp_get_autorize = 0x4004475c );
950PROVIDE ( r_llc_llcp_length_req_pdu_send = 0x40044574 );
951PROVIDE ( r_llc_llcp_length_rsp_pdu_send = 0x400445ac );
952PROVIDE ( r_llc_llcp_pause_enc_req_pdu_send = 0x40043fd8 );
953PROVIDE ( r_llc_llcp_pause_enc_rsp_pdu_send = 0x40044010 );
954PROVIDE ( r_llc_llcp_ping_req_pdu_send = 0x4004454c );
955PROVIDE ( r_llc_llcp_ping_rsp_pdu_send = 0x40044560 );
956PROVIDE ( r_llc_llcp_recv_handler = 0x40044678 );
957PROVIDE ( r_llc_llcp_reject_ind_pdu_send = 0x4004425c );
958PROVIDE ( r_llc_llcp_start_enc_req_pdu_send = 0x4004441c );
959PROVIDE ( r_llc_llcp_start_enc_rsp_pdu_send = 0x400441f8 );
960PROVIDE ( r_llc_llcp_terminate_ind_pdu_send = 0x400444b0 );
961PROVIDE ( r_llc_llcp_tester_send = 0x400445e4 );
962PROVIDE ( r_llc_llcp_unknown_rsp_send_pdu = 0x40044534 );
963PROVIDE ( r_llc_llcp_version_ind_pdu_send = 0x40043f6c );
964PROVIDE ( r_llc_lsto_con_update = 0x40045098 );
965PROVIDE ( r_llc_ltk_req_send = 0x40044dc0 );
966PROVIDE ( r_llc_map_update_finished = 0x40045260 );
967PROVIDE ( r_llc_map_update_ind = 0x400450f0 );
968PROVIDE ( r_llc_pdu_acl_tx_ack_defer = 0x400464dc );
969PROVIDE ( r_llc_pdu_defer = 0x40046528 );
970PROVIDE ( r_llc_pdu_llcp_tx_ack_defer = 0x400463ac );
971PROVIDE ( r_llc_reset = 0x400447b8 );
972PROVIDE ( r_llc_start = 0x400447f4 );
973PROVIDE ( r_llc_stop = 0x400449ac );
974PROVIDE ( r_llc_util_bw_mgt = 0x4004629c );
975PROVIDE ( r_llc_util_clear_operation_ptr = 0x40046234 );
976PROVIDE ( r_llc_util_dicon_procedure = 0x40046130 );
977PROVIDE ( r_llc_util_get_free_conhdl = 0x400460c8 );
978PROVIDE ( r_llc_util_get_nb_active_link = 0x40046100 );
979PROVIDE ( r_llc_util_set_auth_payl_to_margin = 0x400461f4 );
980PROVIDE ( r_llc_util_set_llcp_discard_enable = 0x400461c8 );
981PROVIDE ( r_llc_util_update_channel_map = 0x400461ac );
982PROVIDE ( r_llc_version_rd_event_send = 0x40044e60 );
983PROVIDE ( r_lld_adv_start = 0x40048b38 );
984PROVIDE ( r_lld_adv_stop = 0x40048ea0 );
985PROVIDE ( r_lld_ch_map_ind = 0x4004a2f4 );
986PROVIDE ( r_lld_con_param_req = 0x40049f0c );
987PROVIDE ( r_lld_con_param_rsp = 0x40049e00 );
988PROVIDE ( r_lld_con_start = 0x400491f8 );
989PROVIDE ( r_lld_con_stop = 0x40049fdc );
990PROVIDE ( r_lld_con_update_after_param_req = 0x40049bcc );
991PROVIDE ( r_lld_con_update_ind = 0x4004a30c );
992PROVIDE ( r_lld_con_update_req = 0x40049b60 );
993PROVIDE ( r_lld_core_reset = 0x40048a9c );
994PROVIDE ( r_lld_crypt_isr = 0x4004a324 );
995PROVIDE ( r_lld_evt_adv_create = 0x400481f4 );
996PROVIDE ( r_lld_evt_canceled = 0x400485c8 );
997PROVIDE ( r_lld_evt_channel_next = 0x40046aac );
998PROVIDE ( r_lld_evt_deffered_elt_handler = 0x400482bc );
999PROVIDE ( r_lld_evt_delete_elt_handler = 0x40046974 );
1000PROVIDE ( r_lld_evt_delete_elt_push = 0x40046a3c );
1001PROVIDE ( r_lld_evt_drift_compute = 0x40047670 );
1002PROVIDE ( r_lld_evt_elt_delete = 0x40047538 );
1003PROVIDE ( r_lld_evt_elt_insert = 0x400474c8 );
1004PROVIDE ( r_lld_evt_end = 0x400483e8 );
1005PROVIDE ( r_lld_evt_end_isr = 0x4004862c );
1006PROVIDE ( r_lld_evt_init = 0x40046b3c );
1007PROVIDE ( r_lld_evt_init_evt = 0x40046cd0 );
1008PROVIDE ( r_lld_evt_move_to_master = 0x40047ba0 );
1009PROVIDE ( r_lld_evt_move_to_slave = 0x40047e18 );
1010PROVIDE ( r_lld_evt_prevent_stop = 0x40047adc );
1011PROVIDE ( r_lld_evt_restart = 0x40046d50 );
1012PROVIDE ( r_lld_evt_rx = 0x40048578 );
1013PROVIDE ( r_lld_evt_rx_isr = 0x40048678 );
1014PROVIDE ( r_lld_evt_scan_create = 0x40047ae8 );
1015PROVIDE ( r_lld_evt_schedule = 0x40047908 );
1016PROVIDE ( r_lld_evt_schedule_next = 0x400477dc );
1017PROVIDE ( r_lld_evt_schedule_next_instant = 0x400476a8 );
1018PROVIDE ( r_lld_evt_slave_update = 0x40048138 );
1019PROVIDE ( r_lld_evt_update_create = 0x40047cd8 );
1020PROVIDE ( r_lld_get_mode = 0x40049ff8 );
1021PROVIDE ( r_lld_init = 0x4004873c );
1022PROVIDE ( r_lld_move_to_master = 0x400499e0 );
1023PROVIDE ( r_lld_move_to_slave = 0x4004a024 );
1024PROVIDE ( r_lld_pdu_adv_pack = 0x4004b488 );
1025PROVIDE ( r_lld_pdu_check = 0x4004ac34 );
1026PROVIDE ( r_lld_pdu_data_send = 0x4004b018 );
1027PROVIDE ( r_lld_pdu_data_tx_push = 0x4004aecc );
1028PROVIDE ( r_lld_pdu_rx_handler = 0x4004b4d4 );
1029PROVIDE ( r_lld_pdu_send_packet = 0x4004b774 );
1030PROVIDE ( r_lld_pdu_tx_flush = 0x4004b414 );
1031PROVIDE ( r_lld_pdu_tx_loop = 0x4004ae40 );
1032PROVIDE ( r_lld_pdu_tx_prog = 0x4004b120 );
1033PROVIDE ( r_lld_pdu_tx_push = 0x4004b080 );
1034PROVIDE ( r_lld_ral_renew_req = 0x4004a73c );
1035PROVIDE ( r_lld_scan_start = 0x40048ee0 );
1036PROVIDE ( r_lld_scan_stop = 0x40049190 );
1037PROVIDE ( r_lld_test_mode_rx = 0x4004a540 );
1038PROVIDE ( r_lld_test_mode_tx = 0x4004a350 );
1039PROVIDE ( r_lld_test_stop = 0x4004a710 );
1040PROVIDE ( r_lld_util_anchor_point_move = 0x4004bacc );
1041PROVIDE ( r_lld_util_compute_ce_max = 0x4004bc0c );
1042PROVIDE ( r_lld_util_connection_param_set = 0x4004ba40 );
1043PROVIDE ( r_lld_util_dle_set_cs_fields = 0x4004ba90 );
1044PROVIDE ( r_lld_util_eff_tx_time_set = 0x4004bd88 );
1045PROVIDE ( r_lld_util_elt_programmed = 0x4004bce0 );
1046PROVIDE ( r_lld_util_flush_list = 0x4004bbd8 );
1047PROVIDE ( r_lld_util_freq2chnl = 0x4004b9e4 );
1048PROVIDE ( r_lld_util_get_bd_address = 0x4004b8ac );
1049PROVIDE ( r_lld_util_get_local_offset = 0x4004ba10 );
1050PROVIDE ( r_lld_util_get_peer_offset = 0x4004ba24 );
1051PROVIDE ( r_lld_util_get_tx_pkt_cnt = 0x4004bd80 );
1052PROVIDE ( r_lld_util_instant_get = 0x4004b890 );
1053PROVIDE ( r_lld_util_instant_ongoing = 0x4004bbfc );
1054PROVIDE ( r_lld_util_priority_set = 0x4004bd10 );
1055PROVIDE ( r_lld_util_priority_update = 0x4004bd78 );
1056PROVIDE ( r_lld_util_ral_force_rpa_renew = 0x4004b980 );
1057PROVIDE ( r_lld_util_set_bd_address = 0x4004b8f8 );
1058PROVIDE ( r_lld_wlcoex_set = 0x4004bd98 );
1059PROVIDE ( r_llm_ble_ready = 0x4004cc34 );
1060PROVIDE ( r_llm_common_cmd_complete_send = 0x4004d288 );
1061PROVIDE ( r_llm_common_cmd_status_send = 0x4004d2b4 );
1062PROVIDE ( r_llm_con_req_ind = 0x4004cc54 );
1063PROVIDE ( r_llm_con_req_tx_cfm = 0x4004d158 );
1064PROVIDE ( r_llm_create_con = 0x4004de78 );
1065PROVIDE ( r_llm_encryption_done = 0x4004dff8 );
1066PROVIDE ( r_llm_encryption_start = 0x4004e128 );
1067PROVIDE ( r_llm_end_evt_defer = 0x4004eb6c );
1068PROVIDE ( r_llm_init = 0x4004c9f8 );
1069PROVIDE ( r_llm_le_adv_report_ind = 0x4004cdf4 );
1070PROVIDE ( r_llm_pdu_defer = 0x4004ec48 );
1071PROVIDE ( r_llm_ral_clear = 0x4004e1fc );
1072PROVIDE ( r_llm_ral_dev_add = 0x4004e23c );
1073PROVIDE ( r_llm_ral_dev_rm = 0x4004e3bc );
1074PROVIDE ( r_llm_ral_get_rpa = 0x4004e400 );
1075PROVIDE ( r_llm_ral_set_timeout = 0x4004e4a0 );
1076PROVIDE ( r_llm_ral_update = 0x4004e4f8 );
1077PROVIDE ( r_llm_set_adv_data = 0x4004d960 );
1078PROVIDE ( r_llm_set_adv_en = 0x4004d7ec );
1079PROVIDE ( r_llm_set_adv_param = 0x4004d5f4 );
1080PROVIDE ( r_llm_set_scan_en = 0x4004db64 );
1081PROVIDE ( r_llm_set_scan_param = 0x4004dac8 );
1082PROVIDE ( r_llm_set_scan_rsp_data = 0x4004da14 );
1083PROVIDE ( r_llm_test_mode_start_rx = 0x4004d534 );
1084PROVIDE ( r_llm_test_mode_start_tx = 0x4004d2fc );
1085PROVIDE ( r_llm_util_adv_data_update = 0x4004e8fc );
1086PROVIDE ( r_llm_util_apply_bd_addr = 0x4004e868 );
1087PROVIDE ( r_llm_util_bd_addr_in_ral = 0x4004eb08 );
1088PROVIDE ( r_llm_util_bd_addr_in_wl = 0x4004e788 );
1089PROVIDE ( r_llm_util_bd_addr_wl_position = 0x4004e720 );
1090PROVIDE ( r_llm_util_bl_add = 0x4004e9ac );
1091PROVIDE ( r_llm_util_bl_check = 0x4004e930 );
1092PROVIDE ( r_llm_util_bl_rem = 0x4004ea70 );
1093PROVIDE ( r_llm_util_check_address_validity = 0x4004e7e4 );
1094PROVIDE ( r_llm_util_check_evt_mask = 0x4004e8b0 );
1095PROVIDE ( r_llm_util_check_map_validity = 0x4004e800 );
1096PROVIDE ( r_llm_util_get_channel_map = 0x4004e8d4 );
1097PROVIDE ( r_llm_util_get_supp_features = 0x4004e8e8 );
1098PROVIDE ( r_llm_util_set_public_addr = 0x4004e89c );
1099PROVIDE ( r_llm_wl_clr = 0x4004dc54 );
1100PROVIDE ( r_llm_wl_dev_add = 0x4004dcc0 );
1101PROVIDE ( r_llm_wl_dev_add_hdl = 0x4004dd38 );
1102PROVIDE ( r_llm_wl_dev_rem = 0x4004dcfc );
1103PROVIDE ( r_llm_wl_dev_rem_hdl = 0x4004dde0 );
1104PROVIDE ( r_lm_acl_disc = 0x4004f148 );
1105PROVIDE ( r_LM_AddSniff = 0x40022d20 );
1106PROVIDE ( r_lm_add_sync = 0x40051358 );
1107PROVIDE ( r_lm_afh_activate_timer = 0x4004f444 );
1108PROVIDE ( r_lm_afh_ch_ass_en_get = 0x4004f3f8 );
1109PROVIDE ( r_lm_afh_host_ch_class_get = 0x4004f410 );
1110PROVIDE ( r_lm_afh_master_ch_map_get = 0x4004f43c );
1111PROVIDE ( r_lm_afh_peer_ch_class_set = 0x4004f418 );
1112PROVIDE ( r_lm_check_active_sync = 0x40051334 );
1113PROVIDE ( r_LM_CheckEdrFeatureRequest = 0x4002f90c );
1114PROVIDE ( r_LM_CheckSwitchInstant = 0x4002f8c0 );
1115PROVIDE ( r_lm_check_sync_hl_rsp = 0x4005169c );
1116PROVIDE ( r_lm_clk_adj_ack_pending_clear = 0x4004f514 );
1117PROVIDE ( r_lm_clk_adj_instant_pending_set = 0x4004f4d8 );
1118PROVIDE ( r_LM_ComputePacketType = 0x4002f554 );
1119PROVIDE ( r_LM_ComputeSniffSubRate = 0x400233ac );
1120PROVIDE ( r_lm_debug_key_compare_192 = 0x4004f3a8 );
1121PROVIDE ( r_lm_debug_key_compare_256 = 0x4004f3d0 );
1122PROVIDE ( r_lm_dhkey_calc_init = 0x40013234 );
1123PROVIDE ( r_lm_dhkey_compare = 0x400132d8 );
1124PROVIDE ( r_lm_dut_mode_en_get = 0x4004f3ec );
1125PROVIDE ( r_LM_ExtractMaxEncKeySize = 0x4001aca4 );
1126PROVIDE ( r_lm_f1 = 0x40012bb8 );
1127PROVIDE ( r_lm_f2 = 0x40012cfc );
1128PROVIDE ( r_lm_f3 = 0x40013050 );
1129PROVIDE ( r_lm_g = 0x40012f90 );
1130PROVIDE ( r_LM_GetAFHSwitchInstant = 0x4002f86c );
1131PROVIDE ( r_lm_get_auth_en = 0x4004f1ac );
1132PROVIDE ( r_lm_get_common_pkt_types = 0x4002fa1c );
1133PROVIDE ( r_LM_GetConnectionAcceptTimeout = 0x4004f1f4 );
1134PROVIDE ( r_LM_GetFeature = 0x4002f924 );
1135PROVIDE ( r_LM_GetLinkTimeout = 0x400233ec );
1136PROVIDE ( r_LM_GetLocalNameSeg = 0x4004f200 );
1137PROVIDE ( r_lm_get_loopback_mode = 0x4004f248 );
1138PROVIDE ( r_LM_GetMasterEncKeySize = 0x4001b29c );
1139PROVIDE ( r_LM_GetMasterEncRand = 0x4001b288 );
1140PROVIDE ( r_LM_GetMasterKey = 0x4001b260 );
1141PROVIDE ( r_LM_GetMasterKeyRand = 0x4001b274 );
1142PROVIDE ( r_lm_get_min_sync_intv = 0x400517a8 );
1143PROVIDE ( r_lm_get_nb_acl = 0x4004ef9c );
1144PROVIDE ( r_lm_get_nb_sync_link = 0x4005179c );
1145PROVIDE ( r_lm_get_nonce = 0x400131c4 );
1146PROVIDE ( r_lm_get_oob_local_commit = 0x4004f374 );
1147PROVIDE ( r_lm_get_oob_local_data_192 = 0x4004f2d4 );
1148PROVIDE ( r_lm_get_oob_local_data_256 = 0x4004f318 );
1149PROVIDE ( r_LM_GetPINType = 0x4004f1e8 );
1150PROVIDE ( r_lm_get_priv_key_192 = 0x4004f278 );
1151PROVIDE ( r_lm_get_priv_key_256 = 0x4004f2b8 );
1152PROVIDE ( r_lm_get_pub_key_192 = 0x4004f258 );
1153PROVIDE ( r_lm_get_pub_key_256 = 0x4004f298 );
1154PROVIDE ( r_LM_GetQoSParam = 0x4002f6e0 );
1155PROVIDE ( r_lm_get_sec_con_host_supp = 0x4004f1d4 );
1156PROVIDE ( r_LM_GetSniffSubratingParam = 0x4002325c );
1157PROVIDE ( r_lm_get_sp_en = 0x4004f1c0 );
1158PROVIDE ( r_LM_GetSwitchInstant = 0x4002f7f8 );
1159PROVIDE ( r_lm_get_synchdl = 0x4005175c );
1160PROVIDE ( r_lm_get_sync_param = 0x400503b4 );
1161PROVIDE ( r_lm_init = 0x4004ed34 );
1162PROVIDE ( r_lm_init_sync = 0x400512d8 );
1163PROVIDE ( r_lm_is_acl_con = 0x4004f47c );
1164PROVIDE ( r_lm_is_acl_con_role = 0x4004f49c );
1165PROVIDE ( r_lm_is_clk_adj_ack_pending = 0x4004f4e8 );
1166PROVIDE ( r_lm_is_clk_adj_instant_pending = 0x4004f4c8 );
1167PROVIDE ( r_lm_local_ext_fr_configured = 0x4004f540 );
1168PROVIDE ( r_lm_look_for_stored_link_key = 0x4002f948 );
1169PROVIDE ( r_lm_look_for_sync = 0x40051774 );
1170PROVIDE ( r_lm_lt_addr_alloc = 0x4004ef1c );
1171PROVIDE ( r_lm_lt_addr_free = 0x4004ef74 );
1172PROVIDE ( r_lm_lt_addr_reserve = 0x4004ef48 );
1173PROVIDE ( r_LM_MakeCof = 0x4002f84c );
1174PROVIDE ( r_LM_MakeRandVec = 0x400112d8 );
1175PROVIDE ( r_lm_master_clk_adj_req_handler = 0x40054180 );
1176PROVIDE ( r_LM_MaxSlot = 0x4002f694 );
1177PROVIDE ( r_lm_modif_sync = 0x40051578 );
1178PROVIDE ( r_lm_n_is_zero = 0x40012170 );
1179PROVIDE ( r_lm_num_clk_adj_ack_pending_set = 0x4004f500 );
1180PROVIDE ( r_lm_oob_f1 = 0x40012e54 );
1181PROVIDE ( r_lm_pca_sscan_link_get = 0x4004f560 );
1182PROVIDE ( r_lm_pca_sscan_link_set = 0x4004f550 );
1183PROVIDE ( nvds_null_read = 0x400542a0 );
1184PROVIDE ( nvds_null_write = 0x400542a8 );
1185PROVIDE ( nvds_null_erase = 0x400542b0 );
1186PROVIDE ( nvds_read = 0x400542c4 );
1187PROVIDE ( nvds_write = 0x400542fc );
1188PROVIDE ( nvds_erase = 0x40054334 );
1189PROVIDE ( nvds_init_memory = 0x40054358 );
1190PROVIDE ( r_lmp_pack = 0x4001135c );
1191PROVIDE ( r_lmp_unpack = 0x4001149c );
1192PROVIDE ( r_lm_read_features = 0x4004f0d8 );
1193PROVIDE ( r_LM_RemoveSniff = 0x40023124 );
1194PROVIDE ( r_LM_RemoveSniffSubrating = 0x400233c4 );
1195PROVIDE ( r_lm_remove_sync = 0x400517c8 );
1196PROVIDE ( r_lm_reset_sync = 0x40051304 );
1197PROVIDE ( r_lm_role_switch_finished = 0x4004f028 );
1198PROVIDE ( r_lm_role_switch_start = 0x4004efe0 );
1199PROVIDE ( r_lm_sco_nego_end = 0x40051828 );
1200PROVIDE ( r_LM_SniffSubrateNegoRequired = 0x40023334 );
1201PROVIDE ( r_LM_SniffSubratingHlReq = 0x40023154 );
1202PROVIDE ( r_LM_SniffSubratingPeerReq = 0x400231dc );
1203PROVIDE ( r_lm_sp_debug_mode_get = 0x4004f398 );
1204PROVIDE ( r_lm_sp_n192_convert_wnaf = 0x400123c0 );
1205PROVIDE ( r_lm_sp_n_one = 0x400123a4 );
1206PROVIDE ( r_lm_sp_p192_add = 0x40012828 );
1207PROVIDE ( r_lm_sp_p192_dbl = 0x4001268c );
1208PROVIDE ( r_lm_sp_p192_invert = 0x40012b6c );
1209PROVIDE ( r_lm_sp_p192_point_jacobian_to_affine = 0x40012468 );
1210PROVIDE ( r_lm_sp_p192_points_jacobian_to_affine = 0x400124e4 );
1211PROVIDE ( r_lm_sp_p192_point_to_inf = 0x40012458 );
1212PROVIDE ( r_lm_sp_pre_compute_points = 0x40012640 );
1213PROVIDE ( r_lm_sp_sha256_calculate = 0x400121a0 );
1214PROVIDE ( r_LM_SuppressAclPacket = 0x4002f658 );
1215PROVIDE ( r_lm_sync_flow_ctrl_en_get = 0x4004f404 );
1216PROVIDE ( r_LM_UpdateAclEdrPacketType = 0x4002f5d8 );
1217PROVIDE ( r_LM_UpdateAclPacketType = 0x4002f584 );
1218PROVIDE ( r_modules_funcs = 0x3ffafd6c );
1219PROVIDE ( r_modules_funcs_p = 0x3ffafd68 );
1220PROVIDE ( r_nvds_del = 0x400544c4 );
1221PROVIDE ( r_nvds_get = 0x40054488 );
1222PROVIDE ( r_nvds_init = 0x40054410 );
1223PROVIDE ( r_nvds_lock = 0x400544fc );
1224PROVIDE ( r_nvds_put = 0x40054534 );
1225PROVIDE ( rom_abs_temp = 0x400054f0 );
1226PROVIDE ( rom_bb_bss_bw_40_en = 0x4000401c );
1227PROVIDE ( rom_bb_bss_cbw40_dig = 0x40003bac );
1228PROVIDE ( rom_bb_rx_ht20_cen_bcov_en = 0x40003734 );
1229PROVIDE ( rom_bb_tx_ht20_cen = 0x40003760 );
1230PROVIDE ( rom_bb_wdg_test_en = 0x40003b70 );
1231PROVIDE ( rom_cbw2040_cfg = 0x400040b0 );
1232PROVIDE ( rom_check_noise_floor = 0x40003c78 );
1233PROVIDE ( rom_chip_i2c_readReg = 0x40004110 );
1234PROVIDE ( rom_chip_i2c_writeReg = 0x40004168 );
1235PROVIDE ( rom_chip_v7_bt_init = 0x40004d8c );
1236PROVIDE ( rom_chip_v7_rx_init = 0x40004cec );
1237PROVIDE ( rom_chip_v7_rx_rifs_en = 0x40003d90 );
1238PROVIDE ( rom_chip_v7_tx_init = 0x40004d18 );
1239PROVIDE ( rom_clk_force_on_vit = 0x40003710 );
1240PROVIDE ( rom_correct_rf_ana_gain = 0x400062a8 );
1241PROVIDE ( rom_dc_iq_est = 0x400055c8 );
1242PROVIDE ( rom_disable_agc = 0x40002fa4 );
1243PROVIDE ( rom_enable_agc = 0x40002fcc );
1244PROVIDE ( rom_en_pwdet = 0x4000506c );
1245PROVIDE ( rom_gen_rx_gain_table = 0x40003e3c );
1246PROVIDE ( rom_get_data_sat = 0x4000312c );
1247PROVIDE ( rom_get_fm_sar_dout = 0x40005204 );
1248PROVIDE ( rom_get_power_db = 0x40005fc8 );
1249PROVIDE ( rom_get_pwctrl_correct = 0x400065d4 );
1250PROVIDE ( rom_get_rfcal_rxiq_data = 0x40005bbc );
1251PROVIDE ( rom_get_rf_gain_qdb = 0x40006290 );
1252PROVIDE ( rom_get_sar_dout = 0x40006564 );
1253PROVIDE ( rom_i2c_readReg = 0x40004148 );
1254PROVIDE ( rom_i2c_readReg_Mask = 0x400041c0 );
1255PROVIDE ( rom_i2c_writeReg = 0x400041a4 );
1256PROVIDE ( rom_i2c_writeReg_Mask = 0x400041fc );
1257PROVIDE ( rom_index_to_txbbgain = 0x40004df8 );
1258PROVIDE ( rom_iq_est_disable = 0x40005590 );
1259PROVIDE ( rom_iq_est_enable = 0x40005514 );
1260PROVIDE ( rom_linear_to_db = 0x40005f64 );
1261PROVIDE ( rom_loopback_mode_en = 0x400030f8 );
1262PROVIDE ( rom_meas_tone_pwr_db = 0x40006004 );
1263PROVIDE ( rom_mhz2ieee = 0x4000404c );
1264PROVIDE ( rom_noise_floor_auto_set = 0x40003bdc );
1265PROVIDE ( rom_pbus_debugmode = 0x40004458 );
1266PROVIDE ( rom_pbus_force_mode = 0x40004270 );
1267PROVIDE ( rom_pbus_force_test = 0x400043c0 );
1268PROVIDE ( rom_pbus_rd = 0x40004414 );
1269PROVIDE ( rom_pbus_rd_addr = 0x40004334 );
1270PROVIDE ( rom_pbus_rd_shift = 0x40004374 );
1271PROVIDE ( rom_pbus_rx_dco_cal = 0x40005620 );
1272PROVIDE ( rom_pbus_set_dco = 0x40004638 );
1273PROVIDE ( rom_pbus_set_rxgain = 0x40004480 );
1274PROVIDE ( rom_pbus_workmode = 0x4000446c );
1275PROVIDE ( rom_pbus_xpd_rx_off = 0x40004508 );
1276PROVIDE ( rom_pbus_xpd_rx_on = 0x4000453c );
1277PROVIDE ( rom_pbus_xpd_tx_off = 0x40004590 );
1278PROVIDE ( rom_pbus_xpd_tx_on = 0x400045e0 );
1279PROVIDE ( rom_phy_disable_agc = 0x40002f6c );
1280PROVIDE ( rom_phy_disable_cca = 0x40003000 );
1281PROVIDE ( rom_phy_enable_agc = 0x40002f88 );
1282PROVIDE ( rom_phy_enable_cca = 0x4000302c );
1283PROVIDE ( rom_phy_freq_correct = 0x40004b44 );
1284PROVIDE ( rom_phyFuns = 0x3ffae0c0 );
1285PROVIDE ( rom_phy_get_noisefloor = 0x40003c2c );
1286PROVIDE ( rom_phy_get_vdd33 = 0x4000642c );
1287PROVIDE ( rom_pow_usr = 0x40003044 );
1288PROVIDE ( rom_read_sar_dout = 0x400051c0 );
1289PROVIDE ( rom_restart_cal = 0x400046e0 );
1290PROVIDE ( rom_rfcal_pwrctrl = 0x40006058 );
1291PROVIDE ( rom_rfcal_rxiq = 0x40005b4c );
1292PROVIDE ( rom_rfcal_txcap = 0x40005dec );
1293PROVIDE ( rom_rfpll_reset = 0x40004680 );
1294PROVIDE ( rom_rfpll_set_freq = 0x400047f8 );
1295PROVIDE ( rom_rtc_mem_backup = 0x40003db4 );
1296PROVIDE ( rom_rtc_mem_recovery = 0x40003df4 );
1297PROVIDE ( rom_rx_gain_force = 0x4000351c );
1298PROVIDE ( rom_rxiq_cover_mg_mp = 0x40005a68 );
1299PROVIDE ( rom_rxiq_get_mis = 0x400058e4 );
1300PROVIDE ( rom_rxiq_set_reg = 0x40005a00 );
1301PROVIDE ( rom_set_cal_rxdc = 0x400030b8 );
1302PROVIDE ( rom_set_chan_cal_interp = 0x40005ce0 );
1303PROVIDE ( rom_set_channel_freq = 0x40004880 );
1304PROVIDE ( rom_set_loopback_gain = 0x40003060 );
1305PROVIDE ( rom_set_noise_floor = 0x40003d48 );
1306PROVIDE ( rom_set_pbus_mem = 0x400031a4 );
1307PROVIDE ( rom_set_rf_freq_offset = 0x40004ca8 );
1308PROVIDE ( rom_set_rxclk_en = 0x40003594 );
1309PROVIDE ( rom_set_txcap_reg = 0x40005d50 );
1310PROVIDE ( rom_set_txclk_en = 0x40003564 );
1311PROVIDE ( rom_spur_coef_cfg = 0x40003ac8 );
1312PROVIDE ( rom_spur_reg_write_one_tone = 0x400037f0 );
1313PROVIDE ( rom_start_tx_tone = 0x400036b4 );
1314PROVIDE ( rom_start_tx_tone_step = 0x400035d0 );
1315PROVIDE ( rom_stop_tx_tone = 0x40003f98 );
1316PROVIDE ( _rom_store = 0x4000d66c );
1317PROVIDE ( _rom_store_table = 0x4000d4f8 );
1318PROVIDE ( rom_target_power_add_backoff = 0x40006268 );
1319PROVIDE ( rom_tx_atten_set_interp = 0x400061cc );
1320PROVIDE ( rom_txbbgain_to_index = 0x40004dc0 );
1321PROVIDE ( rom_txcal_work_mode = 0x4000510c );
1322PROVIDE ( rom_txdc_cal_init = 0x40004e10 );
1323PROVIDE ( rom_txdc_cal_v70 = 0x40004ea4 );
1324PROVIDE ( rom_txiq_cover = 0x4000538c );
1325PROVIDE ( rom_txiq_get_mis_pwr = 0x400052dc );
1326PROVIDE ( rom_txiq_set_reg = 0x40005154 );
1327PROVIDE ( rom_tx_pwctrl_bg_init = 0x4000662c );
1328PROVIDE ( rom_txtone_linear_pwr = 0x40005290 );
1329PROVIDE ( rom_wait_rfpll_cal_end = 0x400047a8 );
1330PROVIDE ( rom_write_gain_mem = 0x4000348c );
1331PROVIDE ( rom_write_rfpll_sdm = 0x40004740 );
1332PROVIDE ( roundup2 = 0x4000ab7c );
1333PROVIDE ( r_plf_funcs_p = 0x3ffb8360 );
1334PROVIDE ( r_rf_rw_bt_init = 0x40054868 );
1335PROVIDE ( r_rf_rw_init = 0x40054b0c );
1336PROVIDE ( r_rf_rw_le_init = 0x400549d0 );
1337PROVIDE ( r_rwble_activity_ongoing_check = 0x40054d8c );
1338PROVIDE ( r_rwble_init = 0x40054bf4 );
1339PROVIDE ( r_rwble_isr = 0x40054e08 );
1340PROVIDE ( r_rwble_reset = 0x40054ce8 );
1341PROVIDE ( r_rwble_sleep_check = 0x40054d78 );
1342PROVIDE ( r_rwble_version = 0x40054dac );
1343PROVIDE ( r_rwbt_init = 0x40055160 );
1344PROVIDE ( r_rwbt_isr = 0x40055248 );
1345PROVIDE ( r_rwbt_reset = 0x400551bc );
1346PROVIDE ( r_rwbt_sleep_check = 0x4005577c );
1347PROVIDE ( r_rwbt_sleep_enter = 0x400557a4 );
1348PROVIDE ( r_rwbt_sleep_wakeup = 0x400557fc );
1349PROVIDE ( r_rwbt_sleep_wakeup_end = 0x400558cc );
1350PROVIDE ( r_rwbt_version = 0x4005520c );
1351PROVIDE ( r_rwip_assert_err = 0x40055f88 );
1352PROVIDE ( r_rwip_check_wakeup_boundary = 0x400558fc );
1353PROVIDE ( r_rwip_ext_wakeup_enable = 0x40055f3c );
1354PROVIDE ( r_rwip_init = 0x4005595c );
1355PROVIDE ( r_rwip_pca_clock_dragging_only = 0x40055f48 );
1356PROVIDE ( r_rwip_prevent_sleep_clear = 0x40055ec8 );
1357PROVIDE ( r_rwip_prevent_sleep_set = 0x40055e64 );
1358PROVIDE ( r_rwip_reset = 0x40055ab8 );
1359PROVIDE ( r_rwip_schedule = 0x40055b38 );
1360PROVIDE ( r_rwip_sleep = 0x40055b5c );
1361PROVIDE ( r_rwip_sleep_enable = 0x40055f30 );
1362PROVIDE ( r_rwip_version = 0x40055b20 );
1363PROVIDE ( r_rwip_wakeup = 0x40055dc4 );
1364PROVIDE ( r_rwip_wakeup_delay_set = 0x40055e4c );
1365PROVIDE ( r_rwip_wakeup_end = 0x40055e18 );
1366PROVIDE ( r_rwip_wlcoex_set = 0x40055f60 );
1367PROVIDE ( r_SHA_256 = 0x40013a90 );
1368PROVIDE ( rwip_coex_cfg = 0x3ff9914c );
1369PROVIDE ( rwip_priority = 0x3ff99159 );
1370PROVIDE ( rwip_rf = 0x3ffbdb28 );
1371PROVIDE ( rwip_rf_p_get = 0x400558f4 );
1372PROVIDE ( r_XorKey = 0x400112c0 );
1373PROVIDE ( sha_blk_bits = 0x3ff99290 );
1374PROVIDE ( sha_blk_bits_bytes = 0x3ff99288 );
1375PROVIDE ( sha_blk_hash_bytes = 0x3ff9928c );
1376PROVIDE ( sig_matrix = 0x3ffae293 );
1377PROVIDE ( sip_after_tx_complete = 0x4000b358 );
1378PROVIDE ( sip_alloc_to_host_evt = 0x4000ab9c );
1379PROVIDE ( sip_get_ptr = 0x4000b34c );
1380PROVIDE ( sip_get_state = 0x4000ae2c );
1381PROVIDE ( sip_init_attach = 0x4000ae58 );
1382PROVIDE ( sip_install_rx_ctrl_cb = 0x4000ae10 );
1383PROVIDE ( sip_install_rx_data_cb = 0x4000ae20 );
1384PROVIDE ( sip_is_active = 0x4000b3c0 );
1385PROVIDE ( sip_post_init = 0x4000aed8 );
1386PROVIDE ( sip_reclaim_from_host_cmd = 0x4000adbc );
1387PROVIDE ( sip_reclaim_tx_data_pkt = 0x4000ad5c );
1388PROVIDE ( sip_send = 0x4000af54 );
1389PROVIDE ( sip_to_host_chain_append = 0x4000aef8 );
1390PROVIDE ( sip_to_host_evt_send_done = 0x4000ac04 );
1391PROVIDE ( slc_add_credits = 0x4000baf4 );
1392PROVIDE ( slc_enable = 0x4000b64c );
1393PROVIDE ( slc_from_host_chain_fetch = 0x4000b7e8 );
1394PROVIDE ( slc_from_host_chain_recycle = 0x4000bb10 );
1395PROVIDE ( slc_has_pkt_to_host = 0x4000b5fc );
1396PROVIDE ( slc_init_attach = 0x4000b918 );
1397PROVIDE ( slc_init_credit = 0x4000badc );
1398PROVIDE ( slc_reattach = 0x4000b62c );
1399PROVIDE ( slc_send_to_host_chain = 0x4000b6a0 );
1400PROVIDE ( slc_set_host_io_max_window = 0x4000b89c );
1401PROVIDE ( slc_to_host_chain_recycle = 0x4000b758 );
1402PROVIDE ( specialModP256 = 0x4001600c );
1403PROVIDE ( __stack = 0x3ffe3f20 );
1404PROVIDE ( __stack_app = 0x3ffe7e30 );
1405PROVIDE ( _stack_sentry = 0x3ffe1320 );
1406PROVIDE ( _stack_sentry_app = 0x3ffe5230 );
1407PROVIDE ( _start = 0x40000704 );
1408PROVIDE ( start_tb_console = 0x4005a980 );
1409PROVIDE ( _stat_r = 0x4000bcb4 );
1410PROVIDE ( _stext = 0x40000560 );
1411PROVIDE ( SubtractBigHex256 = 0x40015bcc );
1412PROVIDE ( SubtractBigHexMod256 = 0x40015e8c );
1413PROVIDE ( SubtractBigHexUint32_256 = 0x40015f8c );
1414PROVIDE ( SubtractFromSelfBigHex256 = 0x40015c20 );
1415PROVIDE ( SubtractFromSelfBigHexSign256 = 0x40015dc8 );
1416PROVIDE ( sw_to_hw = 0x3ffb8d40 );
1417PROVIDE ( syscall_table_ptr_app = 0x3ffae020 );
1418PROVIDE ( syscall_table_ptr_pro = 0x3ffae024 );
1419PROVIDE ( tdefl_compress = 0x400600bc );
1420PROVIDE ( tdefl_compress_buffer = 0x400607f4 );
1421PROVIDE ( tdefl_compress_mem_to_mem = 0x40060900 );
1422PROVIDE ( tdefl_compress_mem_to_output = 0x400608e0 );
1423PROVIDE ( tdefl_get_adler32 = 0x400608d8 );
1424PROVIDE ( tdefl_get_prev_return_status = 0x400608d0 );
1425PROVIDE ( tdefl_init = 0x40060810 );
1426PROVIDE ( tdefl_write_image_to_png_file_in_memory = 0x4006091c );
1427PROVIDE ( tdefl_write_image_to_png_file_in_memory_ex = 0x40060910 );
1428PROVIDE ( tinfl_decompress = 0x4005ef30 );
1429PROVIDE ( tinfl_decompress_mem_to_callback = 0x40060090 );
1430PROVIDE ( tinfl_decompress_mem_to_mem = 0x40060050 );
1431PROVIDE ( UartDev = 0x3ffe019c );
1432PROVIDE ( user_code_start = 0x3ffe0400 );
1433PROVIDE ( veryBigHexP256 = 0x3ff9736c );
1434PROVIDE ( xthal_bcopy = 0x4000c098 );
1435PROVIDE ( xthal_copy123 = 0x4000c124 );
1436PROVIDE ( xthal_get_ccompare = 0x4000c078 );
1437PROVIDE ( xthal_get_ccount = 0x4000c050 );
1438PROVIDE ( xthal_get_interrupt = 0x4000c1e4 );
1439PROVIDE ( xthal_get_intread = 0x4000c1e4 );
1440PROVIDE ( Xthal_intlevel = 0x3ff9c2b4 );
1441PROVIDE ( xthal_memcpy = 0x4000c0bc );
1442PROVIDE ( xthal_set_ccompare = 0x4000c058 );
1443PROVIDE ( xthal_set_intclear = 0x4000c1ec );
1444PROVIDE ( _xtos_set_intlevel = 0x4000bfdc );
1445PROVIDE ( g_ticks_per_us_pro = 0x3ffe01e0 );
1446PROVIDE ( g_ticks_per_us_app = 0x3ffe40f0 );
1447PROVIDE ( esp_rom_spiflash_config_param = 0x40063238 );
1448PROVIDE ( esp_rom_spiflash_read_user_cmd = 0x400621b0 );
1449PROVIDE ( esp_rom_spiflash_write_encrypted_disable = 0x40062e60 );
1450PROVIDE ( esp_rom_spiflash_write_encrypted_enable = 0x40062df4 );
1451PROVIDE ( esp_rom_spiflash_prepare_encrypted_data = 0x40062e1c );
1452PROVIDE ( esp_rom_spiflash_select_qio_pins = 0x40061ddc );
1453PROVIDE ( esp_rom_spiflash_attach = 0x40062a6c );
1454PROVIDE ( esp_rom_spiflash_config_clk = 0x40062bc8 );
1455PROVIDE ( g_rom_spiflash_chip = 0x3ffae270 );
1456PROVIDE ( hci_le_rd_rem_used_feats_cmd_handler = 0x400417b4 );
1457PROVIDE ( llcp_length_req_handler = 0x40043808 );
1458PROVIDE ( llcp_unknown_rsp_handler = 0x40043ba8 );
1459PROVIDE ( llcp_channel_map_req_handler = 0x4004291c );
1460PROVIDE ( llcp_con_up_req_handler = 0x400426f0 );
1461/*
1462These functions are xtos-related (or call xtos-related functions) and do not play well
1463with multicore FreeRTOS. Where needed, we provide alternatives that are multicore
1464compatible. These functions also use a chunk of static RAM, by not using them we can
1465allocate that RAM for general use.
1466*/
1467/*
1468PROVIDE ( _DebugExceptionVector = 0x40000280 );
1469PROVIDE ( _DoubleExceptionVector = 0x400003c0 );
1470PROVIDE ( _KernelExceptionVector = 0x40000300 );
1471PROVIDE ( _GeneralException = 0x40000e14 );
1472PROVIDE ( _ResetHandler = 0x40000450 );
1473PROVIDE ( _ResetVector = 0x40000400 );
1474PROVIDE ( _UserExceptionVector = 0x40000340 );
1475PROVIDE ( _NMIExceptionVector = 0x400002c0 );
1476PROVIDE ( _WindowOverflow12 = 0x40000100 );
1477PROVIDE ( _WindowOverflow4 = 0x40000000 );
1478PROVIDE ( _WindowOverflow8 = 0x40000080 );
1479PROVIDE ( _WindowUnderflow12 = 0x40000140 );
1480PROVIDE ( _WindowUnderflow4 = 0x40000040 );
1481PROVIDE ( _WindowUnderflow8 = 0x400000c0 );
1482PROVIDE ( _Level2FromVector = 0x40000954 );
1483PROVIDE ( _Level3FromVector = 0x40000a28 );
1484PROVIDE ( _Level4FromVector = 0x40000af8 );
1485PROVIDE ( _Level5FromVector = 0x40000c68 );
1486PROVIDE ( _Level2Vector = 0x40000180 );
1487PROVIDE ( _Level3Vector = 0x400001c0 );
1488PROVIDE ( _Level4Vector = 0x40000200 );
1489PROVIDE ( _Level5Vector = 0x40000240 );
1490PROVIDE ( _LevelOneInterrupt = 0x40000835 );
1491PROVIDE ( _SyscallException = 0x400007cf );
1492PROVIDE ( _xtos_alloca_handler = 0x40000010 );
1493PROVIDE ( _xtos_cause3_handler = 0x40000dd8 );
1494PROVIDE ( _xtos_c_handler_table = 0x3ffe0548 );
1495PROVIDE ( _xtos_c_wrapper_handler = 0x40000de8 );
1496PROVIDE ( _xtos_enabled = 0x3ffe0650 );
1497PROVIDE ( _xtos_exc_handler_table = 0x3ffe0448 );
1498PROVIDE ( _xtos_interrupt_mask_table = 0x3ffe0758 );
1499PROVIDE ( _xtos_interrupt_table = 0x3ffe0658 );
1500PROVIDE ( _xtos_ints_off = 0x4000bfac );
1501PROVIDE ( _xtos_ints_on = 0x4000bf88 );
1502PROVIDE ( _xtos_intstruct = 0x3ffe0650 );
1503PROVIDE ( _xtos_l1int_handler = 0x40000814 );
1504PROVIDE ( _xtos_p_none = 0x4000bfd4 );
1505PROVIDE ( _xtos_restore_intlevel = 0x40000928 );
1506PROVIDE ( _xtos_return_from_exc = 0x4000c034 );
1507PROVIDE ( _xtos_set_exception_handler = 0x4000074c );
1508PROVIDE ( _xtos_set_interrupt_handler = 0x4000bf78 );
1509PROVIDE ( _xtos_set_interrupt_handler_arg = 0x4000bf34 );
1510PROVIDE ( _xtos_set_min_intlevel = 0x4000bff8 );
1511PROVIDE ( _xtos_set_vpri = 0x40000934 );
1512PROVIDE ( _xtos_syscall_handler = 0x40000790 );
1513PROVIDE ( _xtos_unhandled_exception = 0x4000c024 );
1514PROVIDE ( _xtos_unhandled_interrupt = 0x4000c01c );
1515PROVIDE ( _xtos_vpri_enabled = 0x3ffe0654 );
1516PROVIDE ( ets_intr_count = 0x3ffe03fc );
1517*/
1518
1519/* These functions are part of the UART downloader but also contain general UART functions. */
1520PROVIDE ( FilePacketSendDeflatedReqMsgProc = 0x40008b24 );
1521PROVIDE ( FilePacketSendReqMsgProc = 0x40008860 );
1522PROVIDE ( FlashDwnLdDeflatedStartMsgProc = 0x40008ad8 );
1523PROVIDE ( FlashDwnLdParamCfgMsgProc = 0x4000891c );
1524PROVIDE ( FlashDwnLdStartMsgProc = 0x40008820 );
1525PROVIDE ( FlashDwnLdStopDeflatedReqMsgProc = 0x40008c18 );
1526PROVIDE ( FlashDwnLdStopReqMsgProc = 0x400088ec );
1527PROVIDE ( MemDwnLdStartMsgProc = 0x40008948 );
1528PROVIDE ( MemDwnLdStopReqMsgProc = 0x400089dc );
1529PROVIDE ( MemPacketSendReqMsgProc = 0x40008978 );
1530PROVIDE ( uart_baudrate_detect = 0x40009034 );
1531PROVIDE ( uart_buff_switch = 0x400093c0 );
1532PROVIDE ( UartConnCheck = 0x40008738 );
1533PROVIDE ( UartConnectProc = 0x40008a04 );
1534PROVIDE ( UartDwnLdProc = 0x40008ce8 );
1535PROVIDE ( UartRegReadProc = 0x40008a58 );
1536PROVIDE ( UartRegWriteProc = 0x40008a14 );
1537PROVIDE ( UartSetBaudProc = 0x40008aac );
1538PROVIDE ( UartSpiAttachProc = 0x40008a6c );
1539PROVIDE ( UartSpiReadProc = 0x40008a80 );
1540PROVIDE ( VerifyFlashMd5Proc = 0x40008c44 );
1541PROVIDE ( GetUartDevice = 0x40009598 );
1542PROVIDE ( RcvMsg = 0x4000954c );
1543PROVIDE ( SendMsg = 0x40009384 );
1544PROVIDE ( UartGetCmdLn = 0x40009564 );
1545PROVIDE ( UartRxString = 0x400092fc );
1546PROVIDE ( Uart_Init = 0x40009120 );
1547PROVIDE ( recv_packet = 0x40009424 );
1548PROVIDE ( send_packet = 0x40009340 );
1549PROVIDE ( uartAttach = 0x40008fd0 );
1550PROVIDE ( uart_div_modify = 0x400090cc );
1551PROVIDE ( uart_rx_intr_handler = 0x40008f4c );
1552PROVIDE ( uart_rx_one_char = 0x400092d0 );
1553PROVIDE ( uart_rx_one_char_block = 0x400092a4 );
1554PROVIDE ( uart_rx_readbuff = 0x40009394 );
1555PROVIDE ( uart_tx_flush = 0x40009258 );
1556PROVIDE ( uart_tx_one_char = 0x40009200 );
1557PROVIDE ( uart_tx_one_char2 = 0x4000922c );
1558PROVIDE ( uart_tx_switch = 0x40009028 );
1559
1560
1561/*
1562These functions are part of the ROM GPIO driver. We do not use them; the provided esp-idf functions
1563replace them and this way we can re-use the fixed RAM addresses these routines need.
1564*/
1565/* <-- So you don't read over it: This comment disables the next lines.
1566PROVIDE ( gpio_init = 0x40009c20 );
1567PROVIDE ( gpio_intr_ack = 0x40009dd4 );
1568PROVIDE ( gpio_intr_ack_high = 0x40009e1c );
1569PROVIDE ( gpio_intr_handler_register = 0x40009e6c );
1570PROVIDE ( gpio_intr_pending = 0x40009cec );
1571PROVIDE ( gpio_intr_pending_high = 0x40009cf8 );
1572PROVIDE ( gpio_pending_mask = 0x3ffe0038 );
1573PROVIDE ( gpio_pending_mask_high = 0x3ffe0044 );
1574PROVIDE ( gpio_pin_intr_state_set = 0x40009d04 );
1575PROVIDE ( gpio_pin_wakeup_disable = 0x40009eb0 );
1576PROVIDE ( gpio_pin_wakeup_enable = 0x40009e7c );
1577PROVIDE ( gpio_register_get = 0x40009cbc );
1578PROVIDE ( gpio_register_set = 0x40009bbc );
1579*/
1580/* These are still part of that driver, but have been verified not to use static RAM, so they can be used. */
1581PROVIDE ( gpio_output_set = 0x40009b24 );
1582PROVIDE ( gpio_output_set_high = 0x40009b5c );
1583PROVIDE ( gpio_input_get = 0x40009b88 );
1584PROVIDE ( gpio_input_get_high = 0x40009b9c );
1585PROVIDE ( gpio_matrix_in = 0x40009edc );
1586PROVIDE ( gpio_matrix_out = 0x40009f0c );
1587PROVIDE ( gpio_pad_select_gpio = 0x40009fdc );
1588PROVIDE ( gpio_pad_set_drv = 0x4000a11c );
1589PROVIDE ( gpio_pad_pulldown = 0x4000a348 );
1590PROVIDE ( gpio_pad_pullup = 0x4000a22c );
1591PROVIDE ( gpio_pad_hold = 0x4000a734 );
1592PROVIDE ( gpio_pad_unhold = 0x4000a484 );
1593
1594/*
1595These functions are part of the non-os kernel (etsc).
1596*/
1597PROVIDE ( ets_aes_crypt = 0x4005c9b8 );
1598PROVIDE ( ets_aes_disable = 0x4005c8f8 );
1599PROVIDE ( ets_aes_enable = 0x4005c8cc );
1600PROVIDE ( ets_aes_set_endian = 0x4005c928 );
1601PROVIDE ( ets_aes_setkey_dec = 0x4005c994 );
1602PROVIDE ( ets_aes_setkey_enc = 0x4005c97c );
1603PROVIDE ( ets_bigint_disable = 0x4005c4e0 );
1604PROVIDE ( ets_bigint_enable = 0x4005c498 );
1605PROVIDE ( ets_bigint_mod_mult_getz = 0x4005c818 );
1606PROVIDE ( ets_bigint_mod_mult_prepare = 0x4005c7b4 );
1607PROVIDE ( ets_bigint_mod_power_getz = 0x4005c614 );
1608PROVIDE ( ets_bigint_mod_power_prepare = 0x4005c54c );
1609PROVIDE ( ets_bigint_montgomery_mult_getz = 0x4005c7a4 );
1610PROVIDE ( ets_bigint_montgomery_mult_prepare = 0x4005c6fc );
1611PROVIDE ( ets_bigint_mult_getz = 0x4005c6e8 );
1612PROVIDE ( ets_bigint_mult_prepare = 0x4005c630 );
1613PROVIDE ( ets_bigint_wait_finish = 0x4005c520 );
1614PROVIDE ( ets_post = 0x4000673c );
1615PROVIDE ( ets_run = 0x400066bc );
1616PROVIDE ( ets_set_idle_cb = 0x40006674 );
1617PROVIDE ( ets_task = 0x40006688 );
1618PROVIDE ( ets_efuse_get_8M_clock = 0x40008710 );
1619PROVIDE ( ets_efuse_get_spiconfig = 0x40008658 );
1620PROVIDE ( ets_efuse_program_op = 0x40008628 );
1621PROVIDE ( ets_efuse_read_op = 0x40008600 );
1622PROVIDE ( ets_intr_lock = 0x400067b0 );
1623PROVIDE ( ets_intr_unlock = 0x400067c4 );
1624PROVIDE ( ets_isr_attach = 0x400067ec );
1625PROVIDE ( ets_waiti0 = 0x400067d8 );
1626PROVIDE ( intr_matrix_set = 0x4000681c );
1627PROVIDE ( check_pos = 0x400068b8 );
1628PROVIDE ( ets_set_appcpu_boot_addr = 0x4000689c );
1629PROVIDE ( ets_set_startup_callback = 0x4000688c );
1630PROVIDE ( ets_set_user_start = 0x4000687c );
1631PROVIDE ( ets_unpack_flash_code = 0x40007018 );
1632PROVIDE ( ets_unpack_flash_code_legacy = 0x4000694c );
1633PROVIDE ( rom_main = 0x400076c4 );
1634PROVIDE ( ets_write_char_uart = 0x40007cf8 );
1635PROVIDE ( ets_install_putc1 = 0x40007d18 );
1636PROVIDE ( ets_install_putc2 = 0x40007d38 );
1637PROVIDE ( ets_install_uart_printf = 0x40007d28 );
1638PROVIDE ( ets_printf = 0x40007d54 );
1639PROVIDE ( rtc_boot_control = 0x4000821c );
1640PROVIDE ( rtc_get_reset_reason = 0x400081d4 );
1641PROVIDE ( rtc_get_wakeup_cause = 0x400081f4 );
1642PROVIDE ( rtc_select_apb_bridge = 0x40008288 );
1643PROVIDE ( set_rtc_memory_crc = 0x40008208 );
1644PROVIDE ( software_reset = 0x4000824c );
1645PROVIDE ( software_reset_cpu = 0x40008264 );
1646PROVIDE ( ets_secure_boot_check = 0x4005cb40 );
1647PROVIDE ( ets_secure_boot_check_finish = 0x4005cc04 );
1648PROVIDE ( ets_secure_boot_check_start = 0x4005cbcc );
1649PROVIDE ( ets_secure_boot_finish = 0x4005ca84 );
1650PROVIDE ( ets_secure_boot_hash = 0x4005cad4 );
1651PROVIDE ( ets_secure_boot_obtain = 0x4005cb14 );
1652PROVIDE ( ets_secure_boot_rd_abstract = 0x4005cba8 );
1653PROVIDE ( ets_secure_boot_rd_iv = 0x4005cb84 );
1654PROVIDE ( ets_secure_boot_start = 0x4005ca34 );
1655PROVIDE ( ets_sha_disable = 0x4005c0a8 );
1656PROVIDE ( ets_sha_enable = 0x4005c07c );
1657PROVIDE ( ets_sha_finish = 0x4005c104 );
1658PROVIDE ( ets_sha_init = 0x4005c0d4 );
1659PROVIDE ( ets_sha_update = 0x4005c2a0 );
1660PROVIDE ( ets_delay_us = 0x40008534 );
1661PROVIDE ( ets_get_cpu_frequency = 0x4000855c );
1662PROVIDE ( ets_get_detected_xtal_freq = 0x40008588 );
1663PROVIDE ( ets_get_xtal_scale = 0x4000856c );
1664PROVIDE ( ets_update_cpu_frequency_rom = 0x40008550 );  /* Updates g_ticks_per_us on the current CPU only; not on the other core */
1665
1666/* Following are static data, but can be used, not generated by script <<<<< btdm data */
1667PROVIDE ( hci_tl_env = 0x3ffb8154 );
1668PROVIDE ( ld_acl_env = 0x3ffb8258 );
1669PROVIDE ( ea_env = 0x3ffb80ec );
1670PROVIDE ( lc_sco_data_path_config = 0x3ffb81f8 );
1671PROVIDE ( lc_sco_env = 0x3ffb81fc );
1672PROVIDE ( ld_active_ch_map = 0x3ffb8334 );
1673PROVIDE ( ld_bcst_acl_env = 0x3ffb8274 );
1674PROVIDE ( ld_csb_rx_env = 0x3ffb8278 );
1675PROVIDE ( ld_csb_tx_env = 0x3ffb827c );
1676PROVIDE ( ld_env = 0x3ffb9510 );
1677PROVIDE ( ld_fm_env = 0x3ffb8284 );
1678PROVIDE ( ld_inq_env = 0x3ffb82e4 );
1679PROVIDE ( ld_iscan_env = 0x3ffb82e8 );
1680PROVIDE ( ld_page_env = 0x3ffb82f0 );
1681PROVIDE ( ld_pca_env = 0x3ffb82f4 );
1682PROVIDE ( ld_pscan_env = 0x3ffb8308 );
1683PROVIDE ( ld_sched_env = 0x3ffb830c );
1684PROVIDE ( ld_sched_params = 0x3ffb96c0 );
1685PROVIDE ( ld_sco_env = 0x3ffb824c );
1686PROVIDE ( ld_sscan_env = 0x3ffb832c );
1687PROVIDE ( ld_strain_env = 0x3ffb8330 );
1688PROVIDE ( LM_Sniff = 0x3ffb8230 );
1689PROVIDE ( LM_SniffSubRate = 0x3ffb8214 );
1690PROVIDE ( prbs_64bytes = 0x3ff98992 );
1691PROVIDE ( nvds_env = 0x3ffb8364 );
1692PROVIDE ( nvds_magic_number = 0x3ff9912a );
1693PROVIDE ( TASK_DESC_LLD = 0x3ff98b58 );
1694
1695PROVIDE ( ld_acl_clk_isr = 0x40030cf8 );
1696PROVIDE ( ld_acl_evt_canceled_cbk = 0x40033944 );
1697PROVIDE ( ld_acl_evt_stop_cbk = 0x40033870 );
1698PROVIDE ( ld_acl_evt_start_cbk = 0x40030ab0 );
1699PROVIDE ( ld_acl_test_mode_update = 0x40032050 );
1700PROVIDE ( ld_acl_resched = 0x40033814 );
1701PROVIDE ( ld_acl_rx_isr = 0x40033aa8 );
1702PROVIDE ( lc_acl_disc_ind_handler = 0x4002f270 );
1703PROVIDE ( lc_pca_sscan_start_req_handler = 0x40029b34 );
1704PROVIDE ( lmp_feats_req_ext_handler = 0x4002ccb0 );
1705PROVIDE ( ld_pscan_em_init = 0x4003e5e8 );
1706PROVIDE ( ld_acl_rsw_start = 0x40032e90 );
1707PROVIDE ( ld_acl_sniff_enter = 0x40031244 );
1708PROVIDE ( ld_acl_sniff_trans_sched = 0x40033734 );
1709PROVIDE ( lc_pwr_decr_ind_handler = 0x4002859c );
1710PROVIDE ( lc_pwr_incr_ind_handler = 0x400284a8 );
1711PROVIDE ( lc_pwr_max_ind_handler = 0x40028690 );
1712