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

/system/nfc/src/nfa/hci/
H A Dnfa_hci_api.cc355 tNFA_STATUS NFA_HciCreatePipe(tNFA_HANDLE hci_handle, uint8_t source_gate_id, argument
363 hci_handle, source_gate_id, dest_host, dest_gate);
371 if ((source_gate_id < NFA_HCI_FIRST_HOST_SPECIFIC_GENERIC_GATE) ||
372 (source_gate_id > NFA_HCI_LAST_PROP_GATE)) {
374 << StringPrintf("Invalid local Gate:0x%02x", source_gate_id);
403 p_msg->source_gate = source_gate_id;

Completed in 461 milliseconds