summaryrefslogtreecommitdiff
path: root/mesh/node.h
diff options
context:
space:
mode:
authorInga Stotland <inga.stotland@intel.com>2017-08-25 16:56:33 -0700
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2017-08-28 13:56:55 +0300
commitcce51615566053cb3c72a9d64992aa31ab5c98f4 (patch)
tree4d05285e41e1718203cf73594024fbfc67eb0355 /mesh/node.h
parentb0fe6045b7d9cfdd02a5e419fc9658a0ffa84619 (diff)
downloadbluez-cce51615566053cb3c72a9d64992aa31ab5c98f4.tar.gz
mesh: move GATT defines to the appropriate header file
Group mesh GATT definitions in mesh/gatt.h file. Also remove unused members in mesh_node structure.
Diffstat (limited to 'mesh/node.h')
-rw-r--r--mesh/node.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/mesh/node.h b/mesh/node.h
index 68c60ebef..1fab80a13 100644
--- a/mesh/node.h
+++ b/mesh/node.h
@@ -21,17 +21,6 @@
*
*/
-/* Largest Possible GATT Packet: Provisioning Public Key + type + sar */
-#define MAX_GATT_SIZE (64 + 1 + 1)
-
-#define GATT_SAR_MASK 0xc0
-#define GATT_SAR_COMPLETE 0x00
-#define GATT_SAR_FIRST 0x40
-#define GATT_SAR_CONTINUE 0x80
-#define GATT_SAR_LAST 0xc0
-#define GATT_TYPE_INVALID 0xff
-#define GATT_TYPE_MASK 0x3f
-
struct mesh_node;
#define ACTION_ADD 1