From d12e21e35d8d33c5fdf711d1a1c07f38c9295f70 Mon Sep 17 00:00:00 2001 From: Alessandro Manganaro Date: Wed, 26 Jun 2024 16:58:34 +0200 Subject: [PATCH] lib/stm32wba/hci: Enabling extended advertising Extended advertising option is enabled in CFG_BLE_OPTIONS Signed-off-by: Alessandro Manganaro --- lib/stm32wba/hci/README | 3 +++ lib/stm32wba/hci/app_conf.h | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) 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 | \