Skip to content

Commit

Permalink
Merge branch 'bugfix/add_params_check_for_hci_v4.4' into 'release/v4.4'
Browse files Browse the repository at this point in the history
Fixed some HCI commands parameter (backport v4.4)

See merge request espressif/esp-idf!26152
  • Loading branch information
wmy-espressif committed Oct 10, 2023
2 parents 8cb1f37 + 8dde99b commit 6c9e406
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
Expand Up @@ -652,6 +652,7 @@ PROVIDE ( lc_cmd_cmp_bd_addr_send = 0x4002cec4 );
PROVIDE ( ld_acl_tx_packet_type_select = 0x4002fb40 );
PROVIDE ( ld_acl_sched = 0x40033268 );
PROVIDE ( ld_acl_sniff_sched = 0x4003340c );
PROVIDE ( ld_acl_sniff_exit = 0x400312b4 );
PROVIDE ( ld_acl_rx = 0x4003274c );
PROVIDE ( ld_acl_tx = 0x4002ffdc );
PROVIDE ( ld_acl_rx_sync = 0x4002fbec );
Expand Down

0 comments on commit 6c9e406

Please sign in to comment.