PORT_Read() function
* Function PORT_Read * Description This function returns the pointer to the buffer received * from the peer device. Normally application will call this * function after receiving PORT_EVT_RXCHAR event. * Application calling this function is responsible to free * buffer returned. * Parameters: handle - Handle returned in the RFCOMM_CreateConnection * callback. * pp_buf - pointer to address of buffer with data,