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 2018/04/18 11:27:30 UTC

[mynewt-nimble] 01/01: Merge pull request #48 from sjanc/scan_tmo

This is an automated email from the ASF dual-hosted git repository.

janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git

commit b043da7b998d2102ce2a5c780f25a1a6cc9e7772
Merge: d378f3d d9f706a
Author: Szymon Janc <sz...@codecoup.pl>
AuthorDate: Wed Apr 18 13:27:27 2018 +0200

    Merge pull request #48 from sjanc/scan_tmo
    
    Support for duration and period in extended scan

 nimble/controller/include/controller/ble_ll_ctrl.h |   1 +
 nimble/controller/include/controller/ble_ll_scan.h |  10 +-
 nimble/controller/src/ble_ll_conn.c                |   7 +-
 nimble/controller/src/ble_ll_hci_ev.c              |  22 ++
 nimble/controller/src/ble_ll_scan.c                | 224 ++++++++++++++++-----
 nimble/host/src/ble_gap.c                          |   8 +
 nimble/host/src/ble_gap_priv.h                     |   4 +
 nimble/host/src/ble_hs_hci_evt.c                   |  12 ++
 nimble/include/nimble/hci_common.h                 |   3 +
 9 files changed, 233 insertions(+), 58 deletions(-)


-- 
To stop receiving notification emails like this one, please contact
janc@apache.org.