Modify the doxygen of audio profile type 92/263392/3
authorWootak Jung <wootak.jung@samsung.com>
Wed, 1 Sep 2021 23:50:55 +0000 (08:50 +0900)
committerWootak Jung <wootak.jung@samsung.com>
Thu, 2 Sep 2021 00:22:18 +0000 (09:22 +0900)
Change-Id: Ibc597e96acd91a19fd0cc62944614a63c4bdb30e
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
include/bluetooth_type.h

index 2327f43..0333c44 100644 (file)
@@ -474,11 +474,11 @@ typedef enum {
  * @since_tizen @if WEARABLE 2.3.1 @else 2.3 @endif
  */
 typedef enum {
-       BT_AUDIO_PROFILE_TYPE_ALL = 0,  /**< All supported profiles related with audio */
-       BT_AUDIO_PROFILE_TYPE_HSP_HFP,  /**< HSP(Headset Profile) and HFP(Hands-Free Profile) */
-       BT_AUDIO_PROFILE_TYPE_A2DP,  /**< A2DP(Advanced Audio Distribution Profile) */
-       BT_AUDIO_PROFILE_TYPE_AG,  /**< AG(Audio Gateway) */
-       BT_AUDIO_PROFILE_TYPE_A2DP_SINK,  /**< A2DP(Advanced Audio Distribution Profile) Sink role */
+       BT_AUDIO_PROFILE_TYPE_ALL = 0,  /**< All supported profiles related with audio (Both Host and Device role) */
+       BT_AUDIO_PROFILE_TYPE_HSP_HFP,  /**< local device AG and remote device HF Client (Host role, ex: mobile) */
+       BT_AUDIO_PROFILE_TYPE_A2DP,  /**< A2DP Source Connection, remote device is A2DP Sink (Host role, ex: mobile) */
+       BT_AUDIO_PROFILE_TYPE_AG,  /**< local device HF Client and remote device AG (Device role, ex: headset) */
+       BT_AUDIO_PROFILE_TYPE_A2DP_SINK,  /**< A2DP Sink Connection, remote device is A2DP Source (Device role, ex: headset) */
 } bt_audio_profile_type_e;
 
 /**