We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 93aa916 + 7bad9b7 commit 49d69bbCopy full SHA for 49d69bb
components/bt/controller/lib
components/esp_rom/esp32/ld/esp32.rom.ld
@@ -1363,6 +1363,8 @@ PROVIDE ( g_rom_spiflash_chip = 0x3ffae270 );
1363
PROVIDE ( hci_le_rd_rem_used_feats_cmd_handler = 0x400417b4 );
1364
PROVIDE ( llcp_length_req_handler = 0x40043808 );
1365
PROVIDE ( llcp_unknown_rsp_handler = 0x40043ba8 );
1366
+PROVIDE ( llcp_channel_map_req_handler = 0x4004291c );
1367
+PROVIDE ( llcp_con_up_req_handler = 0x400426f0 );
1368
/*
1369
These functions are xtos-related (or call xtos-related functions) and do not play well
1370
with multicore FreeRTOS. Where needed, we provide alternatives that are multicore
0 commit comments