We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3195165 commit 8b909b4Copy full SHA for 8b909b4
subsys/bluetooth/Kconfig.adv
@@ -44,8 +44,7 @@ config BT_PER_ADV
44
to periodically get the data.
45
46
config BT_PER_ADV_RSP
47
- bool "Periodic Advertising with Responses support [EXPERIMENTAL]"
48
- select EXPERIMENTAL
+ bool "Periodic Advertising with Responses support"
49
depends on BT_PER_ADV
50
help
51
Select this to enable Periodic Advertising with Responses
@@ -61,8 +60,7 @@ config BT_PER_ADV_SYNC
61
60
manner.
62
63
config BT_PER_ADV_SYNC_RSP
64
- bool "Periodic Advertising with Responses sync support [EXPERIMENTAL]"
65
+ bool "Periodic Advertising with Responses sync support"
66
depends on BT_OBSERVER
67
68
Select this to enable Periodic Advertising with Responses Sync
0 commit comments