summaryrefslogtreecommitdiff
path: root/system/include/hardware/bt_av.h
diff options
context:
space:
mode:
Diffstat (limited to 'system/include/hardware/bt_av.h')
-rw-r--r--system/include/hardware/bt_av.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/include/hardware/bt_av.h b/system/include/hardware/bt_av.h
index 3fe99a9fba..63259cd0c9 100644
--- a/system/include/hardware/bt_av.h
+++ b/system/include/hardware/bt_av.h
@@ -129,7 +129,7 @@ typedef enum {
* For codec capability, fields "sample_rate", "bits_per_sample" and
* "channel_mode" can contain bit-masks with all supported features.
*/
-typedef struct {
+struct btav_a2dp_codec_config_t {
btav_a2dp_codec_index_t codec_type;
btav_a2dp_codec_priority_t
codec_priority; // Codec selection priority
@@ -258,7 +258,7 @@ typedef struct {
result += name;
return result;
}
-} btav_a2dp_codec_config_t;
+};
typedef struct {
btav_a2dp_scmst_enable_status_t enable_status;