summaryrefslogtreecommitdiff
path: root/android/tester-gatt.c
diff options
context:
space:
mode:
authorJakub Tyszkowski <jakub.tyszkowski@tieto.com>2015-02-03 14:33:15 +0100
committerSzymon Janc <szymon.janc@tieto.com>2015-02-05 16:09:06 +0100
commitf031f489a628162f4941de1f49cbc0df9d995089 (patch)
treeb14dd07b2c1009b0621a2658da3a674ff9ace7e0 /android/tester-gatt.c
parent228fc1cda6736aa4a8c29d7cc643f45c24d2c112 (diff)
downloadbluez-f031f489a628162f4941de1f49cbc0df9d995089.tar.gz
android/tester: Fix ccc descriptor handle
Some service handle count was recently changed.
Diffstat (limited to 'android/tester-gatt.c')
-rw-r--r--android/tester-gatt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/tester-gatt.c b/android/tester-gatt.c
index 23c6609fe..15a54fa6b 100644
--- a/android/tester-gatt.c
+++ b/android/tester-gatt.c
@@ -1084,7 +1084,7 @@ static struct iovec send_notification_1[] = {
static struct iovec att_read_req_op_v = raw_pdu(L2CAP_ATT_READ_REQ);
static struct iovec att_write_req_op_v = raw_pdu(L2CAP_ATT_WRITE_REQ);
-static struct iovec svc_change_ccc_handle_v = raw_pdu(0x1a, 0x00);
+static struct iovec svc_change_ccc_handle_v = raw_pdu(0x1c, 0x00);
static struct iovec svc_change_ccc_value_v = raw_pdu(0x00, 0x01);
static void gatt_client_register_action(void)