mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-06-06 05:14:45 +00:00
nimble: Add restriction when enabling periodic advertising
This commit is contained in:
@@ -59,10 +59,14 @@ syscfg.defs:
|
||||
description: >
|
||||
This enables periodic advertising feature.
|
||||
value: 0
|
||||
restrictions:
|
||||
- 'BLE_EXT_ADV if 1'
|
||||
BLE_PERIODIC_ADV_SYNC_TRANSFER:
|
||||
description: >
|
||||
This enables Periodic Advertising Sync Transfer Feature.
|
||||
value: 0
|
||||
restrictions:
|
||||
- 'BLE_PERIODIC_ADV if 1'
|
||||
|
||||
BLE_EXT_ADV_MAX_SIZE:
|
||||
description: >
|
||||
|
||||
Reference in New Issue
Block a user