From f8aa51a3cd98d26f3ed5787397c16663d6b32ad6 Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Sun, 20 Oct 2013 11:53:55 +0200 Subject: [PATCH] android: Define path for HAL communication socket This socket will be used by android daemon and libhal to communicate. --- android/hal-msg.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/android/hal-msg.h b/android/hal-msg.h index 4c5ca698b..4440fc862 100644 --- a/android/hal-msg.h +++ b/android/hal-msg.h @@ -21,6 +21,8 @@ * */ +static const char BLUEZ_HAL_SK_PATH[] = "\0bluez_hal_socket"; + struct hal_msg_hdr { uint8_t service_id; uint8_t opcode; -- 2.11.0