Searched refs:MCA_CreateDep (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/stack/include/
H A Dmca_api.h84 typedef UINT8 tMCA_DEP; /* the handle for MCA_CreateDep. This is also the local mdep_id */
281 ** Function MCA_CreateDep
291 MCA_API extern tMCA_RESULT MCA_CreateDep(tMCA_HANDLE handle, tMCA_DEP *p_dep, tMCA_CS *p_cs);
/external/bluetooth/bluedroid/stack/mcap/
H A Dmca_api.c207 ** Function MCA_CreateDep
217 tMCA_RESULT MCA_CreateDep(tMCA_HANDLE handle, tMCA_DEP *p_dep, tMCA_CS *p_cs) function
228 MCA_TRACE_API1 ("MCA_CreateDep: %d", handle);
/external/bluetooth/bluedroid/bta/hl/
H A Dbta_hl_utils.c2227 if (MCA_CreateDep((tMCA_HANDLE)p_acb->app_handle,
2268 APPL_TRACE_ERROR0("bta_hl_app_registration: MCA_CreateDep failed");
2369 if (MCA_CreateDep((tMCA_HANDLE)p_acb->app_handle,
2383 APPL_TRACE_ERROR0("MCA_CreateDep for echo test(mdep_id=0) failed");
2398 if (MCA_CreateDep((tMCA_HANDLE)p_acb->app_handle,

Completed in 133 milliseconds