OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:llcp_util_parse_link_params
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nci/src/nfc/int/
llcp_int.h
318
BOOLEAN
llcp_util_parse_link_params
(UINT16 length, UINT8 *p_bytes);
/external/libnfc-nci/src/nfc/llcp/
llcp_util.c
37
** Function
llcp_util_parse_link_params
44
BOOLEAN
llcp_util_parse_link_params
(UINT16 length, UINT8 *p_bytes)
function
89
LLCP_TRACE_ERROR1 ("
llcp_util_parse_link_params
(): Unexpected type 0x%x", param_type);
99
LLCP_TRACE_ERROR0 ("
llcp_util_parse_link_params
(): Bad LTV's");
llcp_link.c
479
return (
llcp_util_parse_link_params
(length, p));
[
all
...]
Completed in 324 milliseconds