Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bluetooth: Controller: Use net_buf for CC/CS TX
Preallocate a response event net_buf buffer before processing an incoming command and provide it to hci.c so that it populates the event directly, instead of using a temporary buffer than must then be copied into the return net_buf. This applies exclusively to Command Complete and Command Status, since those are the only events that are sent in direct respone to an incoming command. Jira: ZEP-726 Change-Id: Ia3ea71ac497690af929c44308760f68491ea829e Signed-off-by: Carles Cufi <[email protected]>
- Loading branch information