[PATCH BlueZ] mesh: Fix opcode for OP_VEND_MODEL_APP_GET

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This changes the value of OP_VEND_MODEL_APP_GET to 0x804D (it was
incorrectly set to 0x804C)
---
 mesh/cfgmod.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mesh/cfgmod.h b/mesh/cfgmod.h
index da8b5b32b..383fdbf6b 100644
--- a/mesh/cfgmod.h
+++ b/mesh/cfgmod.h
@@ -91,7 +91,7 @@
 #define OP_NODE_RESET_STATUS			0x804A
 #define OP_MODEL_APP_GET			0x804B
 #define OP_MODEL_APP_LIST			0x804C
-#define OP_VEND_MODEL_APP_GET			0x804C
+#define OP_VEND_MODEL_APP_GET			0x804D
 #define OP_VEND_MODEL_APP_LIST			0x804E
 
 void cfgmod_server_init(struct mesh_node *node, uint8_t ele_idx);
-- 
2.21.1




[Index of Archives]     [Bluez Devel]     [Linux Wireless Networking]     [Linux Wireless Personal Area Networking]     [Linux ATH6KL]     [Linux USB Devel]     [Linux Media Drivers]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux