summaryrefslogtreecommitdiff
path: root/android/tester-gatt.c
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2014-11-05 12:56:22 +0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2014-11-06 17:39:14 +0200
commit2916f23a25766451feb302edb74d2963a7ef4b66 (patch)
treed8e076b0c3f1b2f4dc2cd8f7ed77d3c981c21f2d /android/tester-gatt.c
parent1030023dd2b3ed1b96972798ef5066eea71c0119 (diff)
downloadbluez-2916f23a25766451feb302edb74d2963a7ef4b66.tar.gz
android/tester-gatt: Print handle for write
Diffstat (limited to 'android/tester-gatt.c')
-rw-r--r--android/tester-gatt.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/android/tester-gatt.c b/android/tester-gatt.c
index f99100db2..97473e5a3 100644
--- a/android/tester-gatt.c
+++ b/android/tester-gatt.c
@@ -1180,6 +1180,9 @@ static void gatt_att_pdu_modify(void)
memcpy(raw_pdu + 1, &handle, sizeof(handle));
memcpy(raw_pdu + 3, value, set_data_len - sizeof(handle));
+ tester_debug("gatt: modify pdu write request handle to 0x%02x",
+ handle);
+
break;
}
default: