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
j...@apache.org.

Reply via email to