This closes #154. Merge remote-tracking branch 'michal-narajowski/write-cancel' into develop
* michal-narajowski/write-cancel: nimble: fixed nested long writes nimble: added missing descriptors nimble: passed some PTS tests nimble: fix send cancel pending writes on error nimble: fix execute write flags 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/ac149625 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/ac149625 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/ac149625 Branch: refs/heads/develop Commit: ac14962592d94543065f461d9963f7cadf6bc190 Parents: 56e711b 20539f6 Author: Christopher Collins <[email protected]> Authored: Tue Jan 3 14:17:19 2017 -0800 Committer: Christopher Collins <[email protected]> Committed: Tue Jan 3 14:17:19 2017 -0800 ---------------------------------------------------------------------- apps/bletiny/src/gatt_svr.c | 57 ++++++++++++++++++--- net/nimble/host/pts/pts-gatt.txt | 33 ++++++++---- net/nimble/host/src/ble_att_clt.c | 4 -- net/nimble/host/src/ble_att_cmd_priv.h | 4 +- net/nimble/host/src/ble_att_svr.c | 2 +- net/nimble/host/src/ble_gattc.c | 13 +++-- net/nimble/host/test/src/ble_att_clt_test.c | 8 +-- net/nimble/host/test/src/ble_att_svr_test.c | 20 ++++---- net/nimble/host/test/src/ble_gatt_write_test.c | 10 ++-- 9 files changed, 99 insertions(+), 52 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/ac149625/net/nimble/host/src/ble_gattc.c ----------------------------------------------------------------------
