Skip to content

Commit

Permalink
lib/stm32wba/hci: Enabling extended advertising
Browse files Browse the repository at this point in the history
Extended advertising option is enabled in CFG_BLE_OPTIONS

Signed-off-by: Alessandro Manganaro <alessandro.manganaro@st.com>
  • Loading branch information
Alessandro Manganaro authored and erwango committed Jun 27, 2024
1 parent 855f195 commit d12e21e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions lib/stm32wba/hci/README
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 2 additions & 1 deletion lib/stm32wba/hci/app_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
/* Includes ------------------------------------------------------------------*/
#include "hw_if.h"
#include "utilities_conf.h"
#include "blestack.h"
/* #include "log_module.h" */

/* USER CODE BEGIN Includes */
Expand Down Expand Up @@ -131,7 +132,7 @@
#define CFG_BLE_OPTIONS (0 | \
0 | \
0 | \
0 | \
BLE_OPTIONS_EXTENDED_ADV | \
0 | \
0 | \
0 | \
Expand Down

0 comments on commit d12e21e

Please sign in to comment.