nimble: Add BLE_EXT_ADV MYNEWT_VAL

This flag is used to enable extended advertising in host and controller
(due to dependecies)

X-Original-Commit: 1879eaeb023256a1e81714cfe94b06728e36afc8
This commit is contained in:
Łukasz Rymanowski
2017-06-28 22:48:28 +02:00
parent 460b464f2a
commit d10f19815e
2 changed files with 8 additions and 1 deletions
+4 -1
View File
@@ -240,7 +240,10 @@ syscfg.defs:
This option is used to enable/disable support for Extended
Advertising Feature. That means extended scanner, advertiser
and connect.
value: 0
value: MYNEWT_VAL_BLE_EXT_ADV
restrictions:
- 'BLE_EXT_ADV if 1'
- '!BLE_EXT_ADV if 0'
BLE_PUBLIC_DEV_ADDR:
description: >
+4
View File
@@ -51,3 +51,7 @@ syscfg.defs:
advertising instances is this number plus 1 (assuming the device
supports advertising).
value: 0
BLE_EXT_ADV:
description: >
This enables extended advertising feature.
value: 0