Home | History | Annotate | Download | only in rfcomm

Lines Matching refs:line_status

157     p_port->line_status |= LINE_STATUS_FAILED;
721 void PORT_LineStatusInd (tRFC_MCB *p_mcb, UINT8 dlci, UINT8 line_status)
731 p_port->line_status |= line_status;
733 if (line_status & PORT_ERR_OVERRUN)
736 if (line_status & PORT_ERR_BREAK)
739 if (line_status & ~(PORT_ERR_OVERRUN | PORT_ERR_BREAK))
1077 p_port->line_status |= LINE_STATUS_FAILED;