Lines Matching full:userial_dev
63 char userial_dev[BTE_APPL_MAX_USERIAL_DEV_NAME+1];
925 if ( !GetStrValue ( NAME_TRANSPORT_DRIVER, userial_dev, sizeof ( userial_dev ) ) )
926 strcpy ( userial_dev, default_transport );
944 (char*)userial_dev, port, uart_port, nfc_wake_delay, nfc_write_delay, gPowerOnDelay, gPrePowerOffDelay,
947 strcpy((char*)device_name, (char*)userial_dev);
951 if ((strncmp(userial_dev, ttyusb, sizeof(ttyusb)-1) == 0) ||
952 (strncmp(userial_dev, devtty, sizeof(devtty)-1) == 0) )
960 sprintf((char*)device_name, "%s%d", (char*)userial_dev, uart_port);
993 strcpy((char*)device_name, (char*)userial_dev);
1007 if (strcmp(power_control_dev, userial_dev) == 0)