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 2017/10/13 17:27:14 UTC

[mynewt-core] branch master updated (05ef620 -> a488c58)

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


    from 05ef620  Merge pull request #615 from andrzej-kaczmarek/nimble-phy-mode-fix
     add 4af5eb7  BLE Host - Move HCI test util code into a new file
     new a488c58  Merge pull request #616 from ccollins476ad/ble-hs-test-refactor

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/host/test/src/ble_att_svr_test.c     |   4 +-
 net/nimble/host/test/src/ble_gap_test.c         | 149 +++--
 net/nimble/host/test/src/ble_gatt_conn_test.c   |  11 +-
 net/nimble/host/test/src/ble_gatt_disc_s_test.c |   2 +-
 net/nimble/host/test/src/ble_hs_adv_test.c      |   8 +-
 net/nimble/host/test/src/ble_hs_conn_test.c     |   6 +-
 net/nimble/host/test/src/ble_hs_hci_test.c      |  36 +-
 net/nimble/host/test/src/ble_hs_pvcy_test.c     |  52 +-
 net/nimble/host/test/src/ble_hs_test_util.c     | 691 ++++--------------------
 net/nimble/host/test/src/ble_hs_test_util.h     |  57 +-
 net/nimble/host/test/src/ble_hs_test_util_hci.c | 555 +++++++++++++++++++
 net/nimble/host/test/src/ble_hs_test_util_hci.h |  99 ++++
 net/nimble/host/test/src/ble_l2cap_test.c       |  10 +-
 net/nimble/host/test/src/ble_os_test.c          |  18 +-
 net/nimble/host/test/src/ble_sm_test_util.c     |  20 +-
 15 files changed, 926 insertions(+), 792 deletions(-)
 create mode 100644 net/nimble/host/test/src/ble_hs_test_util_hci.c
 create mode 100644 net/nimble/host/test/src/ble_hs_test_util_hci.h

-- 
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 #616 from ccollins476ad/ble-hs-test-refactor

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

commit a488c5871a9296e24141303d9f927fd9f6fffe3b
Merge: 05ef620 4af5eb7
Author: ccollins476ad <cc...@gmail.com>
AuthorDate: Fri Oct 13 10:27:12 2017 -0700

    Merge pull request #616 from ccollins476ad/ble-hs-test-refactor
    
    BLE Host - Move HCI test util code into a new file

 net/nimble/host/test/src/ble_att_svr_test.c     |   4 +-
 net/nimble/host/test/src/ble_gap_test.c         | 149 +++--
 net/nimble/host/test/src/ble_gatt_conn_test.c   |  11 +-
 net/nimble/host/test/src/ble_gatt_disc_s_test.c |   2 +-
 net/nimble/host/test/src/ble_hs_adv_test.c      |   8 +-
 net/nimble/host/test/src/ble_hs_conn_test.c     |   6 +-
 net/nimble/host/test/src/ble_hs_hci_test.c      |  36 +-
 net/nimble/host/test/src/ble_hs_pvcy_test.c     |  52 +-
 net/nimble/host/test/src/ble_hs_test_util.c     | 691 ++++--------------------
 net/nimble/host/test/src/ble_hs_test_util.h     |  57 +-
 net/nimble/host/test/src/ble_hs_test_util_hci.c | 555 +++++++++++++++++++
 net/nimble/host/test/src/ble_hs_test_util_hci.h |  99 ++++
 net/nimble/host/test/src/ble_l2cap_test.c       |  10 +-
 net/nimble/host/test/src/ble_os_test.c          |  18 +-
 net/nimble/host/test/src/ble_sm_test_util.c     |  20 +-
 15 files changed, 926 insertions(+), 792 deletions(-)

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