Home
last modified time | relevance | path

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

/Linux-v5.15/net/nfc/
Dllcp_core.c17 static u8 llcp_magic[3] = {0x46, 0x66, 0x6d}; variable
563 gb_len += ARRAY_SIZE(llcp_magic); in nfc_llcp_build_gb()
572 memcpy(gb_cur, llcp_magic, ARRAY_SIZE(llcp_magic)); in nfc_llcp_build_gb()
573 gb_cur += ARRAY_SIZE(llcp_magic); in nfc_llcp_build_gb()
632 if (memcmp(local->remote_gb, llcp_magic, 3)) { in nfc_llcp_set_remote_gb()