This closes #182. Merge remote-tracking branch 'rymanluk/upf56_fixes' into develop
* rymanluk/upf56_fixes: nimble/sm: Fix for bonding information storing nimble/l2cap: Drop packets bigger than MTU on the channel 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/b41d25e6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/b41d25e6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/b41d25e6 Branch: refs/heads/develop Commit: b41d25e6f619966bab95bdafdbc21b236bfd8939 Parents: 2bbb291 71fdd5d Author: Christopher Collins <[email protected]> Authored: Thu Feb 23 19:45:50 2017 -0800 Committer: Christopher Collins <[email protected]> Committed: Thu Feb 23 19:45:50 2017 -0800 ---------------------------------------------------------------------- net/nimble/host/src/ble_l2cap.c | 21 +++++++++++++++++++++ net/nimble/host/src/ble_sm.c | 3 +++ net/nimble/host/test/src/ble_gatt_read_test.c | 3 +++ net/nimble/host/test/src/ble_hs_test_util.c | 18 ++++++++++++++++++ net/nimble/host/test/src/ble_hs_test_util.h | 1 + net/nimble/host/test/src/ble_l2cap_test.c | 6 ++++-- 6 files changed, 50 insertions(+), 2 deletions(-) ----------------------------------------------------------------------
