summaryrefslogtreecommitdiff
path: root/android/hal-msg.h
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2014-11-17 14:18:55 +0100
committerSzymon Janc <szymon.janc@tieto.com>2014-11-19 12:44:34 +0100
commit63951d9bf0d0f85834da3cfa79ae12a8833eb88d (patch)
tree920bc802cfbb4660f4c98cee13ab27e272b25ea8 /android/hal-msg.h
parent5b2c3103d68117e1337e97087b12319f4b81fad7 (diff)
downloadbluez-63951d9bf0d0f85834da3cfa79ae12a8833eb88d.tar.gz
android/hal-gatt: Implement client scan_filter_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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/android/hal-msg.h b/android/hal-msg.h
index dd740b406..7372d4518 100644
--- a/android/hal-msg.h
+++ b/android/hal-msg.h
@@ -1067,6 +1067,12 @@ struct hal_cmd_gatt_client_scan_filter_clear {
int32_t index;
} __attribute__((packed));
+#define HAL_OP_GATT_CLIENT_SCAN_FILTER_ENABLE 0x27
+struct hal_cmd_gatt_client_scan_filter_enable {
+ int32_t client_if;
+ uint8_t enable;
+} __attribute__((packed));
+
/* Handsfree client HAL API */
#define HAL_OP_HF_CLIENT_CONNECT 0x01