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.c 180 if (p_port->p_mgmt_callback)
181 p_port->p_mgmt_callback (PORT_CLOSED, p_port->inx);
236 if (p_port->p_mgmt_callback)
237 p_port->p_mgmt_callback (PORT_START_FAILED, p_port->inx);
482 if (p_port->p_mgmt_callback)
483 p_port->p_mgmt_callback (PORT_SUCCESS, p_port->inx);
525 if (p_port->p_mgmt_callback)
526 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:__anon72847
port_api.c 220 p_port->p_mgmt_callback = p_mgmt_cb;
296 p_port->p_mgmt_callback = NULL;
    [all...]

Completed in 3539 milliseconds