We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1441a5a commit 9fdbe5fCopy full SHA for 9fdbe5f
subsys/bluetooth/host/classic/avdtp_internal.h
@@ -189,13 +189,13 @@ struct bt_avdtp_recovery_capabilities {
189
struct bt_avdtp_media_codec_capabilities {
190
uint8_t media_type;
191
uint8_t media_code_type;
192
- uint8_t media_codec_spec_info[0];
+ uint8_t media_codec_spec_info[];
193
} __packed;
194
195
struct bt_avdtp_content_protection_capabilities {
196
uint8_t cp_type_lsb;
197
uint8_t cp_type_msb;
198
- uint8_t cp_type_spec_value[0];
+ uint8_t cp_type_spec_value[];
199
200
201
struct bt_avdtp_header_compression_capabilities {
0 commit comments