Searched refs:p_mgmt_callback (Results 1 – 3 of 3) sorted by relevance
167 if (p_port->p_mgmt_callback) in port_start_close()168 p_port->p_mgmt_callback(PORT_CLOSED, p_port->handle); in port_start_close()217 if (p_port->p_mgmt_callback) { in PORT_StartCnf()218 p_port->p_mgmt_callback(PORT_START_FAILED, p_port->handle); in PORT_StartCnf()451 if (p_port->p_mgmt_callback) in PORT_DlcEstablishInd()452 p_port->p_mgmt_callback(PORT_SUCCESS, p_port->handle); in PORT_DlcEstablishInd()491 if (p_port->p_mgmt_callback) in PORT_DlcEstablishCnf()492 p_port->p_mgmt_callback(PORT_SUCCESS, p_port->handle); in PORT_DlcEstablishCnf()994 if (p_port->p_mgmt_callback) p_port->p_mgmt_callback(res, p_port->handle); in port_rfc_closed()
176 p_mgmt_callback; /* Callback function to receive connection up/down */ member
231 p_port->p_mgmt_callback = p_mgmt_cb; in RFCOMM_CreateConnection()301 p_port->p_mgmt_callback = nullptr; in RFCOMM_RemoveServer()