Home | History | Annotate | Download | only in rfcomm

Lines Matching defs:events

385  *                  events to be send to the user based on the user's specified
426 uint32_t events = 0;
429 events |= PORT_EV_DSR;
431 if (signal & PORT_DTRDSR_ON) events |= PORT_EV_DSRS;
435 events |= PORT_EV_CTS;
437 if (signal & PORT_CTSRTS_ON) events |= PORT_EV_CTSS;
440 if (changed_signals & PORT_RING_ON) events |= PORT_EV_RING;
443 events |= PORT_EV_RLSD;
445 if (signal & PORT_DCD_ON) events |= PORT_EV_RLSDS;
448 return (p_port->ev_mask & events);