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" <commits@mynewt.apache.org>'].

Reply via email to