You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@mynewt.apache.org by "Christopher Collins (JIRA)" <ji...@apache.org> on 2016/07/13 00:41:20 UTC

[jira] [Created] (MYNEWT-345) BLE Host - Reduce size of event buffers

Christopher Collins created MYNEWT-345:
------------------------------------------

             Summary: BLE Host - Reduce size of event buffers
                 Key: MYNEWT-345
                 URL: https://issues.apache.org/jira/browse/MYNEWT-345
             Project: Mynewt
          Issue Type: Bug
            Reporter: Christopher Collins
            Assignee: Christopher Collins


Currently, the size of each HCI event buffer is 260 bytes.  This is much larger than necessary.

The task is:
1. Determine the size of the largest event the controller will send.
2. Reduce the size of the HCI event buffers to the result from step 1.
3. (optional) Increase the default number of HCI event buffers.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)