OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LLCP_SendUI
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nci/src/nfc/include/
llcp_api.h
395
** Function
LLCP_SendUI
405
LLCP_API extern tLLCP_STATUS
LLCP_SendUI
(UINT8 ssap, UINT8 dsap, BT_HDR *p_buf);
/external/libnfc-nci/src/nfa/p2p/
nfa_p2p_act.c
[
all
...]
/external/libnfc-nci/src/nfc/llcp/
llcp_api.c
663
** Function
LLCP_SendUI
673
tLLCP_STATUS
LLCP_SendUI
(UINT8 ssap,
680
LLCP_TRACE_API2 ("
LLCP_SendUI
() SSAP=0x%x, DSAP=0x%x", ssap, dsap);
687
LLCP_TRACE_ERROR1 ("
LLCP_SendUI
(): SSAP (0x%x) is not registered", ssap);
691
LLCP_TRACE_ERROR1 ("
LLCP_SendUI
(): Logical link on SSAP (0x%x) is not enabled", ssap);
695
LLCP_TRACE_ERROR0 ("
LLCP_SendUI
(): LLCP link is not activated");
708
LLCP_TRACE_ERROR2 ("
LLCP_SendUI
(): offset (%d) must be %d at least",
714
LLCP_TRACE_ERROR0 ("
LLCP_SendUI
(): Data length shall not be bigger than peer's link MIU");
719
LLCP_TRACE_ERROR0 ("
LLCP_SendUI
(): Peer doesn't support connectionless link");
[
all
...]
Completed in 624 milliseconds