summaryrefslogtreecommitdiff
path: root/android/hal-msg.h
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2014-11-17 22:59:10 +0100
committerSzymon Janc <szymon.janc@tieto.com>2014-11-19 12:44:34 +0100
commitc9275f5083c7c711b32bb683159e279ecf855aae (patch)
tree5a785d5b510a922e809e077c93d8f9c83d5e53ac /android/hal-msg.h
parent1de15ca288a63d44bb56f0d09c9632ef7d22787b (diff)
downloadbluez-c9275f5083c7c711b32bb683159e279ecf855aae.tar.gz
android/hal-gatt: Implement client batchscan_dis_batch_scan
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 a81ebb44d..75ad6150d 100644
--- a/android/hal-msg.h
+++ b/android/hal-msg.h
@@ -1152,6 +1152,11 @@ struct hal_cmd_gatt_client_enable_batchscan {
int32_t discard_rule;
} __attribute__((packed));
+#define HAL_OP_GATT_CLIENT_DISABLE_BATCHSCAN 0x31
+struct hal_cmd_gatt_client_disable_batchscan {
+ int32_t client_if;
+} __attribute__((packed));
+
/* Handsfree client HAL API */
#define HAL_OP_HF_CLIENT_CONNECT 0x01