Searched refs:source_gate_id (Results 1 – 2 of 2) sorted by relevance
355 tNFA_STATUS NFA_HciCreatePipe(tNFA_HANDLE hci_handle, uint8_t source_gate_id, in NFA_HciCreatePipe() argument362 hci_handle, source_gate_id, dest_host, dest_gate); in NFA_HciCreatePipe()370 if ((source_gate_id < NFA_HCI_FIRST_HOST_SPECIFIC_GENERIC_GATE) || in NFA_HciCreatePipe()371 (source_gate_id > NFA_HCI_LAST_PROP_GATE)) { in NFA_HciCreatePipe()373 << StringPrintf("Invalid local Gate:0x%02x", source_gate_id); in NFA_HciCreatePipe()399 p_msg->source_gate = source_gate_id; in NFA_HciCreatePipe()
429 uint8_t source_gate_id, uint8_t dest_host,