Home | History | Annotate | Download | only in include

Lines Matching defs:conn_handle

95 ** for server, new handle will be assigned for conn_handle
96 ** for client, handle used in NFA_SnepConnect () is returned in conn_handle
101 tNFA_HANDLE conn_handle; /* handle for data link connection */
107 tNFA_HANDLE conn_handle; /* handle for data link connection */
116 tNFA_HANDLE conn_handle; /* handle for data link connection */
124 tNFA_HANDLE conn_handle; /* handle for data link connection */
133 tNFA_HANDLE conn_handle; /* handle for data link connection */
140 tNFA_HANDLE conn_handle; /* handle for data link connection */
147 tNFA_HANDLE conn_handle; /* handle for data link connection */
157 tNFA_HANDLE conn_handle; /* handle for data link connection */
164 tNFA_HANDLE conn_handle; /* handle for data link connection */
299 ** A conn_handle will be returned in NFA_SNEP_CONNECTED_EVT, if
332 NFC_API extern tNFA_STATUS NFA_SnepGet (tNFA_HANDLE conn_handle,
356 NFC_API extern tNFA_STATUS NFA_SnepPut (tNFA_HANDLE conn_handle,
374 ** Server application shall provide conn_handle which is received in
390 NFC_API extern tNFA_STATUS NFA_SnepGetResponse (tNFA_HANDLE conn_handle,
410 ** Server application shall provide conn_handle which is received in
421 NFC_API extern tNFA_STATUS NFA_SnepPutResponse (tNFA_HANDLE conn_handle,
431 ** Client application shall provide conn_handle in NFA_SNEP_GET_RESP_EVT
434 ** Server application shall provide conn_handle in NFA_SNEP_GET_REQ_EVT
444 NFC_API extern tNFA_STATUS NFA_SnepDisconnect (tNFA_HANDLE conn_handle,