HomeSort by relevance Sort by last modified time
    Searched refs:tMCA_CL (Results 1 - 10 of 10) sorted by null

  /system/bt/stack/include/
mca_api.h 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)
    [all...]
  /system/bt/stack/mcap/
mca_api.c 327 ** This control channel is identified by the tMCA_CL.
391 tMCA_RESULT MCA_DisconnectReq(tMCA_CL mcl)
423 tMCA_RESULT MCA_CreateMdl(tMCA_CL mcl, tMCA_DEP dep, UINT16 data_psm,
501 tMCA_RESULT MCA_CreateMdlRsp(tMCA_CL mcl, tMCA_DEP dep,
599 tMCA_RESULT MCA_ReconnectMdl(tMCA_CL mcl, tMCA_DEP dep, UINT16 data_psm,
667 tMCA_RESULT MCA_ReconnectMdlRsp(tMCA_CL mcl, tMCA_DEP dep,
734 tMCA_RESULT MCA_DataChnlCfg(tMCA_CL mcl, const tMCA_CHNL_CFG *p_chnl_cfg)
781 tMCA_RESULT MCA_Abort(tMCA_CL mcl)
831 tMCA_RESULT MCA_Delete(tMCA_CL mcl, UINT16 mdl_id)
    [all...]
mca_main.c 325 p_ccb = mca_ccb_by_hdl((tMCA_CL)p_tbl->cb_idx);
374 p_ccb = mca_ccb_by_hdl((tMCA_CL)p_tbl->cb_idx);
417 p_ccb = mca_ccb_by_hdl((tMCA_CL)p_tbl->cb_idx);
457 p_ccb = mca_ccb_by_hdl((tMCA_CL)p_tbl->cb_idx);
mca_csm.c 327 ** Description This function converts a pointer to a CCB to a tMCA_CL
333 tMCA_CL mca_ccb_to_hdl(tMCA_CCB *p_ccb)
349 tMCA_CCB *mca_ccb_by_hdl(tMCA_CL mcl)
mca_int.h 50 /* tMCA_CL ccb_idx; For internal use only */
114 /* tMCA_CL ccb_idx; For internal use only */
269 extern tMCA_CL mca_ccb_to_hdl(tMCA_CCB *p_ccb);
270 extern tMCA_CCB *mca_ccb_by_hdl(tMCA_CL mcl);
mca_l2c.c 325 p_ccb = mca_ccb_by_hdl((tMCA_CL)p_tbl->cb_idx);
  /system/bt/bta/hl/
bta_hl_act.c     [all...]
bta_hl_int.h 701 extern void bta_hl_mcap_ctrl_cback(tMCA_HANDLE handle, tMCA_CL mcl, UINT8 event,
    [all...]
bta_hl_main.c     [all...]
  /system/bt/bta/include/
bta_hl_api.h 144 typedef tMCA_CL tBTA_HL_MCL_HANDLE;

Completed in 74 milliseconds