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

  /system/bt/stack/rfcomm/
port_int.h 197 tPORT_DATA_CO_CALLBACK *p_data_co_callback; /* Callback function with callouts and flowctrl */ member in struct:__anon72847
port_utils.c 539 if (p_port->p_data_callback || p_port->p_data_co_callback)
573 if (p_port->p_data_callback || p_port->p_data_co_callback)
port_api.c 444 p_port->p_data_co_callback = p_port_cb;
    [all...]
port_rfc.c 845 if (p_port->p_data_co_callback)
849 if(p_port->p_data_co_callback(p_port->inx, (UINT8*)p_buf, -1, DATA_CO_CALLBACK_TYPE_INCOMING))
855 else RFCOMM_TRACE_ERROR("PORT_DataInd, p_port:%p, p_data_co_callback is null", p_port);
    [all...]

Completed in 388 milliseconds