You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@mynewt.apache.org by "Łukasz Rymanowski (JIRA)" <ji...@apache.org> on 2017/07/06 06:35:00 UTC

[jira] [Created] (MYNEWT-799) Improve buffer size for events in the controller code

Łukasz Rymanowski created MYNEWT-799:
----------------------------------------

             Summary: Improve buffer size for events in the controller code
                 Key: MYNEWT-799
                 URL: https://issues.apache.org/jira/browse/MYNEWT-799
             Project: Mynewt
          Issue Type: Improvement
      Security Level: Public (Viewable by anyone)
          Components: Nimble
            Reporter: Łukasz Rymanowski
            Assignee: Łukasz Rymanowski
            Priority: Minor


For Bluetooth 5 controller might need bigger buffer to transport e.g. extended advertising report to the host. As for now there are two mempools in the controller used for events. One for high prio events and second for low prio events. Both uses same hardcoded block size which for Bluetooth 5 is quite big.
In this patch we should review that code and improve it.

This Jira came up after discussion on this PR:
https://github.com/apache/mynewt-core/pull/378#pullrequestreview-48060201





--
This message was sent by Atlassian JIRA
(v6.4.14#64029)