Diff between 81a874013934d0cbfdceec9990c6348c31ba6bae and 3a035b073f1221535d0a3d51eb89309c1aac18f2

Changed Files

File Additions Deletions Status
monitor/l2cap.c +6 -0 modified

Full Patch

diff --git a/monitor/l2cap.c b/monitor/l2cap.c
index 1e6ca34..26719ac 100644
--- a/monitor/l2cap.c
+++ b/monitor/l2cap.c
@@ -2132,6 +2132,12 @@ static void att_error_response(const struct l2cap_frame *frame)
 	case 0x11:
 		str = "Insufficient Resources";
 		break;
+	case 0x12:
+		str = "Database Out of Sync";
+		break;
+	case 0x13:
+		str = "Value Not Allowed";
+		break;
 	case 0xfd:
 		str = "CCC Improperly Configured";
 		break;