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

  /system/bt/stack/include/
mca_api.h 85 typedef UINT16 tMCA_DL; /* the handle for the data channel. This is reported at MCA_OPEN_CFM_EVT or MCA_OPEN_IND_EVT */
90 typedef void (tMCA_DATA_CBACK)(tMCA_DL mdl, BT_HDR *p_pkt);
171 tMCA_DL mdl; /* The handle for the data channel */
178 tMCA_DL mdl; /* The handle for the data channel */
185 tMCA_DL mdl; /* The handle for the data channel */
353 ** is reported. This data channel is identified as tMCA_DL.
371 ** is reported. This data channel is identified as tMCA_DL.
391 extern tMCA_RESULT MCA_CloseReq(tMCA_DL mdl);
433 ** is reported. This data channel is identified as tMCA_DL.
482 extern tMCA_RESULT MCA_WriteReq(tMCA_DL mdl, BT_HDR *p_pkt)
    [all...]
  /system/bt/stack/mcap/
mca_int.h 51 tMCA_DL dcb_idx; /* For internal use only */
115 /* tMCA_DL dcb_idx; For internal use only */
171 tMCA_DL cb_idx; /* 1-based index to ccb or dcb */
290 extern tMCA_DL mca_dcb_to_hdl(tMCA_DCB *p_dcb);
291 extern tMCA_DCB *mca_dcb_by_hdl(tMCA_DL hdl);
mca_dsm.c 283 ** Description This function converts a pointer to an DCB to a handle (tMCA_DL).
286 ** Returns tMCA_DL.
289 tMCA_DL mca_dcb_to_hdl(tMCA_DCB *p_dcb)
298 ** Description This function finds the DCB for a handle (tMCA_DL).
305 tMCA_DCB *mca_dcb_by_hdl(tMCA_DL hdl)
mca_api.c 418 ** is reported. This data channel is identified as tMCA_DL.
496 ** is reported. This data channel is identified as tMCA_DL.
569 tMCA_RESULT MCA_CloseReq(tMCA_DL mdl)
729 ** is reported. This data channel is identified as tMCA_DL.
883 tMCA_RESULT MCA_WriteReq(tMCA_DL mdl, BT_HDR *p_pkt)
915 UINT16 MCA_GetL2CapChannel (tMCA_DL mdl)
    [all...]
  /system/bt/bta/hl/
bta_hl_act.c 216 if (MCA_CloseReq((tMCA_DL) p_dcb->mdl_handle)!= MCA_SUCCESS)
249 if (MCA_WriteReq((tMCA_DL) p_dcb->mdl_handle, p_data->mca_rcv_data_evt.p_pkt) != MCA_SUCCESS)
441 if ((result = MCA_WriteReq((tMCA_DL) p_dcb->mdl_handle, p_dcb->p_tx_pkt)) != MCA_SUCCESS)
839 if (MCA_CloseReq((tMCA_DL)p_dcb->mdl_handle)== MCA_SUCCESS)
953 if (MCA_CloseReq((tMCA_DL) p_dcb->mdl_handle) == MCA_SUCCESS)
    [all...]
bta_hl_int.h 704 extern void bta_hl_mcap_data_cback(tMCA_DL mdl, BT_HDR *p_pkt);
    [all...]
bta_hl_utils.c     [all...]
  /system/bt/bta/include/
bta_hl_api.h 145 typedef tMCA_DL tBTA_HL_MDL_HANDLE;

Completed in 86 milliseconds