This closes #215.

Merge branch 'att' of https://github.com/sjanc/incubator-mynewt-core into master


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/95935c62
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/95935c62
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/95935c62

Branch: refs/heads/master
Commit: 95935c62cd936d6d0b056cf728bc32409f6a821a
Parents: e23872d dccf07d
Author: Andrzej Kaczmarek <andrzej.kaczma...@codecoup.pl>
Authored: Mon Apr 10 13:43:38 2017 +0200
Committer: Andrzej Kaczmarek <andrzej.kaczma...@codecoup.pl>
Committed: Mon Apr 10 13:43:38 2017 +0200

----------------------------------------------------------------------
 apps/bletest/src/bletest_hci.c              |   3 +-
 net/nimble/host/src/ble_att.c               |   3 +
 net/nimble/host/src/ble_att_clt.c           | 650 ++++++++---------------
 net/nimble/host/src/ble_att_cmd.c           | 310 ++++++-----
 net/nimble/host/src/ble_att_cmd_priv.h      |  52 +-
 net/nimble/host/src/ble_att_priv.h          |  51 +-
 net/nimble/host/src/ble_att_svr.c           | 601 +++++++++------------
 net/nimble/host/src/ble_gatt_priv.h         |   4 +-
 net/nimble/host/src/ble_gattc.c             | 184 +++----
 net/nimble/host/src/ble_hs_endian_priv.h    |  65 ---
 net/nimble/host/src/ble_hs_priv.h           |   1 -
 net/nimble/host/src/ble_l2cap_sig_cmd.c     |  22 +-
 net/nimble/host/src/ble_l2cap_sig_priv.h    |   4 -
 net/nimble/host/src/ble_sm.c                |   6 +-
 net/nimble/host/test/src/ble_att_clt_test.c |  67 +--
 15 files changed, 814 insertions(+), 1209 deletions(-)
----------------------------------------------------------------------


Reply via email to