Skip to content

Commit da53b57

Browse files
hermabenordicjm
authored andcommitted
[nrf fromtree] Bluetooth: Host: Remove experimental label from PAwR
The api has not changed since its introduction some time ago, mark it as stable. Signed-off-by: Herman Berget <[email protected]> (cherry picked from commit 8b909b4)
1 parent 91f5391 commit da53b57

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

subsys/bluetooth/Kconfig.adv

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ config BT_PER_ADV
4444
to periodically get the data.
4545

4646
config BT_PER_ADV_RSP
47-
bool "Periodic Advertising with Responses support [EXPERIMENTAL]"
48-
select EXPERIMENTAL
47+
bool "Periodic Advertising with Responses support"
4948
depends on BT_PER_ADV
5049
help
5150
Select this to enable Periodic Advertising with Responses
@@ -61,8 +60,7 @@ config BT_PER_ADV_SYNC
6160
manner.
6261

6362
config BT_PER_ADV_SYNC_RSP
64-
bool "Periodic Advertising with Responses sync support [EXPERIMENTAL]"
65-
select EXPERIMENTAL
63+
bool "Periodic Advertising with Responses sync support"
6664
depends on BT_OBSERVER
6765
help
6866
Select this to enable Periodic Advertising with Responses Sync

0 commit comments

Comments
 (0)