Home | History | Annotate | Download | only in include

Lines Matching refs:tMCA_DL

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);
493 extern UINT16 MCA_GetL2CapChannel (tMCA_DL mdl);