Found 2 other functions taking a
tPORT_STATUS
argument:
* Function PORT_GetQueueStatus * Description This function reports current status of a connection. * Parameters: handle - Handle returned in the RFCOMM_CreateConnection * p_status - pointer to the tPORT_STATUS structur to receive * connection status
* Function PORT_ClearError * Description This function retreives information about a communications * error and reports current status of a connection. The * function should be called when an error occures to clear * the connection error flag and to enable additional read * and write operations. * Parameters: handle - Handle returned in the RFCOMM_CreateConnection * p_errors - pointer of the variable to receive error codes * p_status - pointer to the tPORT_STATUS structur to receive * connection status