Lines Matching refs:tNFA_STATUS

92     tNFA_STATUS         status;                         /* Status of registration */
101 tNFA_STATUS status; /* Status of deregistration */
107 tNFA_STATUS status;
119 tNFA_STATUS status; /* Status of response to allocate gate request */
126 tNFA_STATUS status; /* Status of response to deallocate gate request */
133 tNFA_STATUS status; /* Status of creating dynamic pipe for the application */
143 tNFA_STATUS status; /* Status of open pipe operation */
150 tNFA_STATUS status; /* Status of close pipe operation */
157 tNFA_STATUS status; /* Status of delete pipe operation */
164 tNFA_STATUS status; /* Status og get host list operation */
172 tNFA_STATUS status; /* Status of RSP to HCP CMD sent */
182 tNFA_STATUS status; /* Status of Event received */
192 tNFA_STATUS status; /* Status of Command received */
202 tNFA_STATUS status; /* Status of Enabling HCI Network */
208 tNFA_STATUS status; /* Status of Disabling HCI Network */
214 tNFA_STATUS status; /* Status of HCP response send operation */
220 tNFA_STATUS status; /* Status of Command send operation */
226 tNFA_STATUS status; /* Status of Event send operation */
232 tNFA_STATUS status; /* Status of adding proprietary pipe */
238 tNFA_STATUS status; /* Status of Registry operation */
265 tNFA_STATUS status; /* status of api command request */
300 NFC_API extern tNFA_STATUS NFA_HciRegister (char *p_app_name, tNFA_HCI_CBACK *p_cback, BOOLEAN b_send_conn_evts);
318 NFC_API extern tNFA_STATUS NFA_HciGetGateAndPipeList (tNFA_HANDLE hci_handle);
338 NFC_API extern tNFA_STATUS NFA_HciDeregister (char *p_app_name);
356 NFC_API extern tNFA_STATUS NFA_HciAllocGate (tNFA_HANDLE hci_handle, UINT8 gate);
375 NFC_API extern tNFA_STATUS NFA_HciDeallocGate (tNFA_HANDLE conn_handle, UINT8 gate);
391 NFC_API extern tNFA_STATUS NFA_HciGetHostList (tNFA_HANDLE hci_handle);
413 NFC_API extern tNFA_STATUS NFA_HciCreatePipe (tNFA_HANDLE hci_handle,
431 NFC_API extern tNFA_STATUS NFA_HciOpenPipe (tNFA_HANDLE hci_handle, UINT8 pipe);
449 NFC_API extern tNFA_STATUS NFA_HciGetRegistry (tNFA_HANDLE hci_handle, UINT8 pipe, UINT8 reg_inx);
467 NFC_API extern tNFA_STATUS NFA_HciSetRegistry (tNFA_HANDLE hci_handle,
488 NFC_API extern tNFA_STATUS NFA_HciSendCommand (tNFA_HANDLE hci_handle,
507 NFC_API extern tNFA_STATUS NFA_HciSendResponse (tNFA_HANDLE hci_handle,
539 NFC_API extern tNFA_STATUS NFA_HciSendEvent (tNFA_HANDLE hci_handle,
561 NFC_API extern tNFA_STATUS NFA_HciClosePipe (tNFA_HANDLE hci_handle, UINT8 pipe);
580 NFC_API extern tNFA_STATUS NFA_HciDeletePipe (tNFA_HANDLE hci_handle, UINT8 pipe);
595 NFC_API extern tNFA_STATUS NFA_HciAddStaticPipe (tNFA_HANDLE hci_handle, UINT8 host, UINT8 gate, UINT8 pipe);