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:
ea713c9
)
android: Add missing SSP variant definitions to IPC header
author
Szymon Janc
<szymon.janc@tieto.com>
Fri, 25 Oct 2013 10:50:07 +0000
(12:50 +0200)
committer
Luiz Augusto von Dentz
<luiz.von.dentz@intel.com>
Fri, 25 Oct 2013 12:00:22 +0000
(15:00 +0300)
android/hal-msg.h
patch
|
blob
|
history
diff --git
a/android/hal-msg.h
b/android/hal-msg.h
index
352a64c
..
7404ea5
100644
(file)
--- a/
android/hal-msg.h
+++ b/
android/hal-msg.h
@@
-176,6
+176,11
@@
struct hal_cmd_pin_reply {
uint8_t pin_code[16];
} __attribute__((packed));
+#define HAL_SSP_VARIANT_CONFIRM 0x00
+#define HAL_SSP_VARIANT_ENTRY 0x01
+#define HAL_SSP_VARIANT_CONSENT 0x02
+#define HAL_SSP_VARIANT_NOTIF 0x03
+
#define HAL_OP_SSP_REPLY 0x11
struct hal_cmd_ssp_reply {
uint8_t bdaddr[6];