Searched refs:llcp_magic (Results 1 – 1 of 1) sorted by relevance
17 static u8 llcp_magic[3] = {0x46, 0x66, 0x6d}; variable599 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()