William San Filippo created MYNEWT-737:
------------------------------------------
Summary: Make ble_hci_uart_tx_char more efficient
Key: MYNEWT-737
URL: https://issues.apache.org/jira/browse/MYNEWT-737
Project: Mynewt
Issue Type: Improvement
Components: Nimble
Affects Versions: v1_1_0_rel, v1_0_0_rel
Reporter: William San Filippo
Fix For: v1_1_0_rel
Recently there was a bug fixed in ble_hci_uart_tx_char(). The original code
assumed a single mbuf but now that we have mbuf chains, the code could probably
be made more efficient, as using os_mbuf_copydata and os_mbuf_adj() is a bit
heavyweight for single mbuf copies
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)