Fix document group for gatt connection state cb API 26/237726/2 accepted/tizen/unified/20200710.114132 submit/tizen/20200708.225225
authorWootak Jung <wootak.jung@samsung.com>
Fri, 3 Jul 2020 04:35:15 +0000 (13:35 +0900)
committerWootak Jung <wootak.jung@samsung.com>
Fri, 3 Jul 2020 06:42:38 +0000 (15:42 +0900)
Change-Id: I7a062e2609022535687c8a5e90a587d40a1c4efc
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
include/bluetooth.h

index d3d06d6..378ce02 100644 (file)
@@ -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
  *