Home | History | Annotate | Download | only in include

Lines Matching refs:UINT16

97 typedef void (tPAN_CONN_STATE_CB) (UINT16 handle, BD_ADDR bd_addr, tPAN_RESULT state, BOOLEAN is_role_change,
120 typedef void (tPAN_DATA_IND_CB) (UINT16 handle,
123 UINT16 protocol,
125 UINT16 len,
140 typedef void (tPAN_DATA_BUF_IND_CB) (UINT16 handle,
143 UINT16 protocol,
153 typedef void (tPAN_TX_DATA_FLOW_CB) (UINT16 handle,
169 typedef void (tPAN_FILTER_IND_CB) (UINT16 handle,
172 UINT16 num_filters,
189 typedef void (tPAN_MFILTER_IND_CB) (UINT16 handle,
192 UINT16 num_mfilters,
309 extern tPAN_RESULT PAN_Connect (BD_ADDR rem_bda, UINT8 src_role, UINT8 dst_role, UINT16 *handle);
324 extern tPAN_RESULT PAN_Disconnect (UINT16 handle);
349 extern tPAN_RESULT PAN_Write (UINT16 handle,
352 UINT16 protocol,
354 UINT16 len,
379 extern tPAN_RESULT PAN_WriteBuf (UINT16 handle,
382 UINT16 protocol,
402 extern tPAN_RESULT PAN_SetProtocolFilters (UINT16 handle,
403 UINT16 num_filters,
404 UINT16 *p_start_array,
405 UINT16 *p_end_array);
425 extern tBNEP_RESULT PAN_SetMulticastFilters (UINT16 handle,
426 UINT16 num_mcast_filters,