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 195 p_data_co_callback; /* Callback function with callouts and flowctrl */ member in struct:__anon2511
port_utils.cc 483 if (p_port->p_data_callback || p_port->p_data_co_callback) {
510 if (p_port->p_data_callback || p_port->p_data_co_callback) {
port_api.cc 440 p_port->p_data_co_callback = p_port_cb;
    [all...]
port_rfc.cc 776 if (p_port->p_data_co_callback) {
778 if (p_port->p_data_co_callback(p_port->inx, (uint8_t*)p_buf, -1,
    [all...]

Completed in 136 milliseconds