Home | History | Annotate | Download | only in l2cap

Lines Matching full:param_len

441     UINT16  param_len;
447 param_len = 2;
449 param_len = 4;
451 param_len = 0;
453 if ((p_buf = l2cu_build_header (p_lcb, (UINT16) (L2CAP_CMD_REJECT_LEN + param_len), L2CAP_CMD_REJECT, rem_id)) == NULL )
464 if (param_len >= 2)
467 if (param_len >= 4)