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 9f5a1d5  porting: Fix Makefile that lists non-existing file
     new 71f95c4  host: Divide startup into two stages
     new 6709c86  Allow the host to be stopped and started again
     new 4eec25a  Mynewt: Stop the host on system shutdown
     new 766fea5  apps/btshell: Allow enable / disable of host
     new 68a7f78  Combine ble_gap_preempt() and ble_gap_ensure_preempted()
     new 15b1e43  rename ble_hs_enabled --> ble_hs_is_enabled

The 6 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:
 apps/btshell/src/cmd.c                  |  66 ++++++++++
 apps/btshell/src/main.c                 |   7 +
 nimble/host/include/host/ble_hs.h       |  32 ++++-
 nimble/host/include/host/ble_hs_stop.h  |  70 ++++++++++
 nimble/host/include/host/ble_hs_test.h  |   1 +
 nimble/host/pkg.yml                     |   3 +
 nimble/host/src/ble_gap.c               |  61 ++++++---
 nimble/host/src/ble_hs.c                | 148 +++++++++++++++++-----
 nimble/host/src/ble_hs_priv.h           |   6 +
 nimble/host/src/ble_hs_shutdown.c       |  69 ++++++++++
 nimble/host/src/ble_hs_stop.c           | 218 ++++++++++++++++++++++++++++++++
 nimble/host/syscfg.yml                  |   7 +
 nimble/host/test/src/ble_hs_pvcy_test.c |   1 +
 nimble/host/test/src/ble_hs_stop_test.c | 200 +++++++++++++++++++++++++++++
 nimble/host/test/src/ble_hs_test.c      |   1 +
 nimble/host/test/src/ble_hs_test_util.c |  13 +-
 nimble/host/test/src/ble_hs_test_util.h |   1 +
 porting/nimble/Makefile.defs            |   1 +
 18 files changed, 850 insertions(+), 55 deletions(-)
 create mode 100644 nimble/host/include/host/ble_hs_stop.h
 create mode 100644 nimble/host/src/ble_hs_shutdown.c
 create mode 100644 nimble/host/src/ble_hs_stop.c
 create mode 100644 nimble/host/test/src/ble_hs_stop_test.c

Reply via email to