Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/rfcomm/
Drfc_int.h234 } tRFC_CB; typedef
238 RFC_API extern tRFC_CB rfc_cb;
240 RFC_API extern tRFC_CB *rfc_cb_ptr;
Drfc_port_if.c37 tRFC_CB rfc_cb;
Dport_api.c1728 memset (&rfc_cb, 0, sizeof (tRFC_CB)); /* Init RFCOMM control block */ in RFCOMM_Init()