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

  /external/bluetooth/bluedroid/stack/rfcomm/
port_int.h 197 tPORT_DATA_CO_CALLBACK *p_data_co_callback; /* Callback function with callouts and flowctrl */ member in struct:t_port_info
port_utils.c 534 if (p_port->p_data_callback || p_port->p_data_co_callback)
568 if (p_port->p_data_callback || p_port->p_data_co_callback)
port_api.c 407 p_port->p_data_co_callback = p_port_cb;
    [all...]
port_rfc.c 844 if (p_port->p_data_co_callback)
848 if(p_port->p_data_co_callback(p_port->inx, (UINT8*)p_buf, -1, DATA_CO_CALLBACK_TYPE_INCOMING))
854 else RFCOMM_TRACE_ERROR("PORT_DataInd, p_port:%p, p_data_co_callback is null", p_port);
    [all...]

Completed in 523 milliseconds