Home | History | Annotate | Download | only in include

Lines Matching refs:tMCA_RESULT

49 typedef uint8_t tMCA_RESULT;
301 extern tMCA_RESULT MCA_CreateDep(tMCA_HANDLE handle, tMCA_DEP* p_dep,
317 extern tMCA_RESULT MCA_DeleteDep(tMCA_HANDLE handle, tMCA_DEP dep);
335 extern tMCA_RESULT MCA_ConnectReq(tMCA_HANDLE handle, BD_ADDR bd_addr,
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
404 extern tMCA_RESULT MCA_CloseReq(tMCA_DL mdl);
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);
501 extern tMCA_RESULT MCA_WriteReq(tMCA_DL mdl, BT_HDR* p_pkt);
525 tMCA_RESULT (*create_mdep)(tMCA_HANDLE handle, tMCA_DEP* p_dep,
527 tMCA_RESULT (*delete_mdep)(tMCA_HANDLE handle, tMCA_DEP dep);
528 tMCA_RESULT (*connect_mcl)(tMCA_HANDLE handle, BD_ADDR bd_addr,
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,
538 tMCA_RESULT (*close_mdl_request)(tMCA_DL mdl);
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);
549 tMCA_RESULT (*write_mdl)(tMCA_DL mdl, BT_HDR* p_pkt);