From: DoHyun Pyun Date: Mon, 22 May 2017 01:22:21 +0000 (+0900) Subject: Fix the Native API reference error X-Git-Tag: submit/tizen/20170522.012704^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F01%2F130301%2F1;p=platform%2Fcore%2Fapi%2Fbluetooth.git Fix the Native API reference error Change-Id: I1768444aa48322586cb0544123d9d667418a659f Signed-off-by: DoHyun Pyun --- diff --git a/include/bluetooth.h b/include/bluetooth.h index a2b8b87..9be0e19 100644 --- a/include/bluetooth.h +++ b/include/bluetooth.h @@ -4953,7 +4953,7 @@ int bt_gatt_client_request_att_mtu_change(bt_gatt_client_h client, unsigned int * @since_tizen 4.0 * * @param[in] client The created GATT client's handle - * @param[ot] mtu The MTU value set for a connection + * @param[out] mtu The MTU value set for a connection * * @return 0 on success, otherwise a negative error value. * @retval #BT_ERROR_NONE Successful