You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2022/01/26 16:54:54 UTC

[GitHub] [mynewt-nimble] andrzej-kaczmarek opened a new pull request #1150: nimble/ll: Fix assert on aux scan

andrzej-kaczmarek opened a new pull request #1150:
URL: https://github.com/apache/mynewt-nimble/pull/1150


   hci_ev_next was never set to NULL so in case last PDU in chain was
   fragmented an assert was triggered since on last chunk (i.e. completed)
   we expect hci_ev_next to be NULL.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [mynewt-nimble] andrzej-kaczmarek merged pull request #1150: nimble/ll: Fix assert on aux scan

Posted by GitBox <gi...@apache.org>.
andrzej-kaczmarek merged pull request #1150:
URL: https://github.com/apache/mynewt-nimble/pull/1150


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org