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 7d0ac52 Merge pull request #606 from rymanluk/scanner_fixes
add a087870 BLE Host - Fix a few coding style issues.
add 437f8b0 BLE Host - add reason for adv / disc complete.
add 4a51ebe BLE Host - no_lock versions of GAP cancel fns.
add 47d7bc4 BLE Host - Allow GAP to be preempted.
add 76bfc3b MYNEWT-842 BLE Host - Stop GAP, add to rslv list
add d98ad86 MYNEWT-842 - Unit tests for adding IRK entries.
new 781130e Merge pull request #596 from ccollins476ad/gap-preempt
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/include/host/ble_gap.h | 33 ++
net/nimble/host/include/host/ble_hs.h | 1 +
net/nimble/host/src/ble_gap.c | 438 ++++++++++++++++++------
net/nimble/host/src/ble_gap_priv.h | 3 +
net/nimble/host/src/ble_hs.c | 1 +
net/nimble/host/src/ble_hs_pvcy.c | 53 ++-
net/nimble/host/src/ble_store.c | 11 -
net/nimble/host/test/src/ble_hs_pvcy_test.c | 390 +++++++++++++++++++--
net/nimble/host/test/src/ble_hs_test_util.c | 20 +-
net/nimble/host/test/src/ble_hs_test_util.h | 1 +
net/nimble/host/test/src/ble_hs_test_util_hci.c | 8 +-
11 files changed, 789 insertions(+), 170 deletions(-)
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].