Searched refs:llcp_magic (Results 1 – 1 of 1) sorted by relevance
29 static u8 llcp_magic[3] = {0x46, 0x66, 0x6d}; variable559 gb_len += ARRAY_SIZE(llcp_magic); in nfc_llcp_build_gb()568 memcpy(gb_cur, llcp_magic, ARRAY_SIZE(llcp_magic)); in nfc_llcp_build_gb()569 gb_cur += ARRAY_SIZE(llcp_magic); in nfc_llcp_build_gb()628 if (memcmp(local->remote_gb, llcp_magic, 3)) { in nfc_llcp_set_remote_gb()