Skip to content
Commit 9658b7d0 authored by Emil Gydesen's avatar Emil Gydesen Committed by Alberto Escolar
Browse files

samples: Bluetooth: Audio: Avoid uisng K_FOREVER in syswq



Several samples used K_FOREVER when allocating buffers in the
system workqueue thread, which is prohibited.

The samples should rather retry later if TX fails.

This is not the ideal solution for the samples, but
fixes a bug. Ideally the samples would use a dedicated thread
to handle TX, instead of the system workqueue.

Signed-off-by: default avatarEmil Gydesen <emil.gydesen@nordicsemi.no>
parent bce51b77
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment