Searched refs:p_mgmt_callback (Results 1 – 3 of 3) sorted by relevance
168 if (p_port->p_mgmt_callback) in port_start_close()169 p_port->p_mgmt_callback(PORT_CLOSED, p_port->handle); in port_start_close()218 if (p_port->p_mgmt_callback) { in PORT_StartCnf()219 p_port->p_mgmt_callback(PORT_START_FAILED, p_port->handle); in PORT_StartCnf()452 if (p_port->p_mgmt_callback) in PORT_DlcEstablishInd()453 p_port->p_mgmt_callback(PORT_SUCCESS, p_port->handle); in PORT_DlcEstablishInd()492 if (p_port->p_mgmt_callback) in PORT_DlcEstablishCnf()493 p_port->p_mgmt_callback(PORT_SUCCESS, p_port->handle); in PORT_DlcEstablishCnf()995 if (p_port->p_mgmt_callback) p_port->p_mgmt_callback(res, p_port->handle); in port_rfc_closed()
191 p_mgmt_callback; /* Callback function to receive connection up/down */ member
224 p_port->p_mgmt_callback = p_mgmt_cb; in RFCOMM_CreateConnection()294 p_port->p_mgmt_callback = nullptr; in RFCOMM_RemoveServer()