You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bluetoth: Host: ATT: 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 bt_att_chan_create_pdu() already has handling for failed allocations
so this shouldn't cause any adverse effects.
Signed-off-by: Johan Hedberg <johan.hedberg@silabs.com>
0 commit comments