From 58374b8b6b777edb5fde3b29adb0b46adcfeadcb Mon Sep 17 00:00:00 2001 From: "matthias.ringwald" Date: Tue, 22 Jun 2010 17:00:55 +0000 Subject: [PATCH] comment sdp debug output --- src/sdp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sdp.c b/src/sdp.c index 2b40a66f5..155c3f774 100644 --- a/src/sdp.c +++ b/src/sdp.c @@ -445,7 +445,7 @@ static void sdp_packet_handler(uint8_t packet_type, uint16_t channel, uint8_t *p transaction_id = READ_NET_16(packet, 1); param_len = READ_NET_16(packet, 3); remote_mtu = l2cap_get_remote_mtu_for_local_cid(channel); - printf("SDP Request: type %u, transaction id %u, len %u\n", pdu_id, transaction_id, param_len); + // printf("SDP Request: type %u, transaction id %u, len %u, mtu %u\n", pdu_id, transaction_id, param_len, remote_mtu); switch (pdu_id){ case SDP_ServiceSearchRequest: