Merge branch 'bugfix/add_param_check_for_enh_sync_conn' into 'master'

fix(bt/controller): Parse out the correct packet types from Host parameters

See merge request espressif/esp-idf!29973
This commit is contained in:
Wang Meng Yang 2024-05-06 10:07:03 +08:00
commit 8c76bd49b2
2 changed files with 3 additions and 2 deletions

@ -1 +1 @@
Subproject commit 43ecd22ec6b5b484709693ae8e86478a7f130f17
Subproject commit 72a71c86530af41a2159671879d0e9e8c8e003af

View File

@ -1474,7 +1474,7 @@ PROVIDE ( uart_tx_switch = 0x40009028 );
/*
These functions are part of the ROM GPIO driver. We do not use them; the provided esp-idf functions
replace them and this way we can re-use the fixed RAM addresses these routines need.
replace them and this way we can reuse the fixed RAM addresses these routines need.
*/
/* <-- So you don't read over it: This comment disables the next lines.
PROVIDE ( gpio_init = 0x40009c20 );
@ -1623,6 +1623,7 @@ PROVIDE ( ld_acl_sniff_trans_sched = 0x40033734 );
PROVIDE ( lc_pwr_decr_ind_handler = 0x4002859c );
PROVIDE ( lc_pwr_incr_ind_handler = 0x400284a8 );
PROVIDE ( lc_pwr_max_ind_handler = 0x40028690 );
PROVIDE ( lc_setup_sync_param_check = 0x4002354c );
PROVIDE ( lm_sync_conf = 0x3ffb8348 );
PROVIDE ( lm_nb_sync_active = 0x3ffb8346 );