From: DoHyun Pyun Date: Tue, 11 Jun 2019 08:03:59 +0000 (+0900) Subject: Modify the description for bt_gatt_disconnect API X-Git-Tag: submit/tizen/20190612.015753^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4553bdf9581f11e4dd9a44651d8b17caf32d8763;p=platform%2Fcore%2Fapi%2Fbluetooth.git Modify the description for bt_gatt_disconnect API Change-Id: I351cd8df273820432af1974b59d5671dab25f4b5 Signed-off-by: DoHyun Pyun --- diff --git a/include/bluetooth.h b/include/bluetooth.h index 2bdfb0a..70d032a 100644 --- a/include/bluetooth.h +++ b/include/bluetooth.h @@ -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()