Skip to content

Commit

Permalink
Merge branch 'bugfix/update_btlib_v5.1' into 'release/v5.1'
Browse files Browse the repository at this point in the history
fix(bt/controller): Fixed some controller bugs on ESP32 (v5.1)

See merge request espressif/esp-idf!34466
  • Loading branch information
wmy-espressif committed Nov 11, 2024
2 parents 9480f89 + cb70ff6 commit 9439479
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion components/bt/controller/lib_esp32
1 change: 1 addition & 0 deletions components/esp_rom/esp32/ld/esp32.rom.ld
Original file line number Diff line number Diff line change
Expand Up @@ -1368,6 +1368,7 @@ PROVIDE ( esp_rom_spiflash_config_clk = 0x40062bc8 );
PROVIDE ( g_rom_spiflash_chip = 0x3ffae270 );
PROVIDE ( SPI_write_enable = 0x40062320 );
PROVIDE ( hci_le_rd_rem_used_feats_cmd_handler = 0x400417b4 );
PROVIDE ( hci_per_inq_mode_cmd_handler = 0x400519b0 );
PROVIDE ( llcp_length_req_handler = 0x40043808 );
PROVIDE ( llcp_unknown_rsp_handler = 0x40043ba8 );
PROVIDE ( llcp_channel_map_req_handler = 0x4004291c );
Expand Down

0 comments on commit 9439479

Please sign in to comment.