Home
last modified time | relevance | path

Searched refs:p_mgmt_callback (Results 1 – 3 of 3) sorted by relevance

/system/bt/stack/rfcomm/
Dport_rfc.cc170 if (p_port->p_mgmt_callback) in port_start_close()
171 p_port->p_mgmt_callback(PORT_CLOSED, p_port->inx); in port_start_close()
219 if (p_port->p_mgmt_callback) in PORT_StartCnf()
220 p_port->p_mgmt_callback(PORT_START_FAILED, p_port->inx); in PORT_StartCnf()
451 if (p_port->p_mgmt_callback) in PORT_DlcEstablishInd()
452 p_port->p_mgmt_callback(PORT_SUCCESS, p_port->inx); in PORT_DlcEstablishInd()
491 if (p_port->p_mgmt_callback) in PORT_DlcEstablishCnf()
492 p_port->p_mgmt_callback(PORT_SUCCESS, p_port->inx); in PORT_DlcEstablishCnf()
996 if (p_port->p_mgmt_callback) p_port->p_mgmt_callback(res, p_port->inx); in port_rfc_closed()
Dport_int.h191 p_mgmt_callback; /* Callback function to receive connection up/down */ member
Dport_api.cc229 p_port->p_mgmt_callback = p_mgmt_cb; in RFCOMM_CreateConnection()
297 p_port->p_mgmt_callback = NULL; in RFCOMM_RemoveServer()