summaryrefslogtreecommitdiff
path: root/android/hal-msg.h
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2014-11-17 14:15:17 +0100
committerSzymon Janc <szymon.janc@tieto.com>2014-11-19 12:44:34 +0100
commit5b2c3103d68117e1337e97087b12319f4b81fad7 (patch)
tree552270ca26a02e8912d49969b541ebb9a4808c86 /android/hal-msg.h
parent249c6dc80aa7609a7da460ee83f91274e4deedad (diff)
downloadbluez-5b2c3103d68117e1337e97087b12319f4b81fad7.tar.gz
android/hal-gatt: Implement client scan_filter_clear
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 90efc7791..dd740b406 100644
--- a/android/hal-msg.h
+++ b/android/hal-msg.h
@@ -1061,6 +1061,12 @@ struct hal_cmd_gatt_client_scan_filter_add_remove {
uint8_t data_mask[0]; /* common buffer for data and mask */
} __attribute__((packed));
+#define HAL_OP_GATT_CLIENT_SCAN_FILTER_CLEAR 0x26
+struct hal_cmd_gatt_client_scan_filter_clear {
+ int32_t client_if;
+ int32_t index;
+} __attribute__((packed));
+
/* Handsfree client HAL API */
#define HAL_OP_HF_CLIENT_CONNECT 0x01