HomeSort by relevance Sort by last modified time
    Searched full:userial_dev (Results 1 - 1 of 1) sorted by null

  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
userial_linux.c 63 char userial_dev[BTE_APPL_MAX_USERIAL_DEV_NAME+1]; variable
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);
    [all...]

Completed in 43 milliseconds