From: Wootak Jung Date: Fri, 3 Jul 2020 04:35:15 +0000 (+0900) Subject: Fix document group for gatt connection state cb API X-Git-Tag: submit/tizen/20200708.225225^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F26%2F237726%2F2;p=platform%2Fcore%2Fapi%2Fbluetooth.git Fix document group for gatt connection state cb API Change-Id: I7a062e2609022535687c8a5e90a587d40a1c4efc Signed-off-by: Wootak Jung --- diff --git a/include/bluetooth.h b/include/bluetooth.h index d3d06d6..378ce02 100644 --- a/include/bluetooth.h +++ b/include/bluetooth.h @@ -4707,7 +4707,7 @@ int bt_gatt_connect(const char *address, bool auto_connect); int bt_gatt_disconnect(const char *address); /** - * @ingroup CAPI_NETWORK_BLUETOOTH_GATT_CLIENT_MODULE + * @ingroup CAPI_NETWORK_BLUETOOTH_GATT_MODULE * @brief Registers a callback function that will be invoked when the connection state is changed. * @since_tizen @if WEARABLE 2.3.1 @else 2.3 @endif * @@ -4727,7 +4727,7 @@ int bt_gatt_disconnect(const char *address); int bt_gatt_set_connection_state_changed_cb(bt_gatt_connection_state_changed_cb callback, void *user_data); /** - * @ingroup CAPI_NETWORK_BLUETOOTH_GATT_CLIENT_MODULE + * @ingroup CAPI_NETWORK_BLUETOOTH_GATT_MODULE * @brief Unregisters a callback function that will be invoked when the connection state is changed. * @since_tizen @if WEARABLE 2.3.1 @else 2.3 @endif *