summaryrefslogtreecommitdiff
path: root/android/hal-gatt.c
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2014-06-11 13:30:59 +0200
committerSzymon Janc <szymon.janc@tieto.com>2014-06-12 12:18:33 +0200
commitfa8f26feb15695e38e09c736cb1bf58f3b9e2846 (patch)
tree90c1ddf611664b6579de1a47a7106c220d8740d7 /android/hal-gatt.c
parent93af47ef1526344334da4c0dcb5814f44fb8df7b (diff)
downloadbluez-fa8f26feb15695e38e09c736cb1bf58f3b9e2846.tar.gz
android: Update HAL API to Android 4.4.3-r1.1
Diffstat (limited to 'android/hal-gatt.c')
-rw-r--r--android/hal-gatt.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/android/hal-gatt.c b/android/hal-gatt.c
index 6f0d2c5e4..a4ad0f28c 100644
--- a/android/hal-gatt.c
+++ b/android/hal-gatt.c
@@ -975,7 +975,9 @@ static bt_status_t set_adv_data(int server_if, bool set_scan_rsp,
bool include_name, bool include_txpower,
int min_interval, int max_interval,
int appearance, uint16_t manufacturer_len,
- char *manufacturer_data)
+ char *manufacturer_data,
+ uint16_t service_data_len, char *service_data,
+ uint16_t service_uuid_len, char *service_uuid)
{
char buf[IPC_MTU];
struct hal_cmd_gatt_client_set_adv_data *cmd = (void *) buf;