Home
last modified time | relevance | path

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

/hardware/broadcom/libbt/src/
Duserial_vendor.c197 uint8_t stop_bits; in userial_vendor_open() local
233 stop_bits = 0; in userial_vendor_open()
235 stop_bits = CSTOPB; in userial_vendor_open()
254 vnd_userial.termios.c_cflag |= (CRTSCTS | stop_bits); in userial_vendor_open()
/hardware/qcom/bt/msm8996/libbt-vendor/src/
Dhci_uart.c234 uint8_t stop_bits; in userial_vendor_open() local
270 stop_bits = 0; in userial_vendor_open()
272 stop_bits = CSTOPB; in userial_vendor_open()
294 vnd_userial.termios.c_cflag |= (CRTSCTS | stop_bits); in userial_vendor_open()
/hardware/qcom/bt/msm8992/libbt-vendor/src/
Dhci_uart.c232 uint8_t stop_bits; in userial_vendor_open() local
268 stop_bits = 0; in userial_vendor_open()
270 stop_bits = CSTOPB; in userial_vendor_open()
292 vnd_userial.termios.c_cflag |= (CRTSCTS | stop_bits); in userial_vendor_open()
/hardware/qcom/bt/msm8909/libbt-vendor/src/
Dhci_uart.c231 uint8_t stop_bits; in userial_vendor_open() local
267 stop_bits = 0; in userial_vendor_open()
269 stop_bits = CSTOPB; in userial_vendor_open()
291 vnd_userial.termios.c_cflag |= (CRTSCTS | stop_bits); in userial_vendor_open()
/hardware/qcom/bt/msm8998/libbt-vendor/src/
Dhci_uart.c233 uint8_t stop_bits; in userial_vendor_open() local
269 stop_bits = 0; in userial_vendor_open()
271 stop_bits = CSTOPB; in userial_vendor_open()
294 vnd_userial.termios.c_cflag |= (CRTSCTS | stop_bits); in userial_vendor_open()