You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2018/10/09 18:51:00 UTC

[mynewt-nimble] branch master updated (01e9c89 -> e729c53)

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

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


    from 01e9c89  Merge pull request #211 from ccollins476ad/hs-ll-adv
     add 65d827c  Fix unit tests involving `ble_gap_preempt()`
     new e729c53  Merge pull request #214 from ccollins476ad/fix-hs-unit-tests

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/host/src/ble_gap.c                   |  20 +++--
 nimble/host/src/ble_hs.c                    |   5 ++
 nimble/host/test/src/ble_hs_pvcy_test.c     | 120 ++++++++++++++++++----------
 nimble/host/test/src/ble_hs_test_util.c     |  11 ++-
 nimble/host/test/src/ble_hs_test_util_hci.c |   5 ++
 nimble/host/test/src/ble_sm_test_util.c     |  10 ++-
 6 files changed, 118 insertions(+), 53 deletions(-)


[mynewt-nimble] 01/01: Merge pull request #214 from ccollins476ad/fix-hs-unit-tests

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

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

commit e729c5341a09a212c3ed72994059c3a8702829bc
Merge: 01e9c89 65d827c
Author: ccollins476ad <cc...@gmail.com>
AuthorDate: Tue Oct 9 11:50:56 2018 -0700

    Merge pull request #214 from ccollins476ad/fix-hs-unit-tests
    
    Fix unit tests involving `ble_gap_preempt()`

 nimble/host/src/ble_gap.c                   |  20 +++--
 nimble/host/src/ble_hs.c                    |   5 ++
 nimble/host/test/src/ble_hs_pvcy_test.c     | 120 ++++++++++++++++++----------
 nimble/host/test/src/ble_hs_test_util.c     |  11 ++-
 nimble/host/test/src/ble_hs_test_util_hci.c |   5 ++
 nimble/host/test/src/ble_sm_test_util.c     |  10 ++-
 6 files changed, 118 insertions(+), 53 deletions(-)