From: DoHyun Pyun Date: Fri, 2 Dec 2016 05:24:33 +0000 (+0900) Subject: [UTC][Bluetooth][ACR-854][Modify callback function parameter for write request] X-Git-Tag: Public_Final_RC6~20^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c2f5a06b4432cc48a10b96796791eff8255ce71b;p=test%2Ftct%2Fnative%2Fapi.git [UTC][Bluetooth][ACR-854][Modify callback function parameter for write request] Change-Id: Ieee0fc6a44c54f69e159d590ce8ea02a5eb49f4b Signed-off-by: DoHyun Pyun --- diff --git a/src/utc/bluetooth/utc_bluetooth_gatt_positive.c b/src/utc/bluetooth/utc_bluetooth_gatt_positive.c index f5d11ff0d..da302a807 100755 --- a/src/utc/bluetooth/utc_bluetooth_gatt_positive.c +++ b/src/utc/bluetooth/utc_bluetooth_gatt_positive.c @@ -58,7 +58,7 @@ static void __bt_gatt_server_notification_state_change_cb_p(bool notify, bt_gatt } static void __bt_gatt_server_write_value_requested_cb_p(const char *remote_address, int request_id, bt_gatt_server_h server, - bt_gatt_h gatt_handle, int offset, const char *value, int len, void *user_data) + bt_gatt_h gatt_handle, bool response_needed, int offset, const char *value, int len, void *user_data) { fprintf(stderr, "__bt_gatt_server_write_value_requested_cb"); }