Fix the build error 87/144887/1 accepted/tizen/4.0/unified/20170828.224442 accepted/tizen/unified/20170822.112958 submit/tizen/20170818.052446 submit/tizen_4.0/20170828.110001
authorDoHyun Pyun <dh79.pyun@samsung.com>
Fri, 18 Aug 2017 00:21:04 +0000 (09:21 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Fri, 18 Aug 2017 00:21:48 +0000 (09:21 +0900)
Change-Id: I9751b8ddd483963b9b4a2c03fe2665c2b45821f8
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
src/bluetooth-gatt.c

index c3d10dc5f3e63c93109fccb0e39dd0a444a31b96..496be3651b72cb33bf41e788b67cf6227938f15b 100644 (file)
@@ -614,7 +614,7 @@ int bt_gatt_watch_characteristic_changes(bt_gatt_attribute_h service)
        BT_CHECK_INIT_STATUS();
        BT_CHECK_INPUT_PARAMETER(service);
 
-       ret = _bt_get_error_code(bluetooth_gatt_watch_characteristics((const char *)service), NULL); /* LCOV_EXCL_LINE */
+       ret = _bt_get_error_code(bluetooth_gatt_watch_characteristics((const char *)service, NULL)); /* LCOV_EXCL_LINE */
 
        if (ret != BT_ERROR_NONE) /* LCOV_EXCL_LINE */
                BT_ERR("%s(0x%08x)", _bt_convert_error_to_string(ret),