mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Update bt lib for ESP32-C3 and ESP32-S3
- Fixed non-connectable and non-scannable directed adv can't be scanned
This commit is contained in:
parent
420ebd208a
commit
8e41186ac8
@ -1 +1 @@
|
||||
Subproject commit d83f7d618a7a86f4703b909f8fc0ddcf8fd48a89
|
||||
Subproject commit 688cc3e5db392cd8e80c84c20b86b5ad5a7eff64
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user