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 2019/01/23 23:46:45 UTC

[GitHub] michal-narajowski opened a new pull request #305: l2cap: Fix channel creation

michal-narajowski opened a new pull request #305: l2cap: Fix channel creation
URL: https://github.com/apache/mynewt-nimble/pull/305
 
 
   Previously the channel was added to the channels list after sending
   COC Accept event to the application. The application called
   ble_l2cap_coc_recv_ready which was trying to find channel on a list,
   but failed. With this patch the channel is added on a list before sending
   Accept event, and if the application returns an error, the channel is removed
   from the list. Moreover if we fail to send Connection Success, the application
   should now not receive a confirmation that we are connected.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services