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

  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_port_fsm.c 738 PORT_FlowInd (p_mcb, p_frame->dlci, (BOOLEAN)!new_peer_fc);
837 PORT_FlowInd (p_mcb, 0, TRUE);
856 PORT_FlowInd (p_mcb, 0, FALSE);
882 PORT_FlowInd (p_mcb, 0, TRUE);
884 PORT_FlowInd (p_mcb, 0, FALSE);
rfc_int.h 372 extern void PORT_FlowInd (tRFC_MCB *p_mcb, UINT8 dlci, BOOLEAN fc);
rfc_utils.c 423 PORT_FlowInd(p_port->rfc.p_mcb, p_port->dlci, TRUE);
port_rfc.c 923 ** Function PORT_FlowInd
929 void PORT_FlowInd (tRFC_MCB *p_mcb, UINT8 dlci, BOOLEAN enable_data)
935 RFCOMM_TRACE_EVENT ("PORT_FlowInd fc:%d", enable_data);
    [all...]

Completed in 35 milliseconds