Skip to content

Commit

Permalink
Bluetooth: controller: Add Experimental keyword
Browse files Browse the repository at this point in the history
Add Experimental keyword to LE Periodic Advertising in
Advertising and Synchronization state Kconfig title.

Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
  • Loading branch information
cvinayak authored and carlescufi committed Oct 7, 2020
1 parent cb67f36 commit 2a1f134
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions subsys/bluetooth/controller/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -405,22 +405,28 @@ config BT_CTLR_ADV_SET
Maximum supported advertising sets.

config BT_CTLR_ADV_PERIODIC
bool "LE Periodic Advertising"
bool "LE Periodic Advertising in Advertising State" if !BT_LL_SW_SPLIT
depends on BT_BROADCASTER && BT_CTLR_ADV_PERIODIC_SUPPORT
select BT_CTLR_CHAN_SEL_2
default y if BT_PER_ADV
help
Enable support for Bluetooth 5.0 LE Periodic Advertising in the
Controller.

config BT_CTLR_ADV_PERIODIC
bool "LE Periodic Advertising in Advertising State [EXPERIMENTAL]" if BT_LL_SW_SPLIT

config BT_CTLR_SYNC_PERIODIC
bool "LE Periodic Advertising Sync"
bool "LE Periodic Advertising in Synchronization State" if !BT_LL_SW_SPLIT
depends on BT_OBSERVER && BT_CTLR_SYNC_PERIODIC_SUPPORT
select BT_CTLR_CHAN_SEL_2
default y if BT_PER_ADV_SYNC
help
Enable support for Bluetooth 5.0 LE Periodic Advertising Sync in the
Controller.
Enable support for Bluetooth 5.0 LE Periodic Advertising in
Synchronization state in the Controller.

config BT_CTLR_SYNC_PERIODIC
bool "LE Periodic Advertising in Synchronization State [EXPERIMENTAL]" if BT_LL_SW_SPLIT

config BT_CTLR_ADV_DATA_LEN_MAX
int "Maximum Advertising Data Length"
Expand Down

0 comments on commit 2a1f134

Please sign in to comment.