summaryrefslogtreecommitdiff
path: root/monitor/l2cap.c
diff options
context:
space:
mode:
Diffstat (limited to 'monitor/l2cap.c')
-rw-r--r--monitor/l2cap.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/monitor/l2cap.c b/monitor/l2cap.c
index 5a2ee911..5faa26fd 100644
--- a/monitor/l2cap.c
+++ b/monitor/l2cap.c
@@ -2045,15 +2045,6 @@ static void att_error_response(const struct l2cap_frame *frame)
case 0x11:
str = "Insufficient Resources";
break;
- case 0xfd:
- str = "CCC Improperly Configured";
- break;
- case 0xfe:
- str = "Procedure Already in Progress";
- break;
- case 0xff:
- str = "Out of Range";
- break;
default:
str = "Reserved";
break;