You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by an...@apache.org on 2018/09/11 10:30:07 UTC

[mynewt-nimble] branch master updated (04cd24d -> 0a526ea)

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

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


    from 04cd24d  Merge pull request #184 from andrzej-kaczmarek/dtm-improv
     add 76e83a4  nimble/host: Add listeners for GAP events
     new 0a526ea  Merge pull request #185 from andrzej-kaczmarek/gap-hooks

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:
 nimble/host/include/host/ble_gap.h | 39 +++++++++++++++++
 nimble/host/src/ble_gap.c          | 90 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 129 insertions(+)


[mynewt-nimble] 01/01: Merge pull request #185 from andrzej-kaczmarek/gap-hooks

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

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

commit 0a526ea0212bc9443517aed34982b2412be0ce61
Merge: 04cd24d 76e83a4
Author: Andrzej Kaczmarek <an...@codecoup.pl>
AuthorDate: Tue Sep 11 12:30:02 2018 +0200

    Merge pull request #185 from andrzej-kaczmarek/gap-hooks
    
    nimble/host: Add listeners for GAP events

 nimble/host/include/host/ble_gap.h | 39 +++++++++++++++++
 nimble/host/src/ble_gap.c          | 90 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 129 insertions(+)