Repository: incubator-mynewt-core Updated Branches: refs/heads/develop f5a89066c -> 43143c902
BLE Host - Handle oddly sized read-group-type rsp. 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/43143c90 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/43143c90 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/43143c90 Branch: refs/heads/develop Commit: 43143c9027aef473c22b2b6a6accaa4cfe1237c5 Parents: f5a8906 Author: Christopher Collins <[email protected]> Authored: Wed Jun 1 11:18:56 2016 -0700 Committer: Christopher Collins <[email protected]> Committed: Wed Jun 1 11:18:56 2016 -0700 ---------------------------------------------------------------------- net/nimble/host/src/ble_att_svr.c | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/43143c90/net/nimble/host/src/ble_att_svr.c ---------------------------------------------------------------------- diff --git a/net/nimble/host/src/ble_att_svr.c b/net/nimble/host/src/ble_att_svr.c index 49238ac..7f064db 100644 --- a/net/nimble/host/src/ble_att_svr.c +++ b/net/nimble/host/src/ble_att_svr.c @@ -1957,6 +1957,7 @@ done: ble_att_read_group_type_rsp_write(rsp_buf, BLE_ATT_READ_GROUP_TYPE_RSP_BASE_SZ, &rsp); + rc = 0; } *out_txom = txom;
