Diff between 7a8d1be9755f39ca2d3060b4ba9f9ce58c83c0ed and 9822898fd5f59a255b7a957303914bc557f9cf44
Changed Files
| File | Additions | Deletions | Status |
| monitor/avctp.c | +1 | -1 | modified |
Full Patch
diff --git a/monitor/avctp.c b/monitor/avctp.c
index dc03195..fb26282 100644
--- a/monitor/avctp.c
+++ b/monitor/avctp.c
@@ -1192,7 +1192,7 @@ static bool avrcp_get_element_attributes(struct avctp_frame *avctp_frame,
for (; num > 0; num--) {
uint32_t attr;
- if (!l2cap_frame_get_le32(frame, &attr))
+ if (!l2cap_frame_get_be32(frame, &attr))
return false;
print_field("%*cAttributeID: 0x%08x (%s)", (indent - 8),