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

  /system/bt/stack/rfcomm/
port_int.h 193 p_data_callback; /* Callback function to receive data indications */ 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_rfc.cc 788 if (p_port->p_data_callback) {
791 p_port->p_data_callback(p_port->inx, (uint8_t*)(p_buf + 1) + p_buf->offset,
    [all...]
port_api.cc 405 p_port->p_data_callback = p_port_cb;
    [all...]

Completed in 152 milliseconds