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 8b02141 commit fc69110Copy full SHA for fc69110
doc/releases/migration-guide-4.1.rst
@@ -188,6 +188,12 @@ Bluetooth
188
Bluetooth HCI
189
=============
190
191
+* The :kconfig:option:`BT_CTLR` has been deprecated. A new :kconfig:option:`HAS_BT_CTLR` has been
192
+ introduced which should be selected by the respective link layer Kconfig options (e.g. a
193
+ HCI driver option, or the one for the upstream controller). It's recommended that all HCI drivers
194
+ for local link layers select the new option, since that opens up the possibility of indicating
195
+ build-time support for specific features, which e.g. the host stack can take advantage of.
196
+
197
Bluetooth Mesh
198
==============
199
0 commit comments