This is an automated email from the ASF dual-hosted git repository. andk pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git
from c9dbee471 nimble/host: fix ble_svc_gatt_cl_sup_feat_access new ac1f8373f nimble/host: Rework L2CAP RX new a119bdaf5 nimble/host: Fix L2CAP unit tests 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/src/ble_att.c | 4 +- nimble/host/src/ble_hs_conn.c | 11 +- nimble/host/src/ble_hs_conn_priv.h | 14 +- nimble/host/src/ble_hs_hci_evt.c | 51 +----- nimble/host/src/ble_l2cap.c | 285 +++++++++++++------------------- nimble/host/src/ble_l2cap_coc.c | 7 +- nimble/host/src/ble_l2cap_priv.h | 21 +-- nimble/host/src/ble_l2cap_sig.c | 4 +- nimble/host/src/ble_sm.c | 8 +- nimble/host/test/src/ble_hs_test_util.c | 38 +---- nimble/host/test/src/ble_l2cap_test.c | 18 +- 11 files changed, 165 insertions(+), 296 deletions(-)