You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2017/07/12 00:31:46 UTC

[mynewt-core] branch master updated (b609a10 -> 3a846b8)

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 b609a10  Merge pull request #372 from andrzej-kaczmarek/btmon_core
     add 58fbf77  BLE Host - Add comments; move decls to priv hdrs.
     new 3a846b8  Merge pull request #404 from ccollins476ad/ble-hs-docs

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/blecent/src/blecent.h              |  5 ----
 apps/bletiny/src/gatt_svr.c             |  9 -------
 apps/btshell/src/gatt_svr.c             |  9 -------
 net/nimble/host/include/host/ble_gap.h  | 17 +++++++------
 net/nimble/host/include/host/ble_gatt.h | 34 --------------------------
 net/nimble/host/src/ble_att.c           |  6 +++--
 net/nimble/host/src/ble_gap.c           |  4 ++--
 net/nimble/host/src/ble_gap_priv.h      |  5 ++++
 net/nimble/host/src/ble_gatt_priv.h     | 32 +++++++++++++++++++++++++
 net/nimble/host/src/ble_gatts.c         |  2 +-
 net/nimble/host/src/ble_hs.c            | 16 ++++++++++++-
 net/nimble/host/src/ble_uuid.c          | 42 +++++++++++++++++++++++++++++++++
 12 files changed, 109 insertions(+), 72 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@mynewt.apache.org" <co...@mynewt.apache.org>'].

[mynewt-core] 01/01: Merge pull request #404 from ccollins476ad/ble-hs-docs

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

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

commit 3a846b83c127d6a1be817fecd74b3653b1354a08
Merge: b609a10 58fbf77
Author: ccollins476ad <cc...@gmail.com>
AuthorDate: Tue Jul 11 17:31:45 2017 -0700

    Merge pull request #404 from ccollins476ad/ble-hs-docs
    
    BLE Host - Add comments; move non-API declarations to private headers.

 apps/blecent/src/blecent.h              |  5 ----
 apps/bletiny/src/gatt_svr.c             |  9 -------
 apps/btshell/src/gatt_svr.c             |  9 -------
 net/nimble/host/include/host/ble_gap.h  | 17 +++++++------
 net/nimble/host/include/host/ble_gatt.h | 34 --------------------------
 net/nimble/host/src/ble_att.c           |  6 +++--
 net/nimble/host/src/ble_gap.c           |  4 ++--
 net/nimble/host/src/ble_gap_priv.h      |  5 ++++
 net/nimble/host/src/ble_gatt_priv.h     | 32 +++++++++++++++++++++++++
 net/nimble/host/src/ble_gatts.c         |  2 +-
 net/nimble/host/src/ble_hs.c            | 16 ++++++++++++-
 net/nimble/host/src/ble_uuid.c          | 42 +++++++++++++++++++++++++++++++++
 12 files changed, 109 insertions(+), 72 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@mynewt.apache.org" <co...@mynewt.apache.org>.