Diff between 5ee47d3540850709b3c0af136384398ab8bb356d and 6ed27370c0f0a7bc55674abf6771b17b1a77e083

Changed Files

File Additions Deletions Status
lib/mgmt.h +4 -0 modified

Full Patch

diff --git a/lib/mgmt.h b/lib/mgmt.h
index c1afe81..f3bc6da 100644
--- a/lib/mgmt.h
+++ b/lib/mgmt.h
@@ -43,6 +43,8 @@
 #define MGMT_STATUS_INVALID_PARAMS	0x0d
 #define MGMT_STATUS_DISCONNECTED	0x0e
 #define MGMT_STATUS_NOT_POWERED		0x0f
+#define MGMT_STATUS_CANCELLED		0x10
+#define MGMT_STATUS_INVALID_INDEX	0x11
 
 struct mgmt_hdr {
 	uint16_t opcode;
@@ -518,6 +520,8 @@ static const char *mgmt_status[] = {
 	"Invalid Parameters",
 	"Disconnected",
 	"Not Powered",
+	"Cancelled",
+	"Invalid Index",
 };
 
 #ifndef NELEM