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

  /system/bt/stack/rfcomm/
port_rfc.cc 171 if (p_port->p_mgmt_callback)
172 p_port->p_mgmt_callback(PORT_CLOSED, p_port->inx);
220 if (p_port->p_mgmt_callback)
221 p_port->p_mgmt_callback(PORT_START_FAILED, p_port->inx);
455 if (p_port->p_mgmt_callback)
456 p_port->p_mgmt_callback(PORT_SUCCESS, p_port->inx);
495 if (p_port->p_mgmt_callback)
496 p_port->p_mgmt_callback(PORT_SUCCESS, p_port->inx);
    [all...]
port_int.h 191 p_mgmt_callback; /* Callback function to receive connection up/down */ member in struct:__anon2511
port_api.cc 226 p_port->p_mgmt_callback = p_mgmt_cb;
301 p_port->p_mgmt_callback = NULL;
    [all...]

Completed in 72 milliseconds