Home
last modified time | relevance | path

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

/linux-4.1.27/net/nfc/
Dllcp_commands.c30 static u8 llcp_tlv_length[LLCP_TLV_MAX] = { variable
46 if (tlv[0] != type || tlv[1] != llcp_tlv_length[tlv[0]]) in llcp_tlv8()
54 if (tlv[0] != type || tlv[1] != llcp_tlv_length[tlv[0]]) in llcp_tlv16()
100 length = llcp_tlv_length[type]; in nfc_llcp_build_tlv()