/system/bt/stack/rfcomm/ |
port_rfc.c | 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)) [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:__anon74378::__anon74379::__anon74385 378 extern void PORT_LineStatusInd (tRFC_MCB *p_mcb, UINT8 dlci, UINT8 line_status);
|
port_api.c | 617 if (p_port->line_status) 665 if (p_port->line_status) 709 if (p_port->line_status) 1030 *p_errors = p_port->line_status; [all...] |
port_int.h | 166 UINT8 line_status; /* Line status as reported by peer */ member in struct:__anon74376
|
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 | 118 p_port->line_status = 0;
|
rfc_ts_frames.c | 856 p_rx_frame->u.rls.line_status = (*p_data & ~0x01);
|
/device/google/dragon/audio/hal/ |
iniparser.c | 30 } line_status ; typedef in typeref:enum:_line_status_ 552 @return line_status value 555 static line_status iniparser_line( 561 line_status sta ;
|