Modify the description for bt_gatt_disconnect API 98/207698/2 submit/tizen/20190612.015753 submit/tizen/20190612.015823
authorDoHyun Pyun <dh79.pyun@samsung.com>
Tue, 11 Jun 2019 08:03:59 +0000 (17:03 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Tue, 11 Jun 2019 08:05:48 +0000 (17:05 +0900)
Change-Id: I351cd8df273820432af1974b59d5671dab25f4b5
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
include/bluetooth.h

index 2bdfb0a..70d032a 100644 (file)
@@ -4657,7 +4657,7 @@ int bt_gatt_connect(const char *address, bool auto_connect);
 
 /**
  * @ingroup CAPI_NETWORK_BLUETOOTH_GATT_CLIENT_MODULE
- * @brief Disconnects to LE connection with the given remote Bluetooth device address, asynchronously.
+ * @brief Disconnects to LE connection with the given remote Bluetooth device address, asynchronously or cancels a LE connection attempt currently in progress.
  * @since_tizen @if WEARABLE 2.3.1 @else 2.3 @endif
  * @privlevel public
  * @privilege %http://tizen.org/privilege/bluetooth
@@ -4673,7 +4673,6 @@ int bt_gatt_connect(const char *address, bool auto_connect);
  * @retval #BT_ERROR_PERMISSION_DENIED  Permission denied
  * @retval #BT_ERROR_NOT_SUPPORTED  Not supported
  *
- * @pre The connection must be established.
  * @post This function invokes bt_gatt_connection_state_changed_cb().
  *
  * @see bt_initialize()