OSDN Git Service
(root)
/
android-x86
/
external-bluetooth-bluez.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99bd266
)
android: Define IPC MTU size
author
Szymon Janc
<szymon.janc@tieto.com>
Mon, 21 Oct 2013 18:56:45 +0000
(20:56 +0200)
committer
Johan 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
patch
|
blob
|
history
diff --git
a/android/hal-msg.h
b/android/hal-msg.h
index
4440fc8
..
58fff4d
100644
(file)
--- 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 {