zephyr/subsys/bluetooth
Johan Hedberg 05b16b971b Bluetoth: Host: Fix buffer allocation warnings in system workqueue
The buffer allocation in conn.c will trigger warnings if we try to use
anything else than K_NO_WAIT for the timeout when called from within the
system workqueue.

The calls in l2cap.c and att.c which may pass non-zero timeouts already
have proper handling for failed allocations, so make sure we use K_NO_WAIT
to avoid unnecessary warnings from conn.c.

Signed-off-by: Johan Hedberg <johan.hedberg@silabs.com>
2025-02-25 15:14:08 +00:00
..
audio
common
controller Bluetooth: Controller: Simplify required ISO PDU length and buffer count 2025-02-24 20:18:37 +00:00
crypto
host Bluetoth: Host: Fix buffer allocation warnings in system workqueue 2025-02-25 15:14:08 +00:00
lib
mesh Bluetooth: Mesh: Update Kconfig help about Mesh on System WQ 2025-02-21 18:02:50 +00:00
services
CMakeLists.txt
Kconfig
Kconfig.adv
Kconfig.logging