summaryrefslogtreecommitdiff
path: root/android/hal-msg.h
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2014-11-17 23:05:22 +0100
committerSzymon Janc <szymon.janc@tieto.com>2014-11-19 12:44:34 +0100
commit516d4baaedb48c33957bb2d595dceba337205507 (patch)
tree7310d327c4ae94208e0544702b579d7a58ff15d1 /android/hal-msg.h
parentc9275f5083c7c711b32bb683159e279ecf855aae (diff)
downloadbluez-516d4baaedb48c33957bb2d595dceba337205507.tar.gz
android/hal-gatt: Implement client batchscan_read_reports
This adds required IPC message, HAL implementation and daemon stub handler.
Diffstat (limited to 'android/hal-msg.h')
-rw-r--r--android/hal-msg.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/android/hal-msg.h b/android/hal-msg.h
index 75ad6150d..99a9c7fa6 100644
--- a/android/hal-msg.h
+++ b/android/hal-msg.h
@@ -1157,6 +1157,12 @@ struct hal_cmd_gatt_client_disable_batchscan {
int32_t client_if;
} __attribute__((packed));
+#define HAL_OP_GATT_CLIENT_READ_BATCHSCAN_REPORTS 0x32
+struct hal_cmd_gatt_client_read_batchscan_reports {
+ int32_t client_if;
+ int32_t scan_mode;
+} __attribute__((packed));
+
/* Handsfree client HAL API */
#define HAL_OP_HF_CLIENT_CONNECT 0x01