diff --git a/lib/stm32wba/hci/README b/lib/stm32wba/hci/README index 41c9fbb70..16be36ef5 100644 --- a/lib/stm32wba/hci/README +++ b/lib/stm32wba/hci/README @@ -102,6 +102,9 @@ License Link: Patch List: + * Enabled extended advertising in CFG_BLE_OPTIONS: + Impacted file: app_conf.h + * Disable Temperature based radio calibration: Impacted file: app_conf.h diff --git a/lib/stm32wba/hci/app_conf.h b/lib/stm32wba/hci/app_conf.h index 018b5f823..78ea70b68 100644 --- a/lib/stm32wba/hci/app_conf.h +++ b/lib/stm32wba/hci/app_conf.h @@ -25,6 +25,7 @@ /* Includes ------------------------------------------------------------------*/ #include "hw_if.h" #include "utilities_conf.h" +#include "blestack.h" /* #include "log_module.h" */ /* USER CODE BEGIN Includes */ @@ -131,7 +132,7 @@ #define CFG_BLE_OPTIONS (0 | \ 0 | \ 0 | \ - 0 | \ + BLE_OPTIONS_EXTENDED_ADV | \ 0 | \ 0 | \ 0 | \