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/09/26 08:20:09 UTC

[GitHub] [mynewt-nimble] jrotkiewicz opened a new pull request, #1369: L2CAP COC: fix RX endpoint sdus allocation

jrotkiewicz opened a new pull request, #1369:
URL: https://github.com/apache/mynewt-nimble/pull/1369

   1. fix one rx endpoint sdu case
   2. updated btshell and blestress to support setting number of sdus
   
   @sjanc  


-- 
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] sjanc merged pull request #1369: L2CAP COC: fix RX endpoint sdus allocation

Posted by GitBox <gi...@apache.org>.
sjanc merged PR #1369:
URL: https://github.com/apache/mynewt-nimble/pull/1369


-- 
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] apache-mynewt-bot commented on pull request #1369: L2CAP COC: fix RX endpoint sdus allocation

Posted by GitBox <gi...@apache.org>.
apache-mynewt-bot commented on PR #1369:
URL: https://github.com/apache/mynewt-nimble/pull/1369#issuecomment-1257939380

   
   <!-- style-bot -->
   
   ## Style check summary
   
   #### No suggestions at this time!
   


-- 
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] apache-mynewt-bot commented on pull request #1369: L2CAP COC: fix RX endpoint sdus allocation

Posted by GitBox <gi...@apache.org>.
apache-mynewt-bot commented on PR #1369:
URL: https://github.com/apache/mynewt-nimble/pull/1369#issuecomment-1257806040

   
   <!-- style-bot -->
   
   ## Style check summary
   
   ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)
   
   
   #### apps/btshell/src/main.c
   <details>
   
   ```diff
   @@ -2224,7 +2223,7 @@
    
    static int
    btshell_l2cap_coc_accept(uint16_t conn_handle, uint16_t peer_mtu,
   -                           struct ble_l2cap_chan *chan)
   +                         struct ble_l2cap_chan *chan)
    {
        struct os_mbuf *sdu_rx;
        int rc;
   ```
   
   </details>


-- 
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