Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bluetooth: hci_driver: Process recvd msgs directly from SDC callback
After replacing K_FOREVER with K_NO_WAIT when requesting a buffer from the host pool, it became possible to call `hci_driver_receive_process` directly from the SDC callback instead of going through `receive_signal_raise` as `hci_driver_receive_process` is now non-blocking. Signed-off-by: Pavel Vasilyev <[email protected]>
- Loading branch information