PORT_WriteData() function
* Function PORT_WriteData * Description Normally not GKI aware application will call this function * to send data to the port. * Parameters: handle - Handle returned in the RFCOMM_CreateConnection * p_data - Data area * max_len - Byte count requested * p_len - Byte count received
![]()
int PORT_WriteData (UINT16 handle, char *p_data, UINT16 max_len, UINT16 *p_len)![]()
PORT_WriteData(p_scb->conn_handle, p_data_area, strlen(p_data_area), &len);![]()
PORT_WriteData(p_scb->conn_handle, buf, (UINT16) (p - buf), &len);![]()
PORT_WriteData(bta_hf_client_cb.scb.conn_handle, buf, buf_len, &len);
PORT_WriteData() is called by 3 functions and calls 10 functions:
![]()
PORT_WriteData()
PORT_WriteData() reads 19 variables and writes 5 variables:
![]()
PORT_WriteData()