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 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_rfc.c 853 if (p_port->p_data_callback)
858 p_port->p_data_callback (p_port->inx, (UINT8 *)(p_buf + 1) + p_buf->offset, p_buf->len);
    [all...]
port_api.c 371 p_port->p_data_callback = p_port_cb;
    [all...]

Completed in 96 milliseconds