summaryrefslogtreecommitdiff
path: root/profiles/audio/a2dp-codecs.h
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/audio/a2dp-codecs.h')
-rw-r--r--profiles/audio/a2dp-codecs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/audio/a2dp-codecs.h b/profiles/audio/a2dp-codecs.h
index 3dc31cbf9..0f44b103f 100644
--- a/profiles/audio/a2dp-codecs.h
+++ b/profiles/audio/a2dp-codecs.h
@@ -134,6 +134,6 @@ typedef struct {
#endif
typedef struct {
- uint8_t vendor_id[4];
- uint8_t codec_id[2];
+ uint32_t vendor_id;
+ uint16_t codec_id;
} __attribute__ ((packed)) a2dp_vendor_codec_t;