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

/external/libnfc-nci/src/nfa/snep/
H A Dnfa_snep_api.c275 tNFA_STATUS NFA_SnepConnect (tNFA_HANDLE client_handle, argument
281 SNEP_TRACE_API1 ("NFA_SnepConnect(): client_handle:0x%X", client_handle);
283 xx = client_handle & NFA_HANDLE_MASK;
303 p_msg->client_handle = client_handle;
/external/libnfc-nci/src/nfa/p2p/
H A Dnfa_p2p_api.c378 tNFA_STATUS NFA_P2pConnectByName (tNFA_HANDLE client_handle, argument
386 P2P_TRACE_API4 ("NFA_P2pConnectByName (): client_handle:0x%x, SN:<%s>, MIU:%d, RW:%d",
387 client_handle, p_service_name, miu, rw);
389 xx = client_handle & NFA_HANDLE_MASK;
415 p_msg->client_handle = client_handle;
439 tNFA_STATUS NFA_P2pConnectBySap (tNFA_HANDLE client_handle, argument
447 P2P_TRACE_API4 ("NFA_P2pConnectBySap (): client_handle:0x%x, DSAP:0x%02X, MIU:%d, RW:%d",
448 client_handle, dsap, miu, rw);
450 xx = client_handle
[all...]
/external/libnfc-nci/src/nfa/include/
H A Dnfa_p2p_api.h85 tNFA_HANDLE client_handle; /* NFA_HANDLE_INVALID if failed */ member in struct:__anon7600
115 tNFA_HANDLE client_handle; member in struct:__anon7604
315 NFC_API extern tNFA_STATUS NFA_P2pConnectByName (tNFA_HANDLE client_handle,
334 NFC_API extern tNFA_STATUS NFA_P2pConnectBySap (tNFA_HANDLE client_handle,
H A Dnfa_snep_api.h85 tNFA_HANDLE client_handle; /* handle for registered client */ member in struct:__anon7613
139 /* client_handle if connection failed */
298 NFC_API extern tNFA_STATUS NFA_SnepConnect (tNFA_HANDLE client_handle,
/external/libnfc-nci/src/nfa/int/
H A Dnfa_snep_int.h98 tNFA_HANDLE client_handle; /* handle for client */ member in struct:__anon7787
H A Dnfa_p2p_int.h121 tNFA_HANDLE client_handle; member in struct:__anon7750

Completed in 72 milliseconds