You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ry...@apache.org on 2019/01/16 22:24:16 UTC

[mynewt-nimble] branch master updated (66850c8 -> 9c4b82c)

This is an automated email from the ASF dual-hosted git repository.

rymek pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git.


    from 66850c8  mesh/proxy: Fix connection handle when disconnected
     new 76ce38e  nimble/l2cap: Add error return to ble_l2cap_recv_ready
     new 6dd6a5e  btshell: Check error code from ble_l2cap_recv_ready
     new 9c4b82c  nimble/l2cap: Minor typo fix

The 3021 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 apps/btshell/src/main.c              |  8 ++++----
 nimble/host/include/host/ble_l2cap.h |  2 +-
 nimble/host/src/ble_l2cap.c          |  4 ++--
 nimble/host/src/ble_l2cap_coc.c      | 12 +++++++++---
 nimble/host/src/ble_l2cap_coc_priv.h |  6 +++---
 5 files changed, 19 insertions(+), 13 deletions(-)