This adds additional logs with received opcode of att pdu by remote --- android/tester-gatt.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/android/tester-gatt.c b/android/tester-gatt.c index d123619..c0065a7 100644 --- a/android/tester-gatt.c +++ b/android/tester-gatt.c @@ -1457,6 +1457,8 @@ static void gatt_cid_hook_cb(const void *data, uint16_t len, void *user_data) const uint8_t *pdu = data; struct iovec *gatt_pdu = queue_peek_head(t_data->pdus); + tester_debug("Received att pdu with opcode 0x%02x", pdu[0]); + switch (pdu[0]) { case L2CAP_ATT_EXCHANGE_MTU_REQ: tester_print("Exchange MTU request received."); -- 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