summaryrefslogtreecommitdiff
path: root/android/hal-msg.h
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2014-11-17 22:46:08 +0100
committerSzymon Janc <szymon.janc@tieto.com>2014-11-19 12:44:34 +0100
commitcf5d70640f283b36d3032f473ca764a6ab12c849 (patch)
treea282cd3c081df12c0aeecc84b86893f62b32839b /android/hal-msg.h
parent267ad0f0578461820506482e45a6ec9ee996395f (diff)
downloadbluez-cf5d70640f283b36d3032f473ca764a6ab12c849.tar.gz
android/hal-gatt: Implement client batchscan_cfg_storage
This adds required IPC message, HAL implementation and daemon stub handler.
Diffstat (limited to 'android/hal-msg.h')
-rw-r--r--android/hal-msg.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/android/hal-msg.h b/android/hal-msg.h
index ddc33b65c..195c63497 100644
--- a/android/hal-msg.h
+++ b/android/hal-msg.h
@@ -1134,6 +1134,14 @@ struct hal_cmd_gatt_client_disable_multi_adv_inst {
int32_t client_if;
} __attribute__((packed));
+#define HAL_OP_GATT_CLIENT_CONFIGURE_BATCHSCAN 0x2f
+struct hal_cmd_gatt_client_configure_batchscan {
+ int32_t client_if;
+ int32_t full_max;
+ int32_t trunc_max;
+ int32_t notify_threshold;
+} __attribute__((packed));
+
/* Handsfree client HAL API */
#define HAL_OP_HF_CLIENT_CONNECT 0x01