From 9e4f42449c64cea43cf4a1165c0035a0579e96d4 Mon Sep 17 00:00:00 2001 From: Andrei Emeltchenko Date: Fri, 27 Jun 2014 18:16:03 +0300 Subject: [PATCH] android/health: Add HDP definitions --- android/health.c | 4 ++++ 1 file changed, 4 insertions(+) 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; -- 2.47.3