Searched refs:sdu_length (Results 1 – 1 of 1) sorted by relevance
829 UINT16 sdu_length; in l2c_lcc_proc_pdu() local842 STREAM_TO_UINT16(sdu_length, p); in l2c_lcc_proc_pdu()844 if (sdu_length > p_ccb->local_conn_cfg.mtu) in l2c_lcc_proc_pdu()860 p_ccb->ble_sdu_length = sdu_length; in l2c_lcc_proc_pdu()861 L2CAP_TRACE_DEBUG ("%s SDU Length = %d",__func__,sdu_length); in l2c_lcc_proc_pdu()862 p_buf->len -= sizeof(sdu_length); in l2c_lcc_proc_pdu()863 p_buf->offset += sizeof(sdu_length); in l2c_lcc_proc_pdu()