Home
last modified time | relevance | path

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

/aosp12/hardware/broadcom/libbt/include/
H A Duserial_vendor.h61 #define USERIAL_STOPBITS_2 (1<<2) macro
/aosp12/hardware/qcom/bt/msm8909/libbt-vendor/include/
H A Dhci_uart.h49 #define USERIAL_STOPBITS_2 (1<<2) macro
/aosp12/hardware/qcom/bt/msm8992/libbt-vendor/include/
H A Dhci_uart.h49 #define USERIAL_STOPBITS_2 (1<<2) macro
/aosp12/hardware/qcom/bt/msm8996/libbt-vendor/include/
H A Dhci_uart.h49 #define USERIAL_STOPBITS_2 (1<<2) macro
/aosp12/hardware/qcom/bt/msm8909w_3100/libbt-vendor/include/
H A Dhci_uart.h51 #define USERIAL_STOPBITS_2 (1<<2) macro
/aosp12/hardware/qcom/bt/msm8998/libbt-vendor/include/
H A Dhci_uart.h52 #define USERIAL_STOPBITS_2 (1<<2) macro
/aosp12/hardware/qcom/sdm845/bt/libbt-vendor/include/
H A Dhci_uart.h51 #define USERIAL_STOPBITS_2 (1<<2) macro
/aosp12/hardware/broadcom/libbt/src/
H A Duserial_vendor.c235 else if(p_cfg->fmt & USERIAL_STOPBITS_2) in userial_vendor_open()
/aosp12/hardware/qcom/bt/msm8909/libbt-vendor/src/
H A Dhci_uart.c268 else if(p_cfg->fmt & USERIAL_STOPBITS_2) in userial_vendor_open()
/aosp12/hardware/qcom/bt/msm8992/libbt-vendor/src/
H A Dhci_uart.c269 else if(p_cfg->fmt & USERIAL_STOPBITS_2) in userial_vendor_open()
/aosp12/hardware/qcom/bt/msm8996/libbt-vendor/src/
H A Dhci_uart.c272 else if(p_cfg->fmt & USERIAL_STOPBITS_2) in userial_vendor_open()
/aosp12/hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
H A Dhci_uart.c270 else if(p_cfg->fmt & USERIAL_STOPBITS_2) in userial_vendor_open()
/aosp12/hardware/qcom/bt/msm8998/libbt-vendor/src/
H A Dhci_uart.c274 else if(p_cfg->fmt & USERIAL_STOPBITS_2) in userial_vendor_open()
/aosp12/hardware/qcom/sdm845/bt/libbt-vendor/src/
H A Dhci_uart.c271 else if(p_cfg->fmt & USERIAL_STOPBITS_2) in userial_vendor_open()