Searched refs:p_bytes (Results 1 – 2 of 2) sorted by relevance
/external/libnfc-nci/src/nfc/int/ |
D | llcp_int.h | 313 BOOLEAN llcp_util_parse_link_params (UINT16 length, UINT8 *p_bytes); 319 tLLCP_STATUS llcp_util_parse_connect (UINT8 *p_bytes, UINT16 length, tLLCP_CONNECTION_PARAMS *p_par… 321 tLLCP_STATUS llcp_util_parse_cc (UINT8 *p_bytes, UINT16 length, UINT16 *p_miu, UINT8 *p_rw);
|
/external/libnfc-nci/src/nfc/llcp/ |
D | llcp_util.c | 43 BOOLEAN llcp_util_parse_link_params (UINT16 length, UINT8 *p_bytes) in llcp_util_parse_link_params() argument 45 UINT8 param_type, param_len, *p = p_bytes; in llcp_util_parse_link_params() 491 tLLCP_STATUS llcp_util_parse_connect (UINT8 *p_bytes, UINT16 length, tLLCP_CONNECTION_PARAMS *p_pa… in llcp_util_parse_connect() argument 493 UINT8 param_type, param_len, *p = p_bytes; in llcp_util_parse_connect() 630 tLLCP_STATUS llcp_util_parse_cc (UINT8 *p_bytes, UINT16 length, UINT16 *p_miu, UINT8 *p_rw) in llcp_util_parse_cc() argument 632 UINT8 param_type, param_len, *p = p_bytes; in llcp_util_parse_cc()
|