summaryrefslogtreecommitdiff
path: root/android/hal-msg.h
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2014-11-17 17:12:06 +0100
committerSzymon Janc <szymon.janc@tieto.com>2014-11-19 12:44:34 +0100
commit2f776361e2f60f9580c721dd71ca30a45762eb80 (patch)
treea2a916cbba8360f59a4f1982679ff779cb3b78c7 /android/hal-msg.h
parentdc2410df7f1a6c595705c72a66d459ae5325d60b (diff)
downloadbluez-2f776361e2f60f9580c721dd71ca30a45762eb80.tar.gz
android/hal-gatt: Implement client multi_adv_enable
This adds required IPC message, HAL implementation and daemon stub handler.
Diffstat (limited to 'android/hal-msg.h')
-rw-r--r--android/hal-msg.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/android/hal-msg.h b/android/hal-msg.h
index e3f65dccd..4b4afee88 100644
--- a/android/hal-msg.h
+++ b/android/hal-msg.h
@@ -1094,6 +1094,17 @@ struct hal_cmd_gatt_client_set_scan_param {
int32_t window;
} __attribute__((packed));
+#define HAL_OP_GATT_CLIENT_SETUP_MULTI_ADV 0x2b
+struct hal_cmd_gatt_client_setup_multi_adv {
+ int32_t client_if;
+ int32_t min_interval;
+ int32_t max_interval;
+ int32_t type;
+ int32_t channel_map;
+ int32_t tx_power;
+ int32_t timeout;
+} __attribute__((packed));
+
/* Handsfree client HAL API */
#define HAL_OP_HF_CLIENT_CONNECT 0x01