summaryrefslogtreecommitdiff
path: root/android/hal-msg.h
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2014-11-17 22:34:50 +0100
committerSzymon Janc <szymon.janc@tieto.com>2014-11-19 12:44:34 +0100
commit267ad0f0578461820506482e45a6ec9ee996395f (patch)
tree710005ae06884acab155fc31565f9c60ab53e79f /android/hal-msg.h
parent757975bcf77eae7b8aad0061a795fe7cef38b083 (diff)
downloadbluez-267ad0f0578461820506482e45a6ec9ee996395f.tar.gz
android/hal-gatt: Implement client multi_adv_disable
This adds required IPC message, HAL implementation and daemon stub handler.
Diffstat (limited to 'android/hal-msg.h')
-rw-r--r--android/hal-msg.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/android/hal-msg.h b/android/hal-msg.h
index 95768ed11..ddc33b65c 100644
--- a/android/hal-msg.h
+++ b/android/hal-msg.h
@@ -1129,6 +1129,11 @@ struct hal_cmd_gatt_client_setup_multi_adv_inst {
uint8_t data_service_uuid[0];
} __attribute__((packed));
+#define HAL_OP_GATT_CLIENT_DISABLE_MULTI_ADV_INST 0x2e
+struct hal_cmd_gatt_client_disable_multi_adv_inst {
+ int32_t client_if;
+} __attribute__((packed));
+
/* Handsfree client HAL API */
#define HAL_OP_HF_CLIENT_CONNECT 0x01