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

  /system/bt/stack/rfcomm/
port_int.h 49 #define PORT_FC_CREDIT 2 /* use RFCOMM credit based flow control */
rfc_utils.c 416 if (p_port->rfc.p_mcb->flow == PORT_FC_CREDIT)
440 if (p_port->rfc.p_mcb->flow == PORT_FC_CREDIT)
port_rfc.c 340 p_mcb->flow = PORT_FC_CREDIT;
354 else if (p_mcb->flow == PORT_FC_CREDIT)
408 p_mcb->flow = PORT_FC_CREDIT;
423 if (p_mcb->flow == PORT_FC_CREDIT)
    [all...]
rfc_port_if.c 165 if (flow == PORT_FC_CREDIT)
rfc_port_fsm.c 403 if ((p_port->rfc.p_mcb->flow == PORT_FC_CREDIT)
732 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 847 if (p_port->rfc.p_mcb->flow == PORT_FC_CREDIT)
926 if (p_port->rfc.p_mcb->flow == PORT_FC_CREDIT)
    [all...]
rfc_ts_frames.c 600 if ((p_mcb->flow == PORT_FC_CREDIT) && (p_frame->type == RFCOMM_UIH) &&
  /system/bt/include/
bt_target.h 1078 #define PORT_FC_DEFAULT PORT_FC_CREDIT
    [all...]
  /external/libnfc-nci/src/include/
bt_target.h     [all...]

Completed in 283 milliseconds