From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> --- android/health.c | 4 ++++ 1 file changed, 4 insertions(+) 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; -- 1.8.3.2 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html