Home
last modified time | relevance | path

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

/aosp12/hardware/broadcom/libbt/src/
H A Duserial_vendor.c198 uint8_t stop_bits; in userial_vendor_open() local
234 stop_bits = 0; in userial_vendor_open()
236 stop_bits = CSTOPB; in userial_vendor_open()
255 vnd_userial.termios.c_cflag |= (CRTSCTS | stop_bits); in userial_vendor_open()
/aosp12/hardware/qcom/bt/msm8909/libbt-vendor/src/
H A 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()
/aosp12/hardware/qcom/bt/msm8992/libbt-vendor/src/
H A 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()
/aosp12/hardware/qcom/bt/msm8996/libbt-vendor/src/
H A Dhci_uart.c235 uint8_t stop_bits; in userial_vendor_open() local
271 stop_bits = 0; in userial_vendor_open()
273 stop_bits = CSTOPB; in userial_vendor_open()
295 vnd_userial.termios.c_cflag |= (CRTSCTS | stop_bits); in userial_vendor_open()
/aosp12/hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
H A 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()
/aosp12/hardware/qcom/bt/msm8998/libbt-vendor/src/
H A Dhci_uart.c237 uint8_t stop_bits; in userial_vendor_open() local
273 stop_bits = 0; in userial_vendor_open()
275 stop_bits = CSTOPB; in userial_vendor_open()
298 vnd_userial.termios.c_cflag |= (CRTSCTS | stop_bits); in userial_vendor_open()
/aosp12/hardware/qcom/sdm845/bt/libbt-vendor/src/
H A 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()
295 vnd_userial.termios.c_cflag |= (CRTSCTS | stop_bits); in userial_vendor_open()
/aosp12/system/bt/stack/include/
H A Dport_api.h47 uint8_t stop_bits; member
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dsynclink.h148 unsigned char stop_bits; member
/aosp12/system/bt/stack/rfcomm/
H A Drfc_port_fsm.cc914 port_pars->stop_bits = p_frame->u.rpn.stop_bits; in rfc_set_port_state()
H A Drfc_ts_frames.cc421 (p_pars->stop_bits << RFCOMM_RPN_STOP_BITS_SHIFT) | in rfc_send_rpn()
818 p_rx_frame->u.rpn.stop_bits = in rfc_process_mx_message()
H A Drfc_int.h123 uint8_t stop_bits; member