You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ry...@apache.org on 2019/04/12 12:11:36 UTC

[mynewt-nimble] branch master updated (dad7749 -> c1c6a9c)

This is an automated email from the ASF dual-hosted git repository.

rymek pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git.


    from dad7749  apps: Remove bletest application
     new 3b73d9c  nimble/gap: Fix error code on closing already closed periodic sync
     new 89ab0fb  nimble/hs: Minor cleanup on how periodic sync is closed on hs_stop
     new 6f5a85f  btshell: Fix assert on host-enable after host-disable
     new 3c0424d  nimble/gap: Fix periodic API to use ble_addr_t
     new c1c6a9c  nimble/gap: Fix error code from periodic advertising

The 3213 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                 | 13 +++++++++++-
 nimble/host/include/host/ble_gap.h     | 14 ++++++------
 nimble/host/src/ble_gap.c              | 30 ++++++++++++--------------
 nimble/host/src/ble_hs_periodic_disc.c |  8 +++++--
 nimble/host/src/ble_hs_stop.c          | 39 ++++++++++++++++++----------------
 5 files changed, 58 insertions(+), 46 deletions(-)