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

  /external/bluetooth/bluedroid/stack/rfcomm/
port_rfc.c 177 if (p_port->p_mgmt_callback)
178 p_port->p_mgmt_callback (PORT_CLOSED, p_port->inx);
234 if (p_port->p_mgmt_callback)
235 p_port->p_mgmt_callback (PORT_START_FAILED, p_port->inx);
480 if (p_port->p_mgmt_callback)
481 p_port->p_mgmt_callback (PORT_SUCCESS, p_port->inx);
523 if (p_port->p_mgmt_callback)
524 p_port->p_mgmt_callback (PORT_SUCCESS, p_port->inx);
    [all...]
port_int.h 195 tPORT_CALLBACK *p_mgmt_callback; /* Callback function to receive connection up/down */ member in struct:t_port_info
port_api.c 183 p_port->p_mgmt_callback = p_mgmt_cb;
259 p_port->p_mgmt_callback = NULL;
    [all...]

Completed in 331 milliseconds