This closes #155.

Merge remote-tracking branch 'andrzej-kaczmarek/nimble/att_encrypt' into develop

* andrzej-kaczmarek/nimble/att_encrypt:
  nimble/pts: Update PTS-GAP test results
  nimble/pts: Update PTS-GATT test results
  bletiny: Add minimum encryption key size for attrs
  nimble/att: Support "Insufficient Encryption Key Size" error code
  nimble/att: Support "Insufficient Encryption" error code
  nimble/att: Add mimimum encryption key size for attribute
  nimble/sm: Store encryption key size in link security state
  nimble/sm: Persist encryption key size


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/0442a1e1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/0442a1e1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/0442a1e1

Branch: refs/heads/develop
Commit: 0442a1e1e16701f88f4ff096fc209bb1566bd7c4
Parents: 5b4bdf6 e81b1b1
Author: Christopher Collins <[email protected]>
Authored: Sat Jan 7 07:33:26 2017 -0800
Committer: Christopher Collins <[email protected]>
Committed: Sat Jan 7 07:33:26 2017 -0800

----------------------------------------------------------------------
 apps/bletiny/src/gatt_svr.c                   |  4 ++
 net/nimble/host/include/host/ble_gap.h        |  1 +
 net/nimble/host/include/host/ble_gatt.h       |  6 +++
 net/nimble/host/include/host/ble_store.h      |  1 +
 net/nimble/host/pts/pts-gap.txt               |  2 +-
 net/nimble/host/pts/pts-gatt.txt              | 23 ++++++-----
 net/nimble/host/src/ble_att_priv.h            |  8 ++--
 net/nimble/host/src/ble_att_svr.c             | 47 +++++++++++++++++-----
 net/nimble/host/src/ble_gatts.c               | 17 ++++----
 net/nimble/host/src/ble_sm.c                  | 18 +++++++--
 net/nimble/host/src/ble_sm_priv.h             |  1 +
 net/nimble/host/test/src/ble_att_svr_test.c   | 36 ++++++++---------
 net/nimble/host/test/src/ble_gatt_conn_test.c |  4 +-
 13 files changed, 111 insertions(+), 57 deletions(-)
----------------------------------------------------------------------


Reply via email to