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:29 UTC

[mynewt-nimble] branch master updated (d378f3d -> b043da7)

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 d378f3d  Merge pull request #52 from sjanc/scan_fix
     add 0d619e6  nimble/ll: Remove leftover TODO comment
     add 9a790bc  nimble/ll: Refactor ble_ll_scan_set_enable
     add ae78a91  nimble/ll: Fix LE Set Scan Enable settings when enabled
     add 9ba3f72  nimble/ll: Don't build ext scan code if disabled
     add d8c3ba8  nimble/ll: Add support for duration and period in extended scan
     add d9f706a  nimble/host: Add support for ext scan duration
     new b043da7  Merge pull request #48 from sjanc/scan_tmo

The 1 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:
 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.

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

Posted by ja...@apache.org.
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.