HomeSort by relevance Sort by last modified time
    Searched refs:line_status (Results 1 - 7 of 7) sorted by null

  /external/bluetooth/bluedroid/stack/rfcomm/
port_api.c 583 if (p_port->line_status)
631 if (p_port->line_status)
675 if (p_port->line_status)
1000 *p_errors = p_port->line_status;
1004 p_port->line_status = (p_port->line_status & LINE_STATUS_FAILED);
    [all...]
port_rfc.c 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))
    [all...]
rfc_int.h 74 extern void RFCOMM_LineStatusReq (tRFC_MCB *p_mcb, UINT8 dlci, UINT8 line_status);
135 UINT8 line_status; member in struct:__anon6317::__anon6318::__anon6324
380 extern void PORT_LineStatusInd (tRFC_MCB *p_mcb, UINT8 dlci, UINT8 line_status);
port_int.h 166 UINT8 line_status; /* Line status as reported by peer */ member in struct:t_port_info
rfc_port_fsm.c 772 PORT_LineStatusInd (p_mcb, p_frame->dlci, p_frame->u.rls.line_status);
773 rfc_send_rls (p_mcb, p_frame->dlci, FALSE, p_frame->u.rls.line_status);
port_utils.c 114 p_port->line_status = 0;
rfc_ts_frames.c 888 p_rx_frame->u.rls.line_status = (*p_data & ~0x01);

Completed in 79 milliseconds