File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_NORDIC_CORDIO/TARGET_NRF5x Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ using namespace ble::vendor::nordic;
56
56
using namespace ble ::vendor::cordio;
57
57
58
58
/* ! \brief Memory that should be reserved for the stack. */
59
- #define CORDIO_LL_MEMORY_FOOTPRINT 31234UL
59
+ #define CORDIO_LL_MEMORY_FOOTPRINT 41906UL
60
60
61
61
/* ! \brief Typical implementation revision number (LlRtCfg_t::implRev). */
62
62
#define LL_IMPL_REV 0x2303
@@ -98,7 +98,7 @@ const LlRtCfg_t NRFCordioHCIDriver::_ll_cfg = {
98
98
/* btVer*/ LL_VER_BT_CORE_SPEC_5_0,
99
99
0 , // padding
100
100
/* Advertiser */
101
- /* maxAdvSets*/ 2 , // 2 Extended Advertising Sets
101
+ /* maxAdvSets*/ 4 , // 4 Extended Advertising Sets
102
102
/* maxAdvReports*/ 8 ,
103
103
/* maxExtAdvDataLen*/ advDataLen,
104
104
/* defExtAdvDataFrag*/ 64 ,
You can’t perform that action at this time.
0 commit comments