Lines Matching full:connection
50 BNEP_CONN_DISCONNECTED, /* Connection terminated */
54 BNEP_CONN_FAILED, /* Connection failed */
55 BNEP_CONN_FAILED_CFG, /* Connection failed cos of config */
56 BNEP_CONN_FAILED_SRC_UUID, /* Connection failed wrong source UUID */
57 BNEP_CONN_FAILED_DST_UUID, /* Connection failed wrong destination UUID */
58 BNEP_CONN_FAILED_UUID_SIZE, /* Connection failed wrong size UUID */
62 BNEP_WRONG_HANDLE, /* Wrong handle for the connection */
63 BNEP_WRONG_STATE, /* Connection is in wrong state */
76 /* Connection state change callback prototype. Parameters are
77 * Connection handle
79 * Connection state change result
80 * BNEP_SUCCESS indicates connection is success
87 /* Connection indication callback prototype. Parameters are
89 * and flag to indicate role change and handle to the connection
99 * Handle to the connection
112 * Handle to the connection
127 * Handle to the connection
133 * Handle to the connection
150 * Handle to the connection
213 * BNEP_FAILURE if connection state callback is missing
237 * Description This function creates a BNEP connection to a remote
241 * src_uuid - source uuid for the connection
242 * dst_uuid - destination uuid for the connection
243 * p_handle - pointer to return the handle for the connection
245 * Returns BNEP_SUCCESS if connection started
258 * Description This function is called in responce to connection indication
261 * Parameters: handle - handle given in the connection indication
262 * resp - responce for the connection indication
264 * Returns BNEP_SUCCESS if connection started
265 * BNEP_WRONG_HANDLE if the connection is not found
275 * Description This function is called to close the specified connection.
277 * Parameters: handle - handle of the connection
279 * Returns BNEP_SUCCESS if connection is disconnected
280 * BNEP_WRONG_HANDLE if no connection is not found
289 * Description This function sends data in a GKI buffer on BNEP connection
291 * Parameters: handle - handle of the connection to write
318 * Description This function sends data over a BNEP connection
320 * Parameters: handle - handle of the connection to write
349 * Parameters: handle - Handle for the connection
354 * Returns BNEP_WRONG_HANDLE - if the connection handle is
356 * BNEP_SET_FILTER_FAIL - if the connection is in the
374 * Parameters: handle - Handle for the connection
381 * Returns BNEP_WRONG_HANDLE - if the connection handle is
383 * BNEP_SET_FILTER_FAIL - if the connection is in the
424 * connection