Searched defs:hci_handle (Results 1 - 3 of 3) sorted by relevance

/external/libnfc-nci/src/nfa/hci/
H A Dnfa_hci_api.c107 tNFA_STATUS NFA_HciGetGateAndPipeList (tNFA_HANDLE hci_handle) argument
111 if ((NFA_HANDLE_GROUP_MASK & hci_handle) != NFA_HANDLE_GROUP_HCI)
113 NFA_TRACE_API1 ("NFA_HciGetGateAndPipeList (): Invalid hci_handle:0x%04x", hci_handle);
117 NFA_TRACE_API1 ("NFA_HciGetGateAndPipeList (): hci_handle:0x%04x", hci_handle);
124 p_msg->hci_handle = hci_handle;
212 tNFA_STATUS NFA_HciAllocGate (tNFA_HANDLE hci_handle, UINT8 gate) argument
216 if ((NFA_HANDLE_GROUP_MASK & hci_handle) !
258 NFA_HciDeallocGate(tNFA_HANDLE hci_handle, UINT8 gate) argument
303 NFA_HciGetHostList(tNFA_HANDLE hci_handle) argument
350 NFA_HciCreatePipe(tNFA_HANDLE hci_handle, UINT8 source_gate_id, UINT8 dest_host, UINT8 dest_gate) argument
420 NFA_HciOpenPipe(tNFA_HANDLE hci_handle, UINT8 pipe) argument
470 NFA_HciGetRegistry(tNFA_HANDLE hci_handle, UINT8 pipe, UINT8 reg_inx) argument
520 NFA_HciSetRegistry(tNFA_HANDLE hci_handle, UINT8 pipe, UINT8 reg_inx, UINT8 data_size, UINT8 *p_data) argument
582 NFA_HciSendCommand(tNFA_HANDLE hci_handle, UINT8 pipe, UINT8 cmd_code, UINT16 cmd_size, UINT8 *p_data) argument
643 NFA_HciSendResponse(tNFA_HANDLE hci_handle, UINT8 pipe, UINT8 response, UINT8 data_size, UINT8 *p_data) argument
721 NFA_HciSendEvent(tNFA_HANDLE hci_handle, UINT8 pipe, UINT8 evt_code, UINT16 evt_size, UINT8 *p_data, UINT16 rsp_size, UINT8 *p_rsp_buf, UINT16 rsp_timeout) argument
793 NFA_HciClosePipe(tNFA_HANDLE hci_handle, UINT8 pipe) argument
842 NFA_HciDeletePipe(tNFA_HANDLE hci_handle, UINT8 pipe) argument
888 NFA_HciAddStaticPipe(tNFA_HANDLE hci_handle, UINT8 host, UINT8 gate, UINT8 pipe) argument
[all...]
/external/libnfc-nci/src/nfa/include/
H A Dnfa_hci_api.h93 tNFA_HANDLE hci_handle; /* Handle assigned to the application */ member in struct:__anon10496
318 NFC_API extern tNFA_STATUS NFA_HciGetGateAndPipeList (tNFA_HANDLE hci_handle);
356 NFC_API extern tNFA_STATUS NFA_HciAllocGate (tNFA_HANDLE hci_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,
[all...]
/external/libnfc-nci/src/nfa/int/
H A Dnfa_hci_int.h113 tNFA_HANDLE hci_handle; member in struct:__anon10638
123 tNFA_HANDLE hci_handle; member in struct:__anon10639
131 tNFA_HANDLE hci_handle; member in struct:__anon10640
138 tNFA_HANDLE hci_handle; member in struct:__anon10641
146 tNFA_HANDLE hci_handle; member in struct:__anon10642
154 tNFA_HANDLE hci_handle; member in struct:__anon10643
162 tNFA_HANDLE hci_handle; member in struct:__anon10644
171 tNFA_HANDLE hci_handle; member in struct:__anon10645
182 tNFA_HANDLE hci_handle; member in struct:__anon10646
193 tNFA_HANDLE hci_handle; member in struct:__anon10647
202 tNFA_HANDLE hci_handle; member in struct:__anon10648
211 tNFA_HANDLE hci_handle; member in struct:__anon10649
220 tNFA_HANDLE hci_handle; member in struct:__anon10650
231 tNFA_HANDLE hci_handle; member in struct:__anon10651
245 tNFA_HANDLE hci_handle; member in struct:__anon10652
272 tNFA_HANDLE hci_handle; member in struct:__anon10655
283 tNFA_HANDLE hci_handle; member in struct:__anon10656
[all...]

Completed in 107 milliseconds