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/08/16 18:30:30 UTC

[mynewt-core] branch master updated (b9a658f -> 4416e33)

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 b9a658f  Merge pull request #487 from wes3/wes_coverity
     add 8c5ceca  BLE Host - Allow GATT svcs to be reg. after init.
     add a1e93ef  BLE Host - Remove unnecessary const in chr def.
     add bb260ea  BLE Host - Function to copy a UUID.
     add 23f5603  BLE Host - GATT svr now Initializes ATT svr.
     new 4416e33  This closes #480.

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:
 net/nimble/host/include/host/ble_gatt.h          |   4 +-
 net/nimble/host/include/host/ble_uuid.h          |   1 +
 net/nimble/host/src/ble_att_priv.h               |   1 +
 net/nimble/host/src/ble_att_svr.c                |  21 ++++
 net/nimble/host/src/ble_gatt_priv.h              |   1 -
 net/nimble/host/src/ble_gatts.c                  | 132 ++++++++++++++++++++---
 net/nimble/host/src/ble_hs.c                     |   5 -
 net/nimble/host/src/ble_uuid.c                   |  19 ++++
 net/nimble/host/test/src/ble_gatts_notify_test.c |  17 +--
 net/nimble/host/test/src/ble_gatts_read_test.c   |   8 +-
 net/nimble/host/test/src/ble_hs_test_util.c      |  20 ++++
 net/nimble/host/test/src/ble_hs_test_util.h      |   3 +
 12 files changed, 192 insertions(+), 40 deletions(-)

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

[mynewt-core] 01/01: This closes #480.

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 4416e33ca20bd8a34f640f5cf3dcbd727effaba1
Merge: b9a658f 23f5603
Author: Christopher Collins <cc...@apache.org>
AuthorDate: Wed Aug 16 11:22:50 2017 -0700

    This closes #480.
    
    Merge remote-tracking branch 'ccollins476ad/gatts-reset'
    
    * ccollins476ad/gatts-reset:
      BLE Host - GATT svr now Initializes ATT svr.
      BLE Host - Function to copy a UUID.
      BLE Host - Remove unnecessary const in chr def.
      BLE Host - Allow GATT svcs to be reg. after init.

 net/nimble/host/include/host/ble_gatt.h          |   4 +-
 net/nimble/host/include/host/ble_uuid.h          |   1 +
 net/nimble/host/src/ble_att_priv.h               |   1 +
 net/nimble/host/src/ble_att_svr.c                |  21 ++++
 net/nimble/host/src/ble_gatt_priv.h              |   1 -
 net/nimble/host/src/ble_gatts.c                  | 132 ++++++++++++++++++++---
 net/nimble/host/src/ble_hs.c                     |   5 -
 net/nimble/host/src/ble_uuid.c                   |  19 ++++
 net/nimble/host/test/src/ble_gatts_notify_test.c |  17 +--
 net/nimble/host/test/src/ble_gatts_read_test.c   |   8 +-
 net/nimble/host/test/src/ble_hs_test_util.c      |  20 ++++
 net/nimble/host/test/src/ble_hs_test_util.h      |   3 +
 12 files changed, 192 insertions(+), 40 deletions(-)


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