Home
last modified time | relevance | path

Searched refs:tNFA_P2P_API_ACCEPT_CONN (Results 1 – 2 of 2) sorted by relevance

/system/nfc/src/nfa/include/
Dnfa_p2p_int.h93 } tNFA_P2P_API_ACCEPT_CONN; typedef
173 tNFA_P2P_API_ACCEPT_CONN api_accept;
/system/nfc/src/nfa/p2p/
Dnfa_p2p_api.cc206 tNFA_P2P_API_ACCEPT_CONN* p_msg; in NFA_P2pAcceptConn()
229 } else if ((p_msg = (tNFA_P2P_API_ACCEPT_CONN*)GKI_getbuf( in NFA_P2pAcceptConn()
230 sizeof(tNFA_P2P_API_ACCEPT_CONN))) != nullptr) { in NFA_P2pAcceptConn()