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 325 ** This control channel is identified by the tMCA_CL.
389 tMCA_RESULT MCA_DisconnectReq(tMCA_CL mcl)
421 tMCA_RESULT MCA_CreateMdl(tMCA_CL mcl, tMCA_DEP dep, UINT16 data_psm,
496 tMCA_RESULT MCA_CreateMdlRsp(tMCA_CL mcl, tMCA_DEP dep,
594 tMCA_RESULT MCA_ReconnectMdl(tMCA_CL mcl, tMCA_DEP dep, UINT16 data_psm,
658 tMCA_RESULT MCA_ReconnectMdlRsp(tMCA_CL mcl, tMCA_DEP dep,
725 tMCA_RESULT MCA_DataChnlCfg(tMCA_CL mcl, const tMCA_CHNL_CFG *p_chnl_cfg)
772 tMCA_RESULT MCA_Abort(tMCA_CL mcl)
817 tMCA_RESULT MCA_Delete(tMCA_CL mcl, UINT16 mdl_id)
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 325 ** Description This function converts a pointer to a CCB to a tMCA_CL
331 tMCA_CL mca_ccb_to_hdl(tMCA_CCB *p_ccb)
347 tMCA_CCB *mca_ccb_by_hdl(tMCA_CL mcl)
mca_int.h 51 /* tMCA_CL ccb_idx; For internal use only */
115 /* tMCA_CL ccb_idx; For internal use only */
270 extern tMCA_CL mca_ccb_to_hdl(tMCA_CCB *p_ccb);
271 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 698 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 143 typedef tMCA_CL tBTA_HL_MCL_HANDLE;

Completed in 69 milliseconds