Home | History | Annotate | Download | only in include

Lines Matching refs:tMCA_CL

83 typedef UINT8  tMCA_CL;     /* the handle for a control channel; reported at MCA_CONNECT_IND_EVT */
213 typedef void (tMCA_CTRL_CBACK)(tMCA_HANDLE handle, tMCA_CL mcl, UINT8 event,
316 ** This control channel is identified by tMCA_CL.
341 extern tMCA_RESULT MCA_DisconnectReq(tMCA_CL mcl);
358 extern tMCA_RESULT MCA_CreateMdl(tMCA_CL mcl, tMCA_DEP dep, UINT16 data_psm,
376 extern tMCA_RESULT MCA_CreateMdlRsp(tMCA_CL mcl, tMCA_DEP dep,
406 extern tMCA_RESULT MCA_ReconnectMdl(tMCA_CL mcl, tMCA_DEP dep, UINT16 data_psm,
422 extern tMCA_RESULT MCA_ReconnectMdlRsp(tMCA_CL mcl, tMCA_DEP dep,
438 extern tMCA_RESULT MCA_DataChnlCfg(tMCA_CL mcl, const tMCA_CHNL_CFG *p_chnl_cfg);
450 extern tMCA_RESULT MCA_Abort(tMCA_CL mcl);
462 extern tMCA_RESULT MCA_Delete(tMCA_CL mcl, UINT16 mdl_id);