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 737 PORT_FlowInd (p_mcb, p_frame->dlci, (BOOLEAN)!new_peer_fc);
832 PORT_FlowInd (p_mcb, 0, TRUE);
851 PORT_FlowInd (p_mcb, 0, FALSE);
877 PORT_FlowInd (p_mcb, 0, TRUE);
879 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 420 PORT_FlowInd(p_port->rfc.p_mcb, p_port->dlci, TRUE);
port_rfc.c 920 ** Function PORT_FlowInd
926 void PORT_FlowInd (tRFC_MCB *p_mcb, UINT8 dlci, BOOLEAN enable_data)
932 RFCOMM_TRACE_EVENT1 ("PORT_FlowInd fc:%d", enable_data);
    [all...]

Completed in 22 milliseconds