Searched refs:termios_baudrate (Results 1 - 1 of 1) sorted by relevance

/system/bluetooth/brcm_patchram_plus/
H A Dbrcm_patchram_plus.c158 int termios_baudrate = 0; variable
278 if (validate_baudrate(baudrate, &termios_baudrate)) {
673 cfsetospeed(&termios, termios_baudrate);
674 cfsetispeed(&termios, termios_baudrate);
804 if (termios_baudrate) {
813 if (termios_baudrate) {

Completed in 49 milliseconds