Lines Matching refs:handle
42 ** The handle is passed from BNEP to PAN. The same handle is used
77 PAN_WRONG_HANDLE = BNEP_WRONG_HANDLE, /* Wrong handle for the connection */
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,
140 typedef void (tPAN_DATA_BUF_IND_CB) (UINT16 handle,
150 ** Handle to the connection
153 typedef void (tPAN_TX_DATA_FLOW_CB) (UINT16 handle,
157 ** Handle to the connection
169 typedef void (tPAN_FILTER_IND_CB) (UINT16 handle,
178 ** Handle to the connection
189 typedef void (tPAN_MFILTER_IND_CB) (UINT16 handle,
299 ** *handle - Pointer for returning Handle to the connection
309 PAN_API extern tPAN_RESULT PAN_Connect (BD_ADDR rem_bda, UINT8 src_role, UINT8 dst_role, UINT16 *handle);
317 ** Parameters: handle - handle for the connection
324 PAN_API extern tPAN_RESULT PAN_Disconnect (UINT16 handle);
349 PAN_API extern tPAN_RESULT PAN_Write (UINT16 handle,
379 PAN_API extern tPAN_RESULT PAN_WriteBuf (UINT16 handle,
392 ** Parameters: handle - handle for the connection
402 PAN_API extern tPAN_RESULT PAN_SetProtocolFilters (UINT16 handle,
413 ** Parameters: handle - handle for the connection
425 PAN_API extern tBNEP_RESULT PAN_SetMulticastFilters (UINT16 handle,