You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by na...@apache.org on 2018/10/08 16:15:00 UTC

[mynewt-nimble] branch master updated (554c7f6 -> ad878b5)

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

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


    from 554c7f6  Merge pull request #197 from forgithub123/master
     add d33cdbe  host: Add API to unpair a peer device
     new ad878b5  Merge pull request #178 from michal-narajowski/ble-unpair

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:
 apps/btshell/src/btshell.h         |  1 +
 apps/btshell/src/cmd.c             | 60 ++++++++++++++++++++++++++++++++++++++
 apps/btshell/src/main.c            | 13 +++++++++
 nimble/host/include/host/ble_gap.h | 28 ++++++++++++++++++
 nimble/host/src/ble_gap.c          | 52 +++++++++++++++++++++++++++++++++
 nimble/host/src/ble_store_util.c   |  2 +-
 6 files changed, 155 insertions(+), 1 deletion(-)


[mynewt-nimble] 01/01: Merge pull request #178 from michal-narajowski/ble-unpair

Posted by na...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit ad878b572a7e797d5a62a61ac57a2478f73e109a
Merge: 554c7f6 d33cdbe
Author: MichaƂ Narajowski <mi...@codecoup.pl>
AuthorDate: Mon Oct 8 18:14:56 2018 +0200

    Merge pull request #178 from michal-narajowski/ble-unpair
    
    host: Add API to unpair a peer device

 apps/btshell/src/btshell.h         |  1 +
 apps/btshell/src/cmd.c             | 60 ++++++++++++++++++++++++++++++++++++++
 apps/btshell/src/main.c            | 13 +++++++++
 nimble/host/include/host/ble_gap.h | 28 ++++++++++++++++++
 nimble/host/src/ble_gap.c          | 52 +++++++++++++++++++++++++++++++++
 nimble/host/src/ble_store_util.c   |  2 +-
 6 files changed, 155 insertions(+), 1 deletion(-)