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

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

Completed in 71 milliseconds