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/05/14 11:46:51 UTC

[mynewt-nimble] branch master updated (fc9896d -> 1c8306c)

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 fc9896d  Merge pull request #88 from rymanluk/port_fix
     add fc4497b  nimble/ll: Refactor RPA handling in resolving code
     add b2fc065  nimble/ll: Implement LE Read Local/Peer RPA commands
     add cb93173  nimble/ll: Use common RPA timer in advertising
     add 1607a06  nimble/ll: Fix LE Remove Device From Resolving List Command
     new 1c8306c  Merge pull request #73 from sjanc/read_peer_rpa

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_adv.h  |   3 +
 .../controller/include/controller/ble_ll_resolv.h  |  11 +-
 nimble/controller/src/ble_ll_adv.c                 |  51 +++--
 nimble/controller/src/ble_ll_conn.c                |   2 +-
 nimble/controller/src/ble_ll_hci.c                 |   4 +-
 nimble/controller/src/ble_ll_resolv.c              | 231 +++++++++++++--------
 nimble/controller/src/ble_ll_scan.c                |   2 +-
 7 files changed, 190 insertions(+), 114 deletions(-)

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

[mynewt-nimble] 01/01: Merge pull request #73 from sjanc/read_peer_rpa

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 1c8306c5fb2fbebcabc589580adf12337499b6d5
Merge: fc9896d 1607a06
Author: Szymon Janc <sz...@codecoup.pl>
AuthorDate: Mon May 14 13:46:48 2018 +0200

    Merge pull request #73 from sjanc/read_peer_rpa
    
    Refactor RPA handling in controller

 nimble/controller/include/controller/ble_ll_adv.h  |   3 +
 .../controller/include/controller/ble_ll_resolv.h  |  11 +-
 nimble/controller/src/ble_ll_adv.c                 |  51 +++--
 nimble/controller/src/ble_ll_conn.c                |   2 +-
 nimble/controller/src/ble_ll_hci.c                 |   4 +-
 nimble/controller/src/ble_ll_resolv.c              | 231 +++++++++++++--------
 nimble/controller/src/ble_ll_scan.c                |   2 +-
 7 files changed, 190 insertions(+), 114 deletions(-)

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