Home
last modified time | relevance | path

Searched refs:tMCA_CS (Results 1 – 5 of 5) sorted by relevance

/external/bluetooth/bluedroid/stack/mcap/
Dmca_api.c217 tMCA_RESULT MCA_CreateDep(tMCA_HANDLE handle, tMCA_DEP *p_dep, tMCA_CS *p_cs) in MCA_CreateDep()
222 tMCA_CS *p_depcs; in MCA_CreateDep()
246 memcpy (p_depcs, p_cs, sizeof (tMCA_CS)); in MCA_CreateDep()
259 memcpy (p_depcs, p_cs, sizeof (tMCA_CS)); in MCA_CreateDep()
293 tMCA_CS *p_depcs; in MCA_DeleteDep()
Dmca_dsm.c177 tMCA_CS *p_cs; in mca_dcb_alloc()
217 tMCA_CS *p_cs; in mca_dep_free_mdl()
Dmca_int.h186 tMCA_CS dep[MCA_NUM_DEPS]; /* the registration info for each MDEP */
243tMCA_CS *p_cs; /* the associated MDEP info. p_cs->type is the mdep id(interna…
/external/bluetooth/bluedroid/stack/include/
Dmca_api.h106 } tMCA_CS; typedef
291 MCA_API extern tMCA_RESULT MCA_CreateDep(tMCA_HANDLE handle, tMCA_DEP *p_dep, tMCA_CS *p_cs);
/external/bluetooth/bluedroid/bta/hl/
Dbta_hl_utils.c2185 tMCA_CS mca_cs; in bta_hl_app_registration()