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

  /hardware/broadcom/libbt/include/
userial_vendor.h 64 #define USERIAL_PARITY_NONE (1<<3)
  /hardware/broadcom/libbt/src/
bt_vendor_brcm.c 77 (USERIAL_DATABITS_8 | USERIAL_PARITY_NONE | USERIAL_STOPBITS_1),
userial_vendor.c 206 if(p_cfg->fmt & USERIAL_PARITY_NONE)
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
HalAdaptation.cpp 101 uart.m_iParity = USERIAL_PARITY_NONE;
104 uart.m_iParity = USERIAL_PARITY_NONE;
userial_linux.c 976 if (p_cfg->fmt & USERIAL_PARITY_NONE)
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/include/
userial.h 82 #define USERIAL_PARITY_NONE (1<<3)
  /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 28 milliseconds