Home
last modified time | relevance | path

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

/Linux-v4.19/net/nfc/
Dllcp_core.c536 u8 *lto_tlv, lto_length; in nfc_llcp_build_gb() local
548 lto_tlv = nfc_llcp_build_tlv(LLCP_TLV_LTO, &local->lto, 1, &lto_length); in nfc_llcp_build_gb()
574 memcpy(gb_cur, lto_tlv, lto_length); in nfc_llcp_build_gb()
587 kfree(lto_tlv); in nfc_llcp_build_gb()