From 506cca00c47850a4a7280b9290959e4ff9420a81 Mon Sep 17 00:00:00 2001 From: "Mr. Proxy" <80650301+Mr-Proxy-source@users.noreply.github.com> Date: Fri, 22 Dec 2023 18:53:14 +0100 Subject: [PATCH] Added new devices --- base_pack/ble_spam/protocols/continuity.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/base_pack/ble_spam/protocols/continuity.c b/base_pack/ble_spam/protocols/continuity.c index 50fcfae9ec7..896d29477ff 100644 --- a/base_pack/ble_spam/protocols/continuity.c +++ b/base_pack/ble_spam/protocols/continuity.c @@ -177,11 +177,14 @@ static const struct { const char* name; } na_actions[] = { {0x13, "AppleTV AutoFill"}, + {0x24, "Apple Vision Pro"}, + {0x05, "Apple Watch"}, {0x27, "AppleTV Connecting..."}, {0x20, "Join This AppleTV?"}, {0x19, "AppleTV Audio Sync"}, {0x1E, "AppleTV Color Balance"}, {0x09, "Setup New iPhone"}, + {0x2F, "Sign in to other device"}, {0x02, "Transfer Phone Number"}, {0x0B, "HomePod Setup"}, {0x01, "Setup New AppleTV"},