Home
last modified time | relevance | path

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

/linux-6.1.9/net/nfc/
Dllcp_core.c17 static u8 llcp_magic[3] = {0x46, 0x66, 0x6d}; variable
562 gb_len += ARRAY_SIZE(llcp_magic); in nfc_llcp_build_gb()
571 memcpy(gb_cur, llcp_magic, ARRAY_SIZE(llcp_magic)); in nfc_llcp_build_gb()
572 gb_cur += ARRAY_SIZE(llcp_magic); in nfc_llcp_build_gb()
631 if (memcmp(local->remote_gb, llcp_magic, 3)) { in nfc_llcp_set_remote_gb()