Repository: incubator-mynewt-core Updated Branches: refs/heads/develop e6594232f -> 6af948086
MYNEWT-642 Eddystone buf: one byte too large. 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/6af94808 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/6af94808 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/6af94808 Branch: refs/heads/develop Commit: 6af94808683a2cf2233fc70415273033e72fd909 Parents: e659423 Author: Christopher Collins <[email protected]> Authored: Mon Feb 27 20:31:12 2017 -0800 Committer: Christopher Collins <[email protected]> Committed: Mon Feb 27 20:31:12 2017 -0800 ---------------------------------------------------------------------- net/nimble/host/src/ble_eddystone.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/6af94808/net/nimble/host/src/ble_eddystone.c ---------------------------------------------------------------------- diff --git a/net/nimble/host/src/ble_eddystone.c b/net/nimble/host/src/ble_eddystone.c index 6132b78..f19191d 100644 --- a/net/nimble/host/src/ble_eddystone.c +++ b/net/nimble/host/src/ble_eddystone.c @@ -22,7 +22,7 @@ #include "host/ble_hs_adv.h" #include "ble_hs_priv.h" -#define BLE_EDDYSTONE_MAX_SVC_DATA_LEN 23 +#define BLE_EDDYSTONE_MAX_SVC_DATA_LEN 22 #define BLE_EDDYSTONE_SVC_DATA_BASE_SZ 3 #define BLE_EDDYSTONE_SERVICE_UUID 0xfeaa
