Diff between e2b0f0d8d63e1223bb714a9efb37e2257818268b and 6a4248bebc78895903bac5fba2c2970ead1c029d

Changed Files

File Additions Deletions Status
monitor/avdtp.c +0 -4 modified

Full Patch

diff --git a/monitor/avdtp.c b/monitor/avdtp.c
index 9fe72d2..1393d12 100644
--- a/monitor/avdtp.c
+++ b/monitor/avdtp.c
@@ -715,10 +715,6 @@ static bool avdtp_signalling_packet(struct avdtp_frame *avdtp_frame)
 		return true;
 	}
 
-	/* General Reject */
-	if ((hdr & 0x03) == 0x03)
-		return true;
-
 	switch (sig_id) {
 	case AVDTP_DISCOVER:
 		return avdtp_discover(avdtp_frame);