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:
36235e2
)
android: Add missing scan mode difinitions to IPC header
author
Szymon Janc
<szymon.janc@tieto.com>
Fri, 25 Oct 2013 15:15:00 +0000
(17:15 +0200)
committer
Luiz Augusto von Dentz
<luiz.von.dentz@intel.com>
Sun, 27 Oct 2013 11:23:35 +0000
(13:23 +0200)
android/hal-msg.h
patch
|
blob
|
history
diff --git
a/android/hal-msg.h
b/android/hal-msg.h
index
172cecb
..
677b00b
100644
(file)
--- a/
android/hal-msg.h
+++ b/
android/hal-msg.h
@@
-113,6
+113,10
@@
struct hal_cmd_get_adapter_prop {
#define HAL_PROP_DEVICE_VERSION_INFO 0x0c
#define HAL_PROP_DEVICE_TIMESTAMP 0xFF
+#define HAL_ADAPTER_SCAN_MODE_NONE 0x00
+#define HAL_ADAPTER_SCAN_MODE_CONN 0x01
+#define HAL_ADAPTER_SCAN_MODE_CONN_DISC 0x02
+
#define HAL_OP_SET_ADAPTER_PROP 0x05
struct hal_cmd_set_adapter_prop {
uint8_t type;