HomeSort by relevance Sort by last modified time
    Searched refs:USERIAL_PARITY_NONE (Results 1 - 10 of 10) sorted by null

  /hardware/broadcom/libbt/include/
userial_vendor.h 64 #define USERIAL_PARITY_NONE (1<<3)
  /hardware/qcom/bt/msm8992/libbt-vendor/include/
hci_uart.h 52 #define USERIAL_PARITY_NONE (1<<3)
  /hardware/broadcom/libbt/src/
bt_vendor_brcm.c 78 (USERIAL_DATABITS_8 | USERIAL_PARITY_NONE | USERIAL_STOPBITS_1),
userial_vendor.c 220 if(p_cfg->fmt & USERIAL_PARITY_NONE)
  /external/libnfc-nci/halimpl/bcm2079x/include/
userial.h 82 #define USERIAL_PARITY_NONE (1<<3)
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
HalAdaptation.cpp 136 uart.m_iParity = USERIAL_PARITY_NONE;
139 uart.m_iParity = USERIAL_PARITY_NONE;
userial_linux.c     [all...]
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
hci_uart.c 255 if(p_cfg->fmt & USERIAL_PARITY_NONE)
bt_vendor_qcom.c 72 (USERIAL_DATABITS_8 | USERIAL_PARITY_NONE | USERIAL_STOPBITS_1),
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_main.c 115 open_cfg.fmt = (USERIAL_DATABITS_8 | USERIAL_PARITY_NONE | USERIAL_STOPBITS_1);

Completed in 2766 milliseconds