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

  /external/bluetooth/bluedroid/stack/rfcomm/
port_int.h 49 #define PORT_FC_CREDIT 2 /* use RFCOMM credit based flow control */
port_rfc.c 339 p_mcb->flow = PORT_FC_CREDIT;
353 else if (p_mcb->flow == PORT_FC_CREDIT)
407 p_mcb->flow = PORT_FC_CREDIT;
422 if (p_mcb->flow == PORT_FC_CREDIT)
    [all...]
rfc_utils.c 413 if (p_port->rfc.p_mcb->flow == PORT_FC_CREDIT)
437 if (p_port->rfc.p_mcb->flow == PORT_FC_CREDIT)
rfc_port_if.c 148 if (flow == PORT_FC_CREDIT)
rfc_port_fsm.c 402 if ((p_port->rfc.p_mcb->flow == PORT_FC_CREDIT)
731 if (p_port->rfc.p_mcb->flow != PORT_FC_CREDIT)
port_utils.c 500 if (p_port->rfc.p_mcb->flow == PORT_FC_CREDIT)
port_api.c 811 if (p_port->rfc.p_mcb->flow == PORT_FC_CREDIT)
    [all...]
rfc_ts_frames.c 596 if ((p_mcb->flow == PORT_FC_CREDIT) && (p_frame->type == RFCOMM_UIH) &&
  /external/bluetooth/bluedroid/include/
bt_target.h     [all...]
  /external/libnfc-nci/src/include/
bt_target.h     [all...]

Completed in 121 milliseconds