From 66f18a4898b794c7fd4d824b84d7e1c24de3f5db Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Sun, 6 Dec 2015 22:08:31 +0100 Subject: [PATCH] rfcomm: don't track l2cap credits --- src/rfcomm.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/rfcomm.h b/src/rfcomm.h index 2790e23e7..6f7c6ebe4 100644 --- a/src/rfcomm.h +++ b/src/rfcomm.h @@ -281,7 +281,6 @@ typedef struct { RFCOMM_MULTIPLEXER_STATE state; uint16_t l2cap_cid; - uint8_t l2cap_credits; uint8_t fcon; // only send if fcon & 1, send rsp if fcon & 0x80