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:15 UTC

[mynewt-core] 01/01: Merge pull request #616 from ccollins476ad/ble-hs-test-refactor

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