OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LLCP_RegisterClient
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nci/src/nfc/include/
llcp_api.h
352
** Function
LLCP_RegisterClient
363
LLCP_API extern UINT8
LLCP_RegisterClient
(UINT8 link_type,
/external/libnfc-nci/src/nfa/p2p/
nfa_p2p_act.c
752
local_sap =
LLCP_RegisterClient
(p_msg->api_reg_client.link_type,
[
all
...]
/external/libnfc-nci/src/nfc/llcp/
llcp_api.c
485
** Function
LLCP_RegisterClient
496
UINT8
LLCP_RegisterClient
(UINT8 link_type,
503
LLCP_TRACE_API1 ("
LLCP_RegisterClient
(): link_type = 0x%x", link_type);
507
LLCP_TRACE_ERROR0 ("
LLCP_RegisterClient
(): Callback must be provided");
513
LLCP_TRACE_ERROR1 ("
LLCP_RegisterClient
(): link type (0x%x) must be specified", link_type);
531
LLCP_TRACE_ERROR0 ("
LLCP_RegisterClient
(): out of resource");
539
LLCP_TRACE_DEBUG1 ("
LLCP_RegisterClient
(): Registered SAP = 0x%02X", reg_sap);
[
all
...]
Completed in 163 milliseconds