You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by an...@apache.org on 2022/09/02 14:08:11 UTC

[mynewt-nimble] branch master updated (3de15c96 -> 5ea8badc)

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 3de15c96 apps/peripheral: Fix not saving conn_handle after connection
     add 5ea8badc nimble/ll: Add vs command to change all data length parameters

No new revisions were added by this update.

Summary of changes:
 nimble/controller/include/controller/ble_ll.h      |  4 --
 nimble/controller/include/controller/ble_ll_conn.h |  1 +
 nimble/controller/include/controller/ble_ll_hci.h  |  3 +
 nimble/controller/src/ble_ll.c                     | 30 ----------
 nimble/controller/src/ble_ll_conn.c                | 53 +++++++++++++++++
 nimble/controller/src/ble_ll_conn_hci.c            | 39 +++---------
 nimble/controller/src/ble_ll_conn_priv.h           |  6 ++
 nimble/controller/src/ble_ll_ctrl.c                |  7 ++-
 nimble/controller/src/ble_ll_hci.c                 | 69 ++++++++++++----------
 nimble/controller/src/ble_ll_hci_vs.c              | 52 ++++++++++++++++
 nimble/include/nimble/hci_common.h                 | 12 ++++
 11 files changed, 178 insertions(+), 98 deletions(-)