Modify the server MTU get API description 97/230397/2
authorDoHyun Pyun <dh79.pyun@samsung.com>
Fri, 10 Apr 2020 00:28:09 +0000 (09:28 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Fri, 10 Apr 2020 00:49:14 +0000 (09:49 +0900)
Change-Id: I808a6b643c273359c75d7bdb97ab0be8d4c58f29
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
include/bluetooth.h

index 9b2cd93..97cee36 100644 (file)
@@ -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