Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit f9a6c129 authored by Vinayak Kariappa Chettimada's avatar Vinayak Kariappa Chettimada Committed by github-actions[bot]
Browse files

Bluetooth: Controller: Fix missing recv fifo reset


Fix missing recv fifo reset on HCI reset. This fix handles a
scenario where in Rx Prio thread has enqueued a node rx, Tx
thread handles HCI Reset Command, and Rx thread wakes up
from call to k_fifo_get to handle invalid node rx. The
changes here ensure Rx thread does not get any invalid node
rx post HCI Reset Command handled in Tx thread.

Signed-off-by: default avatarVinayak Kariappa Chettimada <vich@nordicsemi.no>
(cherry picked from commit e027f067)
parent 4ab83425
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment