OSDN Git Service

android: Define path for HAL communication socket
authorSzymon Janc <szymon.janc@tieto.com>
Sun, 20 Oct 2013 09:53:55 +0000 (11:53 +0200)
committerJohan Hedberg <johan.hedberg@intel.com>
Sun, 20 Oct 2013 19:31:54 +0000 (22:31 +0300)
This socket will be used by android daemon and libhal to communicate.

android/hal-msg.h

index 4c5ca69..4440fc8 100644 (file)
@@ -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;