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

/external/libnfc-nci/src/nfa/hci/
H A Dnfa_hci_api.c351 UINT8 source_gate_id,
359 hci_handle, source_gate_id, dest_host, dest_gate);
367 if ((source_gate_id < NFA_HCI_FIRST_HOST_SPECIFIC_GENERIC_GATE) || (source_gate_id > NFA_HCI_LAST_PROP_GATE))
369 NFA_TRACE_API1 ("NFA_HciCreatePipe (): Invalid local Gate:0x%02x", source_gate_id);
397 p_msg->source_gate = source_gate_id;
350 NFA_HciCreatePipe(tNFA_HANDLE hci_handle, UINT8 source_gate_id, UINT8 dest_host, UINT8 dest_gate) argument

Completed in 943 milliseconds