Lines Matching refs:tMCA_CL
90 typedef uint8_t tMCA_CL; /* the handle for a control channel; reported at
223 typedef void(tMCA_CTRL_CBACK)(tMCA_HANDLE handle, tMCA_CL mcl, uint8_t event,
327 * This control channel is identified by tMCA_CL.
352 extern tMCA_RESULT MCA_DisconnectReq(tMCA_CL mcl);
370 extern tMCA_RESULT MCA_CreateMdl(tMCA_CL mcl, tMCA_DEP dep, uint16_t data_psm,
389 extern tMCA_RESULT MCA_CreateMdlRsp(tMCA_CL mcl, tMCA_DEP dep, uint16_t mdl_id,
419 extern tMCA_RESULT MCA_ReconnectMdl(tMCA_CL mcl, tMCA_DEP dep,
436 extern tMCA_RESULT MCA_ReconnectMdlRsp(tMCA_CL mcl, tMCA_DEP dep,
453 extern tMCA_RESULT MCA_DataChnlCfg(tMCA_CL mcl,
467 extern tMCA_RESULT MCA_Abort(tMCA_CL mcl);
480 extern tMCA_RESULT MCA_Delete(tMCA_CL mcl, uint16_t mdl_id);
530 tMCA_RESULT (*disconnect_mcl)(tMCA_CL mcl);
531 tMCA_RESULT (*create_mdl_request)(tMCA_CL mcl, tMCA_DEP dep,
535 tMCA_RESULT (*create_mdl_response)(tMCA_CL mcl, tMCA_DEP dep, uint16_t mdl_id,
539 tMCA_RESULT (*reconnect_mdl_request)(tMCA_CL mcl, tMCA_DEP dep,
542 tMCA_RESULT (*reconnect_mdl_response)(tMCA_CL mcl, tMCA_DEP dep,
545 tMCA_RESULT (*data_channel_config)(tMCA_CL mcl,
547 tMCA_RESULT (*abort_mdl)(tMCA_CL mcl);
548 tMCA_RESULT (*delete_mdl)(tMCA_CL mcl, uint16_t mdl_id);