Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5ee26e5c authored by Zhihai Xu's avatar Zhihai Xu Committed by Android Git Automerger
Browse files

am 57ff3067: Merge "print MTU size after get MTU request from iphone." into klp-modular-dev

* commit '57ff3067':
  print MTU size after get MTU request from iphone.
parents fe48cf05 57ff3067
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -929,6 +929,8 @@ static void gatts_process_mtu_req (tGATT_TCB *p_tcb, UINT16 len, UINT8 *p_data)
        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);