Home | History | Annotate | Download | only in include

Lines Matching refs:UINT16

85 typedef void (tBNEP_CONN_STATE_CB) (UINT16 handle,
99 typedef void (tBNEP_CONNECT_IND_CB) (UINT16 handle,
115 typedef void (tBNEP_DATA_BUF_CB) (UINT16 handle,
118 UINT16 protocol,
132 typedef void (tBNEP_DATA_IND_CB) (UINT16 handle,
135 UINT16 protocol,
137 UINT16 len,
144 typedef void (tBNEP_TX_DATA_FLOW_CB) (UINT16 handle,
160 typedef void (tBNEP_FILTER_IND_CB) (UINT16 handle,
163 UINT16 num_filters,
180 typedef void (tBNEP_MFILTER_IND_CB) (UINT16 handle,
183 UINT16 num_mfilters,
208 UINT16 l2cap_cid;
210 UINT16 rem_mtu_size;
211 UINT16 xmit_q_depth;
213 UINT16 sent_num_filters;
214 UINT16 sent_mcast_filters;
215 UINT16 rcvd_num_filters;
216 UINT16 rcvd_mcast_filters;
282 UINT16 *p_handle);
299 BNEP_API extern tBNEP_RESULT BNEP_ConnectResp (UINT16 handle, tBNEP_RESULT resp);
313 BNEP_API extern tBNEP_RESULT BNEP_Disconnect (UINT16 handle);
336 BNEP_API extern tBNEP_RESULT BNEP_WriteBuf (UINT16 handle,
339 UINT16 protocol,
365 BNEP_API extern tBNEP_RESULT BNEP_Write (UINT16 handle,
368 UINT16 len,
369 UINT16 protocol,
390 BNEP_API extern tBNEP_RESULT BNEP_SetProtocolFilters (UINT16 handle,
391 UINT16 num_filters,
392 UINT16 *p_start_array,
393 UINT16 *p_end_array);
414 BNEP_API extern tBNEP_RESULT BNEP_SetMulticastFilters (UINT16 handle,
415 UINT16 num_filters,
467 BNEP_API extern tBNEP_RESULT BNEP_GetStatus (UINT16 handle, tBNEP_STATUS *p_status);