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 178 if (p_port->p_mgmt_callback)
179 p_port->p_mgmt_callback (PORT_CLOSED, p_port->inx);
235 if (p_port->p_mgmt_callback)
236 p_port->p_mgmt_callback (PORT_START_FAILED, p_port->inx);
481 if (p_port->p_mgmt_callback)
482 p_port->p_mgmt_callback (PORT_SUCCESS, p_port->inx);
524 if (p_port->p_mgmt_callback)
525 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 36 milliseconds