Home
last modified time | relevance | path

Searched refs:p_bytes (Results 1 – 2 of 2) sorted by relevance

/system/nfc/src/nfc/include/
Dllcp_int.h315 bool llcp_util_parse_link_params(uint16_t length, uint8_t* p_bytes);
323 tLLCP_STATUS llcp_util_parse_connect(uint8_t* p_bytes, uint16_t length,
327 tLLCP_STATUS llcp_util_parse_cc(uint8_t* p_bytes, uint16_t length,
/system/nfc/src/nfc/llcp/
Dllcp_util.cc50 bool llcp_util_parse_link_params(uint16_t length, uint8_t* p_bytes) { in llcp_util_parse_link_params() argument
51 uint8_t param_type, param_len, *p = p_bytes; in llcp_util_parse_link_params()
487 tLLCP_STATUS llcp_util_parse_connect(uint8_t* p_bytes, uint16_t length, in llcp_util_parse_connect() argument
489 uint8_t param_type, param_len, *p = p_bytes; in llcp_util_parse_connect()
626 tLLCP_STATUS llcp_util_parse_cc(uint8_t* p_bytes, uint16_t length, in llcp_util_parse_cc() argument
628 uint8_t param_type, param_len, *p = p_bytes; in llcp_util_parse_cc()