[UTC][Bluetooth][ACR-854][Modify callback function parameter for write request]
authorDoHyun Pyun <dh79.pyun@samsung.com>
Fri, 2 Dec 2016 05:24:33 +0000 (14:24 +0900)
committerjihun park <jihun87.park@samsung.com>
Fri, 9 Dec 2016 03:47:57 +0000 (12:47 +0900)
Change-Id: Ieee0fc6a44c54f69e159d590ce8ea02a5eb49f4b
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
src/utc/bluetooth/utc_bluetooth_gatt_positive.c

index f5d11ff0d14308e9f6d98e9628d7820f3fe9f058..da302a807a5537c6587f55b26fd04d5bc05c4991 100755 (executable)
@@ -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");
 }