print MTU size after get MTU request from iphone.
bug:13568537
Change-Id: If1a4e93b7ef53662bd740da0d3bb91fe747de031
diff --git a/stack/gatt/gatt_sr.c b/stack/gatt/gatt_sr.c
index 88040fe..c006dd2 100644
--- a/stack/gatt/gatt_sr.c
+++ b/stack/gatt/gatt_sr.c
@@ -929,6 +929,8 @@
else
p_tcb->payload_size = mtu;
+ GATT_TRACE_ERROR1("MTU request PDU with MTU size %d", p_tcb->payload_size);
+
if ((p_buf = attp_build_sr_msg(p_tcb, GATT_RSP_MTU, (tGATT_SR_MSG *) &p_tcb->payload_size)) != NULL)
{
attp_send_sr_msg (p_tcb, p_buf);