Home
last modified time | relevance | path

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

/hardware/broadcom/libbt/include/
Duserial_vendor.h100 } tUSERIAL_CFG; typedef
139 int userial_vendor_open(tUSERIAL_CFG *p_cfg);
/hardware/broadcom/libbt/src/
Dbt_vendor_brcm.c75 static const tUSERIAL_CFG userial_init_cfg =
168 fd = userial_vendor_open((tUSERIAL_CFG *) &userial_init_cfg); in op()
Duserial_vendor.c191 int userial_vendor_open(tUSERIAL_CFG *p_cfg) in userial_vendor_open()