From: Wootak Jung Date: Wed, 1 Sep 2021 23:50:55 +0000 (+0900) Subject: Modify the doxygen of audio profile type X-Git-Tag: submit/tizen/20210930.054510~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5b2e5ecbf80d3c48f684986c1658a3c7abf4d8f6;p=platform%2Fcore%2Fapi%2Fbluetooth.git Modify the doxygen of audio profile type Change-Id: Ibc597e96acd91a19fd0cc62944614a63c4bdb30e Signed-off-by: Wootak Jung --- diff --git a/include/bluetooth_type.h b/include/bluetooth_type.h index 2327f43..0333c44 100644 --- a/include/bluetooth_type.h +++ b/include/bluetooth_type.h @@ -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; /**