OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NFA_P2pSendUI
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Nfc/nci/jni/
NativeLlcpConnectionlessSocket.cpp
75
ALOGD("
NFA_P2pSendUI
: len = %d", byte_count);
76
UINT8* raw_ptr = const_cast<UINT8*>(reinterpret_cast<const UINT8*>(&bytes[0])); // TODO: API bug;
NFA_P2pSendUI
should take const*!
77
tNFA_STATUS status =
NFA_P2pSendUI
((tNFA_HANDLE) handle, nsap, byte_count, raw_ptr);
79
ALOGD("%s:
NFA_P2pSendUI
done, status = %d", __FUNCTION__, status);
82
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 46 milliseconds