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/30 13:23:22 UTC

[mynewt-nimble] branch master updated (430516d -> 24ff866)

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 430516d  nimble/ll: Fix procedure collision as a slave
     new 5889dcb  host/syscfg: introduce L2CAP_COC_MTU config value
     new 4f855d0  host/l2cap_coc: use global _COC_MTU config val
     new 6c2848f  host/tests/l2cap_coc: use MYNEWT_VAL_L2CAP_COC_MTU
     new 24ff866  porting/riot: add MYNEWT_VAL_BLE_L2CAP_COC_MTU

The 3051 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:
 nimble/host/src/ble_l2cap_coc.c          |  2 +-
 nimble/host/src/ble_l2cap_coc_priv.h     |  1 -
 nimble/host/syscfg.yml                   |  8 ++++++++
 nimble/host/test/src/ble_l2cap_test.c    | 16 ++++++++--------
 porting/npl/riot/include/syscfg/syscfg.h |  4 ++++
 5 files changed, 21 insertions(+), 10 deletions(-)