mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
User of bt_buf_get_rx may attempt to push their own headers, e.g. ACL headers, so move the H4 header logic to bt_recv after logging into the monitor since otherwise the buffer would contain H4 headers which is not expected by the monitor. Fixes #24646 Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>