mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-04 05:04:33 +02:00
Merge branch 'bugfix/fix_bleqabr23_137' into 'master'
Fixed non-connectable and non-scannable directed adv can't be scanned See merge request espressif/esp-idf!23198
This commit is contained in:
Submodule components/bt/controller/lib_esp32c3_family updated: d83f7d618a...688cc3e5db
@@ -55,7 +55,9 @@ r_lld_ext_adv_dynamic_pti_get = 0x40001b40;
|
||||
r_lld_ext_adv_dynamic_aux_pti_process = 0x40001b44;
|
||||
r_lld_ext_adv_dynamic_pti_process = 0x40001b48;
|
||||
r_lld_adv_ext_pkt_prepare_set = 0x40001b4c;
|
||||
/*
|
||||
r_lld_adv_ext_chain_none_construct = 0x40001b50;
|
||||
*/
|
||||
r_lld_adv_ext_chain_connectable_construct = 0x40001b54;
|
||||
/*
|
||||
r_lld_adv_ext_chain_scannable_construct = 0x40001b58;
|
||||
|
@@ -1667,7 +1667,9 @@ r_lld_ext_adv_dynamic_pti_get = 0x4000510c;
|
||||
r_lld_ext_adv_dynamic_aux_pti_process = 0x40005118;
|
||||
r_lld_ext_adv_dynamic_pti_process = 0x40005124;
|
||||
r_lld_adv_ext_pkt_prepare_set = 0x40005130;
|
||||
/*
|
||||
r_lld_adv_ext_chain_none_construct = 0x4000513c;
|
||||
*/
|
||||
r_lld_adv_ext_chain_connectable_construct = 0x40005148;
|
||||
/*
|
||||
r_lld_adv_ext_chain_scannable_construct = 0x40005154;
|
||||
|
Reference in New Issue
Block a user