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);
rfc_port_fsm.c 523 PORT_DataInd (p_port->rfc.p_mcb, p_port->dlci, p_buf);
port_rfc.c 822 ** Function PORT_DataInd
828 void PORT_DataInd (tRFC_MCB *p_mcb, UINT8 dlci, BT_HDR *p_buf)
836 RFCOMM_TRACE_EVENT("PORT_DataInd with data length %d, p_mcb:%p,p_port:%p,dlci:%d",
854 else RFCOMM_TRACE_ERROR("PORT_DataInd, p_port:%p, p_data_co_callback is null", p_port);
870 RFCOMM_TRACE_EVENT ("PORT_DataInd. Buffer over run. Dropping the buffer");
    [all...]

Completed in 1096 milliseconds