Show TxWindow, MaxTransmit, Retransmission Timeout, Monitor Timeout and MPS for ERTM and Streaming mode. --- parser/l2cap.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/parser/l2cap.c b/parser/l2cap.c index 4ab4123..3bcb531 100644 --- a/parser/l2cap.c +++ b/parser/l2cap.c @@ -432,7 +432,7 @@ static void conf_rfc(void *ptr, int len, int in, uint16_t cid) set_mode(in, cid, mode); printf("RFC 0x%02x (%s", mode, mode2str(mode)); - if (mode == 0x01 || mode == 0x02) { + if (mode >= 0x01 && mode <= 0x04) { uint8_t txwin, maxtrans; uint16_t rto, mto, mps; txwin = *((uint8_t *) (ptr + 1)); -- 1.6.0.6 -- 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