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:
f278269
)
android: Fix typo in get_remote_services command
author
Marcin Kraglak
<marcin.kraglak@tieto.com>
Mon, 4 Nov 2013 07:30:30 +0000
(08:30 +0100)
committer
Johan Hedberg
<johan.hedberg@intel.com>
Mon, 4 Nov 2013 07:37:13 +0000
(09:37 +0200)
android/hal-msg.h
patch
|
blob
|
history
diff --git
a/android/hal-msg.h
b/android/hal-msg.h
index
1587ff2
..
f381862
100644
(file)
--- a/
android/hal-msg.h
+++ b/
android/hal-msg.h
@@
-148,8
+148,8
@@
struct hal_cmd_get_remote_service_rec {
uint8_t uuid[16];
} __attribute__((packed));
-#define HAL_OP_GET_REMOTE_SERVICE
0x0a
-struct hal_cmd_get_remote_service {
+#define HAL_OP_GET_REMOTE_SERVICE
S
0x0a
+struct hal_cmd_get_remote_service
s
{
uint8_t bdaddr[6];
} __attribute__((packed));