Skip to content
Commit ca54a420 authored by Carles Cufi's avatar Carles Cufi
Browse files

Bluetooth: host: Use a linked list instead of a FIFO as the RX queue



There is no need to use a k_fifo object to queue the items that are
passed to bt_recv() now that we are using a work queue instead of a
thread, since there is no need for blocking on the actual queue, instead
relying on the fact that work is triggered to know that an item is ready
for processing.

Signed-off-by: default avatarCarles Cufi <carles.cufi@nordicsemi.no>
parent 42275c26
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment