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,
![]()
int PORT_Read (UINT16 handle, BT_HDR **pp_buf)
PORT_Read() calls 6 functions:
![]()
PORT_Read()
PORT_Read() reads 12 variables and writes 1 variable:
![]()
PORT_Read()