Searched defs:dep (Results 1 - 4 of 4) sorted by relevance

/system/bt/stack/mcap/
H A Dmca_api.c236 p_depcs = p_rcb->dep;
285 tMCA_RESULT MCA_DeleteDep(tMCA_HANDLE handle, tMCA_DEP dep) argument
293 MCA_TRACE_API ("MCA_DeleteDep: %d dep:%d", handle, dep);
296 if (dep < MCA_NUM_DEPS && p_rcb->dep[dep].p_data_cback)
299 p_rcb->dep[dep].p_data_cback = NULL;
300 p_depcs = &(p_rcb->dep[de
421 MCA_CreateMdl(tMCA_CL mcl, tMCA_DEP dep, UINT16 data_psm, UINT16 mdl_id, UINT8 peer_dep_id, UINT8 cfg, const tMCA_CHNL_CFG *p_chnl_cfg) argument
496 MCA_CreateMdlRsp(tMCA_CL mcl, tMCA_DEP dep, UINT16 mdl_id, UINT8 cfg, UINT8 rsp_code, const tMCA_CHNL_CFG *p_chnl_cfg) argument
594 MCA_ReconnectMdl(tMCA_CL mcl, tMCA_DEP dep, UINT16 data_psm, UINT16 mdl_id, const tMCA_CHNL_CFG *p_chnl_cfg) argument
658 MCA_ReconnectMdlRsp(tMCA_CL mcl, tMCA_DEP dep, UINT16 mdl_id, UINT8 rsp_code, const tMCA_CHNL_CFG *p_chnl_cfg) argument
[all...]
H A Dmca_dsm.c173 tMCA_DCB *mca_dcb_alloc(tMCA_CCB*p_ccb, tMCA_DEP dep) argument
180 if (dep < MCA_NUM_DEPS)
182 p_cs = &p_rcb->dep[dep];
208 ** the given dep.
210 ** Returns the number of free mdl for the given dep
213 UINT8 mca_dep_free_mdl(tMCA_CCB *p_ccb, tMCA_DEP dep) argument
222 if (dep < MCA_NUM_DEPS)
224 p_cs = &p_rcb->dep[dep];
[all...]
H A Dmca_main.c623 BOOLEAN mca_is_valid_dep_id(tMCA_RCB *p_rcb, tMCA_DEP dep) argument
626 if (dep < MCA_NUM_DEPS && p_rcb->dep[dep].p_data_cback)
H A Dmca_int.h187 tMCA_CS dep[MCA_NUM_DEPS]; /* the registration info for each MDEP */ member in struct:__anon1247
288 extern tMCA_DCB *mca_dcb_alloc(tMCA_CCB*p_ccb, tMCA_DEP dep);
289 extern UINT8 mca_dep_free_mdl(tMCA_CCB*p_ccb, tMCA_DEP dep);
320 extern BOOLEAN mca_is_valid_dep_id(tMCA_RCB *p_rcb, tMCA_DEP dep);

Completed in 65 milliseconds