Home | History | Annotate | Download | only in l2cap

Lines Matching refs:p_temp

2357         UINT8 *p_temp = ((UINT8 *) (p_buf + 1)) + p_buf->offset;
2358 p_temp += L2CAP_PKT_OVERHEAD;
2359 if ((UINT16)((*p_temp) & 0x01) != (ctrl_word & 0x0001))
2361 (*p_temp) |= (UINT8)(ctrl_word & 0x0001);