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/04/12 20:35:45 UTC

[mynewt-nimble] branch master updated (afaca4f -> 9f6cbef)

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 afaca4f  apps/bttester: Remove ARRAY_SIZE macro
     new 4d70828  nimble/l2cap: Add TX_UNSTALLED event to L2CAP CoC
     new 9f6cbef  btshell: Add simple handler for new L2CAP CoC TX UNSTALLED event

The 3219 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               |  4 ++++
 nimble/host/include/host/ble_hs.h     |  1 +
 nimble/host/include/host/ble_l2cap.h  | 23 +++++++++++++++++++++++
 nimble/host/src/ble_l2cap_coc.c       | 31 +++++++++++++++++++++++++++++++
 nimble/host/src/ble_l2cap_coc_priv.h  |  5 ++++-
 nimble/host/test/src/ble_l2cap_test.c |  3 +++
 6 files changed, 66 insertions(+), 1 deletion(-)