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

Reply via email to