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 e14ce24  Add unittest target
     new 531c49e  nimble/l2cap: Fix searching channel by dcid
     new 7f0a9c9  nimble/l2cap: Disconnect CoC when too big SDU is sent by peer
     new 050c2b6  nimble/l2cap: Redo defines to static inline
     new 3a1a6d3  nimble/l2cap: Change API to retrieve L2CAP channel info
     new 01ac200  nimble/l2cap: Rename opcodes for LE CoC
     new 791e663  nimble/test: Fix l2cap coc verification
     new 1fc7f44  nimble/l2cap: Minor change to avoid confusion on MPS/MTU 
meaning
     new 1a57236  nimble/l2cap: Add support for Enhanced LE CoC
     new b7849bb  btshell: Extend l2cap cli to support enhanced LE CoC
     new 8a83364  btshell: Allow to set own L2CAP CoC MTU
     new 4931bbd  btshell: Add better handling on stalled CoC

The 11 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/blestress/src/rx_stress.c                     |  11 +-
 apps/blestress/src/tx_stress.c                     |  11 +-
 apps/btshell/src/btshell.h                         |   7 +-
 apps/btshell/src/cmd.c                             |  27 +
 apps/btshell/src/cmd.h                             |   2 +
 apps/btshell/src/cmd_l2cap.c                       |  66 +-
 apps/btshell/src/cmd_l2cap.h                       |   1 +
 apps/btshell/src/main.c                            | 163 ++++-
 apps/btshell/src/parse.c                           |  14 +
 apps/bttester/src/l2cap.c                          |  12 +-
 nimble/host/include/host/ble_l2cap.h               |  57 +-
 nimble/host/src/ble_hs_conn.c                      |  21 +-
 nimble/host/src/ble_hs_conn_priv.h                 |   1 +
 nimble/host/src/ble_l2cap.c                        |  57 +-
 nimble/host/src/ble_l2cap_coc.c                    |  63 +-
 nimble/host/src/ble_l2cap_coc_priv.h               |  31 +-
 nimble/host/src/ble_l2cap_priv.h                   |  23 +-
 nimble/host/src/ble_l2cap_sig.c                    | 668 ++++++++++++++++++++-
 nimble/host/src/ble_l2cap_sig_priv.h               |  66 +-
 nimble/host/syscfg.yml                             |   7 +
 nimble/host/test/src/ble_l2cap_test.c              | 169 +++++-
 nimble/host/test/syscfg.yml                        |   4 +-
 porting/examples/linux/include/syscfg/syscfg.h     |   4 +
 .../examples/linux_blemesh/include/syscfg/syscfg.h |   4 +
 porting/nimble/include/syscfg/syscfg.h             |   4 +
 porting/npl/riot/include/syscfg/syscfg.h           |   4 +
 26 files changed, 1339 insertions(+), 158 deletions(-)

Reply via email to