--- parser/l2cap.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/parser/l2cap.c b/parser/l2cap.c index 799d4b7..ad3b7ff 100644 --- a/parser/l2cap.c +++ b/parser/l2cap.c @@ -352,8 +352,9 @@ static char *supervisory2str(uint8_t supervisory) case 0x01: return "Reject (REJ)"; case 0x02: + return "Receiver Not Ready (RNR)"; case 0x03: - return "Reserved Supervisory"; + return "Select Reject (SREJ)"; default: return "Bad Supervisory"; } -- 1.6.4.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