Home
last modified time | relevance | path

Searched refs:USERIAL_STOPBITS_1 (Results 1 – 3 of 3) sorted by relevance

/hardware/broadcom/libbt/include/
Duserial_vendor.h59 #define USERIAL_STOPBITS_1 1 macro
/hardware/broadcom/libbt/src/
Dbt_vendor_brcm.c77 (USERIAL_DATABITS_8 | USERIAL_PARITY_NONE | USERIAL_STOPBITS_1),
Duserial_vendor.c218 if(p_cfg->fmt & USERIAL_STOPBITS_1) in userial_vendor_open()