Home
last modified time | relevance | path

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

/openbmc/linux/net/nfc/
H A Dllcp_core.c17 static u8 llcp_magic[3] = {0x46, 0x66, 0x6d}; variable
599 gb_len += ARRAY_SIZE(llcp_magic); in nfc_llcp_build_gb()
608 memcpy(gb_cur, llcp_magic, ARRAY_SIZE(llcp_magic)); in nfc_llcp_build_gb()
609 gb_cur += ARRAY_SIZE(llcp_magic); in nfc_llcp_build_gb()
671 if (memcmp(local->remote_gb, llcp_magic, 3)) { in nfc_llcp_set_remote_gb()