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/11/12 14:03:11 UTC

[mynewt-nimble] branch master updated (ba70dba -> 5142751)

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 ba70dba  nimble/ll: Update scan backoff if halted while pending scan response
     add da2db14  nimble/l2cap: Add smarter CID assignment
     add 5142751  nimble/l2cap: Add missing conn find

No new revisions were added by this update.

Summary of changes:
 nimble/host/src/ble_hs_conn.c         |  2 +-
 nimble/host/src/ble_hs_conn_priv.h    | 12 ++++++
 nimble/host/src/ble_l2cap.c           |  4 +-
 nimble/host/src/ble_l2cap_coc.c       | 70 ++++++++++++++++++++++++++++-------
 nimble/host/src/ble_l2cap_coc_priv.h  |  8 ++--
 nimble/host/src/ble_l2cap_priv.h      |  2 +-
 nimble/host/src/ble_l2cap_sig.c       | 25 +++++++++----
 nimble/host/test/src/ble_l2cap_test.c |  9 +----
 8 files changed, 96 insertions(+), 36 deletions(-)