Diff between e4194a3754d5a9c46ff2afe2b915c9619055ecd4 and 224473bc9f6e7760c19db9b33c9299b791ce1012

Changed Files

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

Full Patch

diff --git a/lib/mgmt.h b/lib/mgmt.h
index 6c7e44a..e28005e 100644
--- a/lib/mgmt.h
+++ b/lib/mgmt.h
@@ -79,7 +79,7 @@ struct mgmt_rp_read_index_list {
 
 /* Reserve one extra byte for names in management messages so that they
  * are always guaranteed to be nul-terminated */
-#define MGMT_MAX_NAME_LENGTH		(HCI_MAX_NAME_LENGTH + 1)
+#define MGMT_MAX_NAME_LENGTH		(248 + 1)
 #define MGMT_MAX_SHORT_NAME_LENGTH	(10 + 1)
 
 #define MGMT_SETTING_POWERED		0x00000001