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:
80f9b05
)
android: Define path for HAL communication socket
author
Szymon Janc
<szymon.janc@tieto.com>
Sun, 20 Oct 2013 09:53:55 +0000
(11:53 +0200)
committer
Johan 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
patch
|
blob
|
history
diff --git
a/android/hal-msg.h
b/android/hal-msg.h
index
4c5ca69
..
4440fc8
100644
(file)
--- 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;