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

  /device/common/libbt/include/
userial_vendor.h 64 #define USERIAL_PARITY_NONE (1<<3)
  /device/common/libbt/src/
bt_vendor_brcm.c 74 (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/include/
userial.h 82 #define USERIAL_PARITY_NONE (1<<3)
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_main.c 111 open_cfg.fmt = (USERIAL_DATABITS_8 | USERIAL_PARITY_NONE | USERIAL_STOPBITS_1);
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
userial_linux.c 973 if (p_cfg->fmt & USERIAL_PARITY_NONE)
    [all...]

Completed in 918 milliseconds