Diff between 6832175e05e44f58b9ade002adaa5af22e91811d and a699f7cee99644d65c6ee5f998ac15a5435f7c83
Changed Files
| File | Additions | Deletions | Status |
| monitor/packet.c | +1 | -1 | modified |
Full Patch
diff --git a/monitor/packet.c b/monitor/packet.c
index 356e0a3..0f14ea6 100644
--- a/monitor/packet.c
+++ b/monitor/packet.c
@@ -654,7 +654,7 @@ void packet_hci_scodata(struct timeval *tv, uint16_t index, bool in,
}
printf("%c SCO Data: handle %d flags 0x%2.2x dlen %d\n",
- in ? '>' : '<', acl_handle(handle), flags, hdr->dlen);
+ in ? '>' : '<', acl_handle(handle), flags, hdr->dlen);
data += HCI_SCO_HDR_SIZE;
size -= HCI_SCO_HDR_SIZE;