Skip to content

Commit f980814

Browse files
Donatien Garnierpan-
authored andcommitted
Add number of advertising sets
1 parent 3ce1d91 commit f980814

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_NORDIC_CORDIO/TARGET_NRF5x/NRFCordioHCIDriver.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ using namespace ble::vendor::nordic;
5656
using namespace ble::vendor::cordio;
5757

5858
/*! \brief Memory that should be reserved for the stack. */
59-
#define CORDIO_LL_MEMORY_FOOTPRINT 31234UL
59+
#define CORDIO_LL_MEMORY_FOOTPRINT 41906UL
6060

6161
/*! \brief Typical implementation revision number (LlRtCfg_t::implRev). */
6262
#define LL_IMPL_REV 0x2303
@@ -98,7 +98,7 @@ const LlRtCfg_t NRFCordioHCIDriver::_ll_cfg = {
9898
/*btVer*/ LL_VER_BT_CORE_SPEC_5_0,
9999
0, // padding
100100
/* Advertiser */
101-
/*maxAdvSets*/ 2, // 2 Extended Advertising Sets
101+
/*maxAdvSets*/ 4, // 4 Extended Advertising Sets
102102
/*maxAdvReports*/ 8,
103103
/*maxExtAdvDataLen*/ advDataLen,
104104
/*defExtAdvDataFrag*/ 64,

0 commit comments

Comments
 (0)