Searched refs:nfa_hci_api_create_pipe (Results 1 – 1 of 1) sorted by relevance
43 static bool nfa_hci_api_create_pipe(tNFA_HCI_EVENT_DATA* p_evt_data);96 if (nfa_hci_api_create_pipe(p_evt_data) == false) b_free = false; in nfa_hci_check_pending_api_requests()177 if (nfa_hci_api_create_pipe(p_evt_data) == false) continue; in nfa_hci_check_api_requests()591 static bool nfa_hci_api_create_pipe(tNFA_HCI_EVENT_DATA* p_evt_data) { in nfa_hci_api_create_pipe() function