Home | History | Annotate | Download | only in adaptation

Lines Matching refs:USERIAL_Write

250 static tPERF_DATA   perf_write = {"USERIAL_Write", 0, 0, 0, 3};
1177 ** Function USERIAL_Write
1187 UDRV_API UINT16 USERIAL_Write(tUSERIAL_PORT port, UINT8 *p_data, UINT16 len)
1197 ALOGD_IF((appl_trace_level>=BT_TRACE_LEVEL_DEBUG), "USERIAL_Write: (%d bytes)", len);
1207 ALOGE("USERIAL_Write len = %d, ret = %d, errno = %d", len, ret, errno);
1212 ALOGD_IF((appl_trace_level>=BT_TRACE_LEVEL_DEBUG), "USERIAL_Write len = %d, ret = %d", len, ret);
1638 USERIAL_Write(port, &spi_negotiation[1], len);