wes3 commented on issue #378: nimble/controller: Bluetooth 5 improvements URL: https://github.com/apache/mynewt-core/pull/378#issuecomment-313292930 Chaining buffers would indeed help I would think (as most events are probably small) but would create a bit more code. There could also be a large and small pool or other options; we should just file a new ticket with an improvement/modification to the event buffer size if we feel like we should. As far as calculating size, what I meant was to go through the code to determine the maximum event buffer required by the controller. Not sure if it is advertising reports or a different command (get features or some such; Chris had figured it out a ways back) that requires a contiguous buffer. Once we know what it is we can at least put the calculation in the code when we build with/without extended advertising.s ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org
With regards, Apache Git Services