--- monitor/packet.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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; -- 1.7.5.4 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html