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/02 17:37:30 UTC

[mynewt-core] 01/01: Merge pull request #593 from ccollins476ad/restore-irks

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 4437116900bcfc7df1f3a584731dd4b133ccfad1
Merge: 03d616f 32dbb80
Author: ccollins476ad <cc...@gmail.com>
AuthorDate: Mon Oct 2 10:37:26 2017 -0700

    Merge pull request #593 from ccollins476ad/restore-irks
    
    BLE Host - Populate resolving list with persisted IRKs at startup

 net/nimble/host/include/host/ble_hs_test.h  |   1 +
 net/nimble/host/src/ble_hs.c                |   5 +
 net/nimble/host/src/ble_hs_misc.c           |  32 +++++++
 net/nimble/host/src/ble_hs_priv.h           |   3 +
 net/nimble/host/src/ble_hs_pvcy.c           |  17 +++-
 net/nimble/host/src/ble_hs_pvcy_priv.h      |   2 +
 net/nimble/host/src/ble_store.c             |   8 +-
 net/nimble/host/test/src/ble_hs_pvcy_test.c | 144 ++++++++++++++++++++++++++++
 net/nimble/host/test/src/ble_hs_test.c      |   1 +
 net/nimble/host/test/src/ble_hs_test_util.c |  99 ++++++++++++++++---
 net/nimble/host/test/src/ble_hs_test_util.h |  11 +++
 11 files changed, 302 insertions(+), 21 deletions(-)

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