Home | History | Annotate | Download | only in include

Lines Matching defs:mdl

47 #define MCA_BAD_MDL_ID             6       /* MDL ID is not valid for the current API */
56 #define MCA_CREATE_IND_EVT 1 /* create mdl indication */
57 #define MCA_CREATE_CFM_EVT 2 /* create mdl confirm */
58 #define MCA_RECONNECT_IND_EVT 3 /* reconnect mdl indication */
59 #define MCA_RECONNECT_CFM_EVT 4 /* reconnect mdl confirm */
60 #define MCA_ABORT_IND_EVT 5 /* abort mdl indication */
61 #define MCA_ABORT_CFM_EVT 6 /* abort mdl confirm */
62 #define MCA_DELETE_IND_EVT 7 /* delete mdl indication */
63 #define MCA_DELETE_CFM_EVT 8 /* delete mdl confirm */
90 typedef void (tMCA_DATA_CBACK)(tMCA_DL mdl, BT_HDR *p_pkt);
129 UINT16 mdl_id; /* The associated MDL ID */
135 UINT16 mdl_id; /* The associated MDL ID */
142 UINT16 mdl_id; /* The associated MDL ID */
150 UINT16 mdl_id; /* The associated MDL ID */
170 UINT16 mdl_id; /* The associated MDL ID */
171 tMCA_DL mdl; /* The handle for the data channel */
177 UINT16 mdl_id; /* The associated MDL ID */
178 tMCA_DL mdl; /* The handle for the data channel */
185 tMCA_DL mdl; /* The handle for the data channel */
349 ** with the given MDL ID.
391 MCA_API extern tMCA_RESULT MCA_CloseReq(tMCA_DL mdl);
482 MCA_API extern tMCA_RESULT MCA_WriteReq(tMCA_DL mdl, BT_HDR *p_pkt);
493 MCA_API extern UINT16 MCA_GetL2CapChannel (tMCA_DL mdl);