Home
last modified time | relevance | path

Searched refs:USERIAL_PARITY_ODD (Results 1 – 2 of 2) sorted by relevance

/vendor/hihope/rk3568/bluetooth/include/
Duserial_vendor.h82 #define USERIAL_PARITY_ODD (1 << 5) macro
/vendor/hihope/rk3568/bluetooth/src/
Duserial_vendor.c221 else if (p_cfg->fmt & USERIAL_PARITY_ODD) in userial_vendor_open()