OSDN Git Service

android: Define IPC MTU size
authorSzymon Janc <szymon.janc@tieto.com>
Mon, 21 Oct 2013 18:56:45 +0000 (20:56 +0200)
committerJohan Hedberg <johan.hedberg@intel.com>
Mon, 21 Oct 2013 19:46:45 +0000 (22:46 +0300)
This defines buffer size big enough to hold the largest possible IPC
message.

android/hal-msg.h

index 4440fc8..58fff4d 100644 (file)
@@ -21,6 +21,8 @@
  *
  */
 
+#define BLUEZ_HAL_MTU 1024
+
 static const char BLUEZ_HAL_SK_PATH[] = "\0bluez_hal_socket";
 
 struct hal_msg_hdr {