You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ja...@apache.org on 2019/10/18 08:49:23 UTC

[mynewt-nimble] branch master updated (49d394a -> 8335472)

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 49d394a  nimble/phy: Fix ble_phy_restart_rx
     add 8335472  nimble/ll: Add support for disabling periodic advertising reports

No new revisions were added by this update.

Summary of changes:
 nimble/controller/include/controller/ble_ll_hci.h  |  2 +-
 nimble/controller/include/controller/ble_ll_sync.h |  1 +
 nimble/controller/src/ble_ll_hci.c                 |  8 +++
 nimble/controller/src/ble_ll_supp_cmd.c            | 13 ++++
 nimble/controller/src/ble_ll_sync.c                | 75 +++++++++++++++++++++-
 nimble/include/nimble/hci_common.h                 |  7 ++
 6 files changed, 104 insertions(+), 2 deletions(-)