From: DoHyun Pyun Date: Fri, 10 Apr 2020 00:28:09 +0000 (+0900) Subject: Modify the server MTU get API description X-Git-Tag: submit/tizen/20200410.064409~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fa4d02571c2deed5ac9dcfa3fe2be53e6e2c83ea;p=platform%2Fcore%2Fapi%2Fbluetooth.git Modify the server MTU get API description Change-Id: I808a6b643c273359c75d7bdb97ab0be8d4c58f29 Signed-off-by: DoHyun Pyun --- diff --git a/include/bluetooth.h b/include/bluetooth.h index 9b2cd93..97cee36 100644 --- a/include/bluetooth.h +++ b/include/bluetooth.h @@ -5263,11 +5263,11 @@ int bt_gatt_server_foreach_services(bt_gatt_server_h server, /** * @ingroup CAPI_NETWORK_BLUETOOTH_GATT_SERVER_MODULE - * @brief Gets the ATT MTU value set for a connection. + * @brief Gets an ATT MTU value for a connection. * @since_tizen 5.5 * * @param[in] remote_address The address of the remote Bluetooth device - * @param[out] mtu The MTU value set for a connection + * @param[out] mtu The MTU value for a connection * * @return 0 on success, otherwise a negative error value. * @retval #BT_ERROR_NONE Successful