File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
features/FEATURE_BLE/targets
TARGET_NORDIC/TARGET_NORDIC_CORDIO/TARGET_NRF5x Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
"help" : " Maximum number of pending legacy or extended advertising reports." ,
10
10
"value" : 8
11
11
},
12
- "default-extended-advertising-framentation -size" : {
12
+ "default-extended-advertising-fragmentation -size" : {
13
13
"help" : " Default extended advertising data fragmentation size." ,
14
14
"value" : 64
15
15
},
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ const LlRtCfg_t NRFCordioHCIDriver::_ll_cfg = {
114
114
/* * Maximum extended advertising data size. */
115
115
/* uint16_t*/ .maxExtAdvDataLen = MBED_CONF_CORDIO_LL_EXTENDED_ADVERTISING_SIZE,
116
116
/* * Default extended advertising data fragmentation size. */
117
- /* uint8_t*/ .defExtAdvDataFrag = MBED_CONF_CORDIO_LL_DEFAULT_EXTENDED_ADVERTISING_FRAMENTATION_SIZE ,
117
+ /* uint8_t*/ .defExtAdvDataFrag = MBED_CONF_CORDIO_LL_DEFAULT_EXTENDED_ADVERTISING_FRAGMENTATION_SIZE ,
118
118
/* * Auxiliary Offset delay above T_MAFS in microseconds. */
119
119
/* uint16_t*/ .auxDelayUsec = 0 ,
120
120
/* * Delay of auxiliary packet in microseconds from the time specified by auxPtr. */
You can’t perform that action at this time.
0 commit comments