This closes #148. Merge remote-tracking branch 'michal-narajowski/fix-offset-pts' into develop
* michal-narajowski/fix-offset-pts: nimble: add offset option to write long in client nimble: add offset option to read long in client 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/56e711b8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/56e711b8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/56e711b8 Branch: refs/heads/develop Commit: 56e711b8fd35f358a83d32367f05eeae1f94dc5c Parents: d1e8e11 37fb8a6 Author: Christopher Collins <[email protected]> Authored: Tue Jan 3 14:13:19 2017 -0800 Committer: Christopher Collins <[email protected]> Committed: Tue Jan 3 14:13:19 2017 -0800 ---------------------------------------------------------------------- apps/bletiny/src/bletiny.h | 5 ++-- apps/bletiny/src/cmd.c | 29 +++++++++++++++++++--- apps/bletiny/src/main.c | 11 ++++---- net/nimble/host/include/host/ble_gatt.h | 4 +-- net/nimble/host/src/ble_gattc.c | 9 ++++--- net/nimble/host/test/src/ble_gatt_conn_test.c | 6 +++-- net/nimble/host/test/src/ble_gatt_read_test.c | 11 +++++--- net/nimble/host/test/src/ble_hs_test_util.c | 3 ++- 8 files changed, 55 insertions(+), 23 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/56e711b8/apps/bletiny/src/main.c ----------------------------------------------------------------------
