Fix the build error for gatt client 87/127587/1 accepted/tizen/3.0/common/20170508.153014 accepted/tizen/3.0/ivi/20170508.050147 accepted/tizen/3.0/mobile/20170508.050105 accepted/tizen/3.0/tv/20170508.050120 accepted/tizen/3.0/wearable/20170508.050127 submit/tizen_3.0-common/20170508.080135 submit/tizen_3.0-common/20170508.081301 submit/tizen_3.0-common/20170508.091535 submit/tizen_3.0/20170428.003957 submit/tizen_3.0_common/20170508.091735
authorDoHyun Pyun <dh79.pyun@samsung.com>
Fri, 28 Apr 2017 04:02:31 +0000 (13:02 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Fri, 28 Apr 2017 04:03:22 +0000 (13:03 +0900)
Change-Id: I457d15265921af7a45f0ccd86637c276fd73f3a0
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
src/bluetooth-gatt.c

index 019b8cec1bc09604023bd27bd5613a10ede179a1..9c4fe733e568d0949401b255b1edce127b39f31e 100644 (file)
@@ -751,7 +751,7 @@ int bt_gatt_read_characteristic_value(bt_gatt_attribute_h characteristic,
        BT_CHECK_INPUT_PARAMETER(characteristic);
        BT_CHECK_INPUT_PARAMETER(callback); /* LCOV_EXCL_START */
 
-       ret = _bt_get_error_code(bluetooth_gatt_read_characteristic_value((const char *)characteristic));
+       ret = _bt_get_error_code(bluetooth_gatt_read_characteristic_value((const char *)characteristic, NULL));
 
        if (ret != BT_ERROR_NONE) {
                BT_ERR("%s(0x%08x)", _bt_convert_error_to_string(ret), ret);