From: Szymon Janc Date: Sun, 20 Oct 2013 09:53:55 +0000 (+0200) Subject: android: Define path for HAL communication socket X-Git-Tag: android-x86-4.4-r3~7322 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=f8aa51a3cd98d26f3ed5787397c16663d6b32ad6;p=android-x86%2Fexternal-bluetooth-bluez.git android: Define path for HAL communication socket This socket will be used by android daemon and libhal to communicate. --- 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;