You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ry...@apache.org on 2017/08/09 09:42:20 UTC

[mynewt-core] branch master updated (33ee283 -> 572f95c)

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

rymek pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git.


    from 33ee283  Merge pull request #472 from vrahane/sensor_evq
     add 3fc335d  nimble/controller: Improve handling aux ptr scheduller
     add 944bdab  nimble/controller: Fix duration for aux packet
     add 57a154b  nimble/controller: Fix for checking valid scanning PHY
     add c654acb  nimble/controller: Fix build issue when PHY is not set
     new 572f95c  Merge pull request #461 from rymanluk/bt5_scanner_improve

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:
 net/nimble/controller/include/controller/ble_ll.h  |  6 --
 .../controller/include/controller/ble_ll_scan.h    |  3 +
 .../controller/include/controller/ble_ll_sched.h   |  5 ++
 net/nimble/controller/src/ble_ll.c                 |  8 ++-
 net/nimble/controller/src/ble_ll_conn.c            | 56 +++++++++++++---
 net/nimble/controller/src/ble_ll_conn_priv.h       |  2 +-
 net/nimble/controller/src/ble_ll_scan.c            | 78 ++++++++++++++++------
 net/nimble/controller/src/ble_ll_sched.c           | 75 +++++++++++++--------
 8 files changed, 166 insertions(+), 67 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@mynewt.apache.org" <co...@mynewt.apache.org>'].

[mynewt-core] 01/01: Merge pull request #461 from rymanluk/bt5_scanner_improve

Posted by ry...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 572f95c7d40ad723be78cbce3434ad67918a954f
Merge: 33ee283 c654acb
Author: Ɓukasz Rymanowski <lu...@codecoup.pl>
AuthorDate: Wed Aug 9 11:42:17 2017 +0200

    Merge pull request #461 from rymanluk/bt5_scanner_improve
    
    nimble/controller: Improve extended scanner

 net/nimble/controller/include/controller/ble_ll.h  |  6 --
 .../controller/include/controller/ble_ll_scan.h    |  3 +
 .../controller/include/controller/ble_ll_sched.h   |  5 ++
 net/nimble/controller/src/ble_ll.c                 |  8 ++-
 net/nimble/controller/src/ble_ll_conn.c            | 56 +++++++++++++---
 net/nimble/controller/src/ble_ll_conn_priv.h       |  2 +-
 net/nimble/controller/src/ble_ll_scan.c            | 78 ++++++++++++++++------
 net/nimble/controller/src/ble_ll_sched.c           | 75 +++++++++++++--------
 8 files changed, 166 insertions(+), 67 deletions(-)


-- 
To stop receiving notification emails like this one, please contact
"commits@mynewt.apache.org" <co...@mynewt.apache.org>.