OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nfa_hciu_send_msg
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nci/src/nfa/hci/
nfa_hci_act.c
[
all
...]
nfa_hci_utils.c
308
** Function
nfa_hciu_send_msg
316
tNFA_STATUS
nfa_hciu_send_msg
(UINT8 pipe_id, UINT8 type, UINT8 instruction, UINT16 msg_len, UINT8 *p_msg)
function
328
NFA_TRACE_DEBUG3 ("
nfa_hciu_send_msg
pipe_id:%d %s len:%d",
331
NFA_TRACE_DEBUG4 ("
nfa_hciu_send_msg
pipe_id:%d Type: %u Inst: %u len: %d",
945
status =
nfa_hciu_send_msg
(NFA_HCI_ADMIN_PIPE, NFA_HCI_COMMAND_TYPE, NFA_HCI_ADM_CREATE_PIPE, 3, data);
972
status =
nfa_hciu_send_msg
(NFA_HCI_ADMIN_PIPE, NFA_HCI_COMMAND_TYPE, NFA_HCI_ADM_DELETE_PIPE, 1, &pipe);
997
status =
nfa_hciu_send_msg
(NFA_HCI_ADMIN_PIPE, NFA_HCI_COMMAND_TYPE, NFA_HCI_ADM_CLEAR_ALL_PIPE, 2, (UINT8 *) &id_ref_data);
1017
status =
nfa_hciu_send_msg
(pipe, NFA_HCI_COMMAND_TYPE, NFA_HCI_ANY_OPEN_PIPE, 0, NULL);
[
all
...]
/external/libnfc-nci/src/nfa/int/
nfa_hci_int.h
502
extern tNFA_STATUS
nfa_hciu_send_msg
(UINT8 pipe_id, UINT8 type, UINT8 instruction, UINT16 pkt_len, UINT8 *p_pkt);
Completed in 36 milliseconds