Skip to content

Commit 245a8df

Browse files
committed
nimble/ll: Add restriction when enabling periodic advertising
Periodic advertising requires extended advertising to be enabled.
1 parent cd8462b commit 245a8df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nimble/controller/syscfg.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,8 @@ syscfg.defs:
243243
This option is used to enable/disable support for Periodic
244244
Advertising Feature.
245245
value: MYNEWT_VAL(BLE_PERIODIC_ADV)
246+
restrictions:
247+
- 'BLE_LL_CFG_FEAT_LL_EXT_ADV if 1'
246248

247249
BLE_LL_CFG_FEAT_LL_PERIODIC_ADV_SYNC_CNT:
248250
description: >

0 commit comments

Comments
 (0)