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 2018/09/05 11:46:59 UTC

[mynewt-nimble] branch master updated (5456156 -> 974c8d7)

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-nimble.git.


    from 5456156  Merge pull request #175 from andrzej-kaczmarek/rx-enc-start-fix
     add a9af692  nimble/ll: Update peer rpa when available
     add 81d4025  nimble/ll: Fix legacy set adv data
     add 6efc276  nimble/ll: Return Commands Status on unknown hci command
     add a0f4c0f  nimble/ll: Fix checking for valid adv mode
     add 2f9df75  nimble/ll: Fix disabling advertising
     add b16d21e  nimble/ll: Fix starting scannable advertising
     add 55b4256  nimble/ll: Improve starting advertising for legacy pdu
     add b1c9d8f  nimble/ll: Use the correct address type
     add d134e8b  nimble/ll: Fix len od directed advertsing report
     add 479457e  nimble/ll: Try to resolve InitA
     add 71efe56  nimble/ll: Fix checking filter policy
     add ee71c08  nimble/ll: Fix on choosing between direct/regular advertising report
     add 916ea99  nimble/ll: Fix getting RPA from advertising instance
     add 63bdc92  nimble/ll: Minor coding style fix
     add 20f4b22  nimble/ll: Fix scanning directed advertising.
     add ed2e438  nimble/ll: Fix handling direct advertising when connecting
     add 96f7c1d  nimble/ll: Fix setting RxAdd flag in the advertising
     add aab9795  nimble/ll: Fix setting TxAdd flag in advertising instance
     add c10b592  nimble/ll: Fix setting RxAdd flag for RPA
     new 974c8d7  Merge pull request #164 from rymanluk/ll_fix

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.h      |  3 +
 .../controller/include/controller/ble_ll_resolv.h  |  2 +
 nimble/controller/src/ble_ll.c                     | 17 ++++
 nimble/controller/src/ble_ll_adv.c                 | 60 ++++++++------
 nimble/controller/src/ble_ll_conn.c                | 93 ++++++++++++++++------
 nimble/controller/src/ble_ll_hci.c                 | 20 ++++-
 nimble/controller/src/ble_ll_resolv.c              | 12 +++
 nimble/controller/src/ble_ll_scan.c                | 86 ++++++++++----------
 8 files changed, 198 insertions(+), 95 deletions(-)


[mynewt-nimble] 01/01: Merge pull request #164 from rymanluk/ll_fix

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-nimble.git

commit 974c8d73d1c54a66df5ef4b82aadf5ed308261e7
Merge: 5456156 c10b592
Author: Ɓukasz Rymanowski <lu...@codecoup.pl>
AuthorDate: Wed Sep 5 13:46:57 2018 +0200

    Merge pull request #164 from rymanluk/ll_fix
    
    nimble/ll: Certification fixes - part 1

 nimble/controller/include/controller/ble_ll.h      |  3 +
 .../controller/include/controller/ble_ll_resolv.h  |  2 +
 nimble/controller/src/ble_ll.c                     | 17 ++++
 nimble/controller/src/ble_ll_adv.c                 | 60 ++++++++------
 nimble/controller/src/ble_ll_conn.c                | 93 ++++++++++++++++------
 nimble/controller/src/ble_ll_hci.c                 | 20 ++++-
 nimble/controller/src/ble_ll_resolv.c              | 12 +++
 nimble/controller/src/ble_ll_scan.c                | 86 ++++++++++----------
 8 files changed, 198 insertions(+), 95 deletions(-)