This is an automated email from the ASF dual-hosted git repository.
janc pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git
from 322c4a98e porting: Update ports syscfg
new 925e781ee nimble/host: Add function to remove L2CAP CoC server
new e33120e64 nimble/host: Minor L2CAP code style fixes
The 2 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/include/host/ble_l2cap.h | 13 +++++++
nimble/host/src/ble_l2cap.c | 20 +++++++++-
nimble/host/src/ble_l2cap_coc.c | 69 +++++++++++++++++++----------------
nimble/host/src/ble_l2cap_coc_priv.h | 30 ++++++++++-----
nimble/host/test/src/ble_l2cap_test.c | 24 ++++++++++++
5 files changed, 113 insertions(+), 43 deletions(-)