Home | History | Annotate | Download | only in rfcomm

Lines Matching full:line_status

159     p_port->line_status |= LINE_STATUS_FAILED;
722 void PORT_LineStatusInd (tRFC_MCB *p_mcb, UINT8 dlci, UINT8 line_status)
732 p_port->line_status |= line_status;
734 if (line_status & PORT_ERR_OVERRUN)
737 if (line_status & PORT_ERR_BREAK)
740 if (line_status & ~(PORT_ERR_OVERRUN | PORT_ERR_BREAK))
1078 p_port->line_status |= LINE_STATUS_FAILED;