Home | History | Annotate | Download | only in include

Lines Matching refs:handle

63     BNEP_WRONG_HANDLE,                  /* Wrong handle for the connection  */
78 ** Connection handle
85 typedef void (tBNEP_CONN_STATE_CB) (UINT16 handle,
95 ** and flag to indicate role change and handle to the connection
99 typedef void (tBNEP_CONNECT_IND_CB) (UINT16 handle,
108 ** Handle to the connection
115 typedef void (tBNEP_DATA_BUF_CB) (UINT16 handle,
124 ** Handle to the connection
132 typedef void (tBNEP_DATA_IND_CB) (UINT16 handle,
141 ** Handle to the connection
144 typedef void (tBNEP_TX_DATA_FLOW_CB) (UINT16 handle,
148 ** Handle to the connection
160 typedef void (tBNEP_FILTER_IND_CB) (UINT16 handle,
169 ** Handle to the connection
180 typedef void (tBNEP_MFILTER_IND_CB) (UINT16 handle,
273 ** p_handle - pointer to return the handle for the connection
291 ** Parameters: handle - handle given in the connection indication
299 BNEP_API extern tBNEP_RESULT BNEP_ConnectResp (UINT16 handle, tBNEP_RESULT resp);
307 ** Parameters: handle - handle of the connection
313 BNEP_API extern tBNEP_RESULT BNEP_Disconnect (UINT16 handle);
321 ** Parameters: handle - handle of the connection to write
329 ** Returns: BNEP_WRONG_HANDLE - if passed handle is not valid
336 BNEP_API extern tBNEP_RESULT BNEP_WriteBuf (UINT16 handle,
349 ** Parameters: handle - handle of the connection to write
357 ** Returns: BNEP_WRONG_HANDLE - if passed handle is not valid
365 BNEP_API extern tBNEP_RESULT BNEP_Write (UINT16 handle,
379 ** Parameters: handle - Handle for the connection
384 ** Returns BNEP_WRONG_HANDLE - if the connection handle is not valid
390 BNEP_API extern tBNEP_RESULT BNEP_SetProtocolFilters (UINT16 handle,
401 ** Parameters: handle - Handle for the connection
408 ** Returns BNEP_WRONG_HANDLE - if the connection handle is not valid
414 BNEP_API extern tBNEP_RESULT BNEP_SetMulticastFilters (UINT16 handle,
463 ** BNEP_WRONG_HANDLE - if the handle is invalid
467 BNEP_API extern tBNEP_RESULT BNEP_GetStatus (UINT16 handle, tBNEP_STATUS *p_status);