Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bluetooth: hci_raw: Fix pushing H4 headers in bt_buf_get_rx
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 zephyrproject-rtos#24646 Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
- Loading branch information