"F-bit" make more sense for the Enhanced Retranstransmission mode. --- parser/l2cap.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/parser/l2cap.c b/parser/l2cap.c index ad3b7ff..174cd3a 100644 --- a/parser/l2cap.c +++ b/parser/l2cap.c @@ -847,7 +847,7 @@ static void l2cap_parse(int level, struct frame *frm) } printf(" ReqSeq %d", (ctrl & 0x3f00) >> 8); if (ctrl & 0x80) - printf(" Retransmission Disable"); + printf(" F-bit"); printf("\n"); } } -- 1.7.1 -- 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