Found 8 other functions taking a
tPORT_STATE
argument:
* Function rfc_send_rpn * Description This function sends Remote Port Negotiation Command
* Function PORT_SetState * Description This function configures connection according to the * specifications in the tPORT_STATE structure. * Parameters: handle - Handle returned in the RFCOMM_CreateConnection * p_settings - Pointer to a tPORT_STATE structure containing * configuration information for the connection.
* Function PORT_GetState * Description This function is called to fill tPORT_STATE structure * with the current control settings for the port * Parameters: handle - Handle returned in the RFCOMM_CreateConnection * p_settings - Pointer to a tPORT_STATE structure in which * configuration information is returned.
* Function PORT_PortNegCnf * Description This function is called from the RFCOMM layer to change * state for the port. Propagate change to the user.
* Function RFCOMM_PortNegReq * Description This function is called by the user app to start * Remote Port parameter negotiation. Port emulation can * send this request before actually establishing the DLC. * In this case the function will allocate RFCOMM connection * control block.
* Function RFCOMM_PortNegRsp * Description This function is called by the user app to acknowledge * Port parameters negotiation.
* Function PORT_PortNegInd * Description This function is called from the RFCOMM layer when peer * device wants to set parameters of the port. As per the spec * this message has to be sent before the first data packet * and can be sent before establish. The block should be * allocated before meaning that application already made open.
* Function rfc_set_port_pars * Description This function sets the tPORT_STATE structure given a p_frame.