Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 514797cc3 -> 4cd7cd420
Reverting bletiny/src/gatt_svr.c 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/4cd7cd42 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/4cd7cd42 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/4cd7cd42 Branch: refs/heads/develop Commit: 4cd7cd4200b0d887653205ea0b4412d1cde4a50e Parents: 514797c Author: Vipul Rahane <[email protected]> Authored: Fri Feb 24 11:57:20 2017 -0800 Committer: Vipul Rahane <[email protected]> Committed: Fri Feb 24 11:57:20 2017 -0800 ---------------------------------------------------------------------- apps/bletiny/src/gatt_svr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/4cd7cd42/apps/bletiny/src/gatt_svr.c ---------------------------------------------------------------------- diff --git a/apps/bletiny/src/gatt_svr.c b/apps/bletiny/src/gatt_svr.c index 08a0f6c..eb5c8ec 100644 --- a/apps/bletiny/src/gatt_svr.c +++ b/apps/bletiny/src/gatt_svr.c @@ -351,7 +351,7 @@ gatt_svr_chr_access_sec_test(uint16_t conn_handle, uint16_t attr_handle, * from 128 bit vendor specific UUID. */ static uint16_t -xtract_uuid16_from_pts_uuid128(const ble_uuid_t *uuid) +extract_uuid16_from_pts_uuid128(const ble_uuid_t *uuid) { const uint8_t *u8ptr; uint16_t uuid16;
