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

  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_int.h 363 extern void PORT_DataInd (tRFC_MCB *p_mcb, UINT8 dlci, BT_HDR *p_buf);
port_rfc.c 819 ** Function PORT_DataInd
825 void PORT_DataInd (tRFC_MCB *p_mcb, UINT8 dlci, BT_HDR *p_buf)
833 RFCOMM_TRACE_EVENT4("PORT_DataInd with data length %d, p_mcb:%p,p_port:%p,dlci:%d",
851 else RFCOMM_TRACE_ERROR1("PORT_DataInd, p_port:%p, p_data_co_callback is null", p_port);
867 RFCOMM_TRACE_EVENT0 ("PORT_DataInd. Buffer over run. Dropping the buffer");
    [all...]
rfc_port_fsm.c 522 PORT_DataInd (p_port->rfc.p_mcb, p_port->dlci, p_buf);

Completed in 368 milliseconds