summaryrefslogtreecommitdiff
path: root/android/hal-msg.h
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2014-11-17 21:12:53 +0100
committerSzymon Janc <szymon.janc@tieto.com>2014-11-19 12:44:34 +0100
commitd8abfd74ec241e2a71ace422a39cab1d4da3090e (patch)
treef313aefdf649d473b9004e841cb84c4ad50eeb7d /android/hal-msg.h
parent2f776361e2f60f9580c721dd71ca30a45762eb80 (diff)
downloadbluez-d8abfd74ec241e2a71ace422a39cab1d4da3090e.tar.gz
android/hal-gatt: Implement client handle_client_update_multi_adv
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 4b4afee88..255d34272 100644
--- a/android/hal-msg.h
+++ b/android/hal-msg.h
@@ -1105,6 +1105,17 @@ struct hal_cmd_gatt_client_setup_multi_adv {
int32_t timeout;
} __attribute__((packed));
+#define HAL_OP_GATT_CLIENT_UPDATE_MULTI_ADV 0x2c
+struct hal_cmd_gatt_client_update_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