From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> --- android/tester-gatt.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/android/tester-gatt.c b/android/tester-gatt.c index f99100d..97473e5 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: -- 1.9.3 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html