Home | History | Annotate | Download | only in gatt

Lines Matching refs:mtu

121                                        tGATTS_RSP *p_msg, UINT16 mtu)
129 GATT_TRACE_DEBUG2 ("process_read_multi_rsp status=%d mtu=%d", status, mtu);
149 len = sizeof(BT_HDR) + L2CAP_MIN_OFFSET + mtu;
181 if (total_len > mtu)
184 len = p_rsp->attr_value.len - (total_len - mtu);
891 ** Description This function is called to process excahnge MTU request.
899 UINT16 mtu = 0;
904 STREAM_TO_UINT16 (mtu, p);
913 /* mtu must be greater than default MTU which is 23/48 */
914 if (mtu <= GATT_MAX_MTU_SIZE)
915 p_tcb->payload_size = mtu;
923 /* Notify all registered applicaiton with new MTU size. Us a transaction ID */
1435 /* The message has to be smaller than the agreed MTU, len does not include op code */