Skip to content

Commit 06397ae

Browse files
committed
nimble: Add restriction when enabling periodic advertising
1 parent 245a8df commit 06397ae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

nimble/syscfg.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,14 @@ syscfg.defs:
5959
description: >
6060
This enables periodic advertising feature.
6161
value: 0
62+
restrictions:
63+
- 'BLE_EXT_ADV if 1'
6264
BLE_PERIODIC_ADV_SYNC_TRANSFER:
6365
description: >
6466
This enables Periodic Advertising Sync Transfer Feature.
6567
value: 0
68+
restrictions:
69+
- 'BLE_PERIODIC_ADV if 1'
6670

6771
BLE_EXT_ADV_MAX_SIZE:
6872
description: >

0 commit comments

Comments
 (0)