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

  /external/bluetooth/bluedroid/stack/rfcomm/
port_int.h 196 tPORT_DATA_CALLBACK *p_data_callback; /* Callback function to receive data indications */ member in struct:t_port_info
port_utils.c 529 if (p_port->p_data_callback || p_port->p_data_co_callback)
563 if (p_port->p_data_callback || p_port->p_data_co_callback)
port_rfc.c 848 if (p_port->p_data_callback)
853 p_port->p_data_callback (p_port->inx, (UINT8 *)(p_buf + 1) + p_buf->offset, p_buf->len);
    [all...]
port_api.c 346 p_port->p_data_callback = p_port_cb;
    [all...]

Completed in 886 milliseconds