Skip to content

Commit 49d69bb

Browse files
committed
Merge branch 'bugfix/connect_param_check_and_channel_map_bugs' into 'master'
components/bt:Fix channel map instant reverse and add ble connect paramter check See merge request espressif/esp-idf!9066
2 parents 93aa916 + 7bad9b7 commit 49d69bb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

components/bt/controller/lib

Submodule lib updated 1 file

components/esp_rom/esp32/ld/esp32.rom.ld

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1363,6 +1363,8 @@ PROVIDE ( g_rom_spiflash_chip = 0x3ffae270 );
13631363
PROVIDE ( hci_le_rd_rem_used_feats_cmd_handler = 0x400417b4 );
13641364
PROVIDE ( llcp_length_req_handler = 0x40043808 );
13651365
PROVIDE ( llcp_unknown_rsp_handler = 0x40043ba8 );
1366+
PROVIDE ( llcp_channel_map_req_handler = 0x4004291c );
1367+
PROVIDE ( llcp_con_up_req_handler = 0x400426f0 );
13661368
/*
13671369
These functions are xtos-related (or call xtos-related functions) and do not play well
13681370
with multicore FreeRTOS. Where needed, we provide alternatives that are multicore

0 commit comments

Comments
 (0)