This defines buffer size big enough to hold the largest possible IPC message. --- android/hal-msg.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/android/hal-msg.h b/android/hal-msg.h index 4440fc8..58fff4d 100644 --- a/android/hal-msg.h +++ b/android/hal-msg.h @@ -21,6 +21,8 @@ * */ +#define BLUEZ_HAL_MTU 1024 + static const char BLUEZ_HAL_SK_PATH[] = "\0bluez_hal_socket"; struct hal_msg_hdr { -- 1.8.4 -- 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