File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -181,6 +181,14 @@ config BT_PATH_LOSS_MONITORING
181
181
Enable support for LE Path Loss Monitoring feature that is defined in the
182
182
Bluetooth Core specification, Version 5.4 | Vol 6, Part B, Section 4.6.32.
183
183
184
+ config BT_SUBRATING
185
+ bool "LE Connection Subrating [EXPERIMENTAL]"
186
+ select EXPERIMENTAL
187
+ depends on !BT_CTLR || BT_CTLR_SUBRATING_SUPPORT
188
+ help
189
+ Enable support for LE Connection Subrating feature that is defined in the
190
+ Bluetooth Core specification, Version 5.4 | Vol 6, Part B, Section 4.6.35.
191
+
184
192
endif # BT_CONN
185
193
186
194
rsource "Kconfig.iso"
Original file line number Diff line number Diff line change @@ -1032,6 +1032,7 @@ config BT_CTLR_SUBRATING
1032
1032
bool "LE Connection Subrating"
1033
1033
depends on BT_CTLR_SUBRATING_SUPPORT
1034
1034
select BT_CTLR_SET_HOST_FEATURE
1035
+ default y if BT_SUBRATING
1035
1036
help
1036
1037
Enable support for Bluetooth v5.3 LE Connection Subrating
1037
1038
in the Controller.
You can’t perform that action at this time.
0 commit comments