Skip to content

Commit 3b97f6a

Browse files
jhedbergMaureenHelm
authored andcommitted
doc: migration-guide-4.4: Mention k_poll change for Bluetooth
Mention that the Bluetooth Host no longer selects POLL, since this may cause unexpected build issues for applications (it certainly did that for several in-tree samples). Signed-off-by: Johan Hedberg <johan.hedberg@silabs.com>
1 parent dd37a25 commit 3b97f6a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎doc/releases/migration-guide-4.4.rst‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -839,6 +839,9 @@ Bluetooth Host
839839
protection as of the Bluetooth Core Specification v6.2. Stored bonds that were generated using
840840
this method will be downgraded to unauthenticated when loaded from persistent storage, resulting
841841
in a lower security level.
842+
* The Bluetooth Host no longer depends on :c:func:`k_poll`, and therefore doesn't select
843+
:kconfig:option:`CONFIG_POLL`. If the application code itself depends on this, it needs to
844+
explicitly enable :kconfig:option:`CONFIG_POLL` in its configuration.
842845

843846
Bluetooth Audio
844847
===============

0 commit comments

Comments
 (0)