Home
last modified time | relevance | path

Searched refs:ttyPort (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/
H A Dbt_test.c1025 void get_tty_conf(const char *p_path,char *ttyPort) in get_tty_conf() argument
1059 strcpy(ttyPort,p_value); in get_tty_conf()
1072 strcpy(ttyPort,"/dev/ttyS0"); in get_tty_conf()
1092 char ttyPort[30]={0}; in ttytestThread() local
1095 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()