summaryrefslogtreecommitdiff
path: root/android/health.c
diff options
context:
space:
mode:
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>2014-06-27 18:16:03 +0300
committerSzymon Janc <szymon.janc@tieto.com>2014-06-29 14:17:19 +0200
commit9e4f42449c64cea43cf4a1165c0035a0579e96d4 (patch)
tree1a34095e9e7a7e89745f02e4ec978d90f29fcf44 /android/health.c
parente4f4e50353762ca4dc7818ac5d347190a2cc8a54 (diff)
downloadbluez-9e4f42449c64cea43cf4a1165c0035a0579e96d4.tar.gz
android/health: Add HDP definitions
Diffstat (limited to 'android/health.c')
-rw-r--r--android/health.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/android/health.c b/android/health.c
index 0eeb0bd3d..98572407e 100644
--- a/android/health.c
+++ b/android/health.c
@@ -60,6 +60,10 @@
#define CHANNEL_TYPE_RELIABLE 0x01
#define CHANNEL_TYPE_STREAM 0x02
+#define MDEP_ECHO 0x00
+#define MDEP_INITIAL 0x01
+#define MDEP_FINAL 0x7F
+
static bdaddr_t adapter_addr;
static struct ipc *hal_ipc = NULL;
static struct queue *apps = NULL;