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

  /system/bt/stack/include/
port_api.h 256 tPORT_CALLBACK* p_port_cb);
286 tPORT_DATA_CO_CALLBACK* p_port_cb);
  /system/bt/stack/rfcomm/
port_api.cc 332 int PORT_SetEventCallback(uint16_t port_handle, tPORT_CALLBACK* p_port_cb) {
348 p_port->p_callback = p_port_cb;
388 int PORT_SetDataCallback(uint16_t port_handle, tPORT_DATA_CALLBACK* p_port_cb) {
392 p_port_cb);
405 p_port->p_data_callback = p_port_cb;
423 tPORT_DATA_CO_CALLBACK* p_port_cb) {
427 p_port_cb);
440 p_port->p_data_co_callback = p_port_cb;
    [all...]
port_utils.cc 249 tPORT_CALLBACK* p_port_cb = p_port->p_callback; local
256 p_port->p_callback = p_port_cb;

Completed in 618 milliseconds