Diff between e4f4e50353762ca4dc7818ac5d347190a2cc8a54 and 9e4f42449c64cea43cf4a1165c0035a0579e96d4
Changed Files
| File | Additions | Deletions | Status |
| android/health.c | +4 | -0 | modified |
Full Patch
diff --git a/android/health.c b/android/health.c
index 0eeb0bd..9857240 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;