Change-Id: I457d15265921af7a45f0ccd86637c276fd73f3a0
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
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);