Searched refs:ttyPort (Results 1 – 1 of 1) sorted by relevance
1025 void get_tty_conf(const char *p_path,char *ttyPort) in get_tty_conf() argument1059 strcpy(ttyPort,p_value); in get_tty_conf()1072 strcpy(ttyPort,"/dev/ttyS0"); in get_tty_conf()1092 char ttyPort[30]={0}; in ttytestThread() local1095 get_tty_conf("/vendor/etc/bluetooth/bt_vendor.conf",ttyPort); in ttytestThread()1096 if ((uart_fd = open(ttyPort, O_RDWR | O_NOCTTY | O_NONBLOCK)) == -1) { in ttytestThread()