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

/external/libnfc-nci/src/nfa/hci/
H A Dnfa_hci_api.c632 ** Function NFA_HciSendResponse
643 NFC_API extern tNFA_STATUS NFA_HciSendResponse (tNFA_HANDLE hci_handle, function
653 NFA_TRACE_API1 ("NFA_HciSendResponse (): Invalid hci_handle:0x%04x", hci_handle);
659 NFA_TRACE_API1 ("NFA_HciSendResponse (): Invalid Pipe:0x%02x", pipe);
665 NFA_TRACE_API1 ("NFA_HciSendResponse (): Invalid data size:0x%02x", data_size);
669 NFA_TRACE_API3 ("NFA_HciSendResponse (): hci_handle:0x%04x Pipe: 0x%02x Response: 0x%02x", hci_handle, pipe, response);

Completed in 36 milliseconds