HomeSort by relevance Sort by last modified time
    Searched refs:NFA_P2pSendUI (Results 1 - 3 of 3) sorted by null

  /packages/apps/Nfc/nci/jni/
NativeLlcpConnectionlessSocket.cpp 77 ALOGD("NFA_P2pSendUI: len = %zu", byte_count);
78 UINT8* raw_ptr = const_cast<UINT8*>(reinterpret_cast<const UINT8*>(&bytes[0])); // TODO: API bug; NFA_P2pSendUI should take const*!
79 tNFA_STATUS status = NFA_P2pSendUI((tNFA_HANDLE) handle, nsap, byte_count, raw_ptr);
81 ALOGD("%s: NFA_P2pSendUI done, status = %d", __FUNCTION__, status);
84 ALOGE("%s: NFA_P2pSendUI failed, status = %d", __FUNCTION__, status);
  /external/libnfc-nci/src/nfa/include/
nfa_p2p_api.h 342 ** Function NFA_P2pSendUI
354 NFC_API extern tNFA_STATUS NFA_P2pSendUI (tNFA_HANDLE handle,
  /external/libnfc-nci/src/nfa/p2p/
nfa_p2p_api.c 488 ** Function NFA_P2pSendUI
500 tNFA_STATUS NFA_P2pSendUI (tNFA_HANDLE handle,
509 P2P_TRACE_API3 ("NFA_P2pSendUI (): handle:0x%X, DSAP:0x%02X, length:%d", handle, dsap, length);
518 P2P_TRACE_ERROR1 ("NFA_P2pSendUI (): Handle (0x%X) is not valid", handle);
523 P2P_TRACE_ERROR3 ("NFA_P2pSendUI (): handle:0x%X, length(%d) must be less than remote link MIU(%d)",
529 P2P_TRACE_WARNING1 ("NFA_P2pSendUI (): handle:0x%X, logical data link is already congested",
540 P2P_TRACE_WARNING1 ("NFA_P2pSendUI(): handle:0x%X, logical data link is congested",
    [all...]

Completed in 578 milliseconds