Searched refs:p_bytes (Results 1 – 2 of 2) sorted by relevance
/system/nfc/src/nfc/include/ |
D | llcp_int.h | 315 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/ |
D | llcp_util.cc | 50 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()
|