Skip to content

Commit

Permalink
Set ENABLE_LE_PERIPHERAL required for LE advertising support
Browse files Browse the repository at this point in the history
  • Loading branch information
shermp committed Jul 13, 2024
1 parent 4302b20 commit 9312dbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/btstack_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@


// BTstack features that can be enabled
//#define ENABLE_LE_PERIPHERAL
#define ENABLE_LOG_INFO
#define ENABLE_LOG_ERROR
#define ENABLE_PRINTF_HEXDUMP
//#define ENABLE_LE_EXTENDED_ADVERTISING

// LE_PERIPHERAL required for extended advertising
#define ENABLE_LE_PERIPHERAL
#define ENABLE_LE_CENTRAL
#define ENABLE_LE_SECURE_CONNECTIONS
#define ENABLE_LE_DATA_LENGTH_EXTENSION
Expand Down

0 comments on commit 9312dbe

Please sign in to comment.