Skip to content

Commit 8350da6

Browse files
authored
Merge pull request #34 from Mr-Proxy-source/patch-1
Added new devices
2 parents 44df993 + 506cca0 commit 8350da6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

base_pack/ble_spam/protocols/continuity.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,11 +177,14 @@ static const struct {
177177
const char* name;
178178
} na_actions[] = {
179179
{0x13, "AppleTV AutoFill"},
180+
{0x24, "Apple Vision Pro"},
181+
{0x05, "Apple Watch"},
180182
{0x27, "AppleTV Connecting..."},
181183
{0x20, "Join This AppleTV?"},
182184
{0x19, "AppleTV Audio Sync"},
183185
{0x1E, "AppleTV Color Balance"},
184186
{0x09, "Setup New iPhone"},
187+
{0x2F, "Sign in to other device"},
185188
{0x02, "Transfer Phone Number"},
186189
{0x0B, "HomePod Setup"},
187190
{0x01, "Setup New AppleTV"},

0 commit comments

Comments
 (0)