Home
last modified time | relevance | path

Searched refs:num_gates (Results 1 – 2 of 2) sorted by relevance

/external/libnfc-nci/src/nfa/include/
Dnfa_hci_api.h95 …UINT8 num_gates; /* Number of generic gates exist for the appli… member
110 …UINT8 num_gates; /* Number of generic gates exist for the appli… member
/external/libnfc-nci/src/nfa/hci/
Dnfa_hci_act.c242 UINT8 num_gates = 0,num_pipes = 0; in nfa_hci_api_register() local
265 num_gates++; in nfa_hci_api_register()
296 evt_data.hci_register.num_gates = num_gates; in nfa_hci_api_register()
421 evt_data.gates_pipes.num_gates = 0; in nfa_hci_api_get_gate_pipe_list()
428 evt_data.gates_pipes.gate[evt_data.gates_pipes.num_gates++] = pg->gate_id; in nfa_hci_api_get_gate_pipe_list()
1809 UINT8 gate_rsp[3 + NFA_HCI_MAX_GATE_CB], num_gates; in nfa_hci_handle_identity_mgmt_gate_pkt() local
1861 num_gates = nfa_hciu_get_allocated_gate_list (&gate_rsp[3]); in nfa_hci_handle_identity_mgmt_gate_pkt()
1862 rsp_len = num_gates + 3; in nfa_hci_handle_identity_mgmt_gate_pkt()