Searched refs:p_dep (Results 1 - 2 of 2) sorted by relevance

/system/bt/stack/include/
H A Dmca_api.h293 * successfully, the MDEP ID is returned in *p_dep. After a
301 extern tMCA_RESULT MCA_CreateDep(tMCA_HANDLE handle, tMCA_DEP* p_dep,
525 tMCA_RESULT (*create_mdep)(tMCA_HANDLE handle, tMCA_DEP* p_dep,
/system/bt/stack/mcap/
H A Dmca_api.cc197 * the MDEP ID is returned in *p_dep. After a data endpoint is
204 tMCA_RESULT MCA_CreateDep(tMCA_HANDLE handle, tMCA_DEP* p_dep, tMCA_CS* p_cs) { argument
210 CHECK(p_dep != NULL);
227 *p_dep = 0;
238 *p_dep = i;

Completed in 19 milliseconds