Lines Matching full:uint16
85 typedef UINT16 tMCA_DL; /* the handle for the data channel. This is reported at MCA_OPEN_CFM_EVT or MCA_OPEN_IND_EVT */
96 UINT16 ctrl_psm; /* L2CAP PSM for the MCAP control channel */
97 UINT16 data_psm; /* L2CAP PSM for the MCAP data channel */
98 UINT16 sec_mask; /* Security mask for BTM_SetSecurityLevel() */
123 UINT16 data_mtu; /* L2CAP MTU of the MCAP data channel */
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 */
159 UINT16 mtu; /* peer mtu */
165 UINT16 reason; /* disconnect reason given by L2CAP */
170 UINT16 mdl_id; /* The associated MDL ID */
172 UINT16 mtu; /* peer mtu */
177 UINT16 mdl_id; /* The associated MDL ID */
179 UINT16 reason; /* disconnect reason given by L2CAP */
184 UINT16 mdl_id; /* N/A - This is a place holder */
325 UINT16 ctrl_psm,
326 UINT16 sec_mask);
358 MCA_API extern tMCA_RESULT MCA_CreateMdl(tMCA_CL mcl, tMCA_DEP dep, UINT16 data_psm,
359 UINT16
377 UINT16 mdl_id, UINT8 cfg, UINT8 rsp_code,
406 MCA_API extern tMCA_RESULT MCA_ReconnectMdl(tMCA_CL mcl, tMCA_DEP dep, UINT16 data_psm,
407 UINT16 mdl_id, const tMCA_CHNL_CFG *p_chnl_cfg);
423 UINT16 mdl_id, UINT8 rsp_code,
462 MCA_API extern tMCA_RESULT MCA_Delete(tMCA_CL mcl, UINT16 mdl_id);
493 MCA_API extern UINT16 MCA_GetL2CapChannel (tMCA_DL mdl);