Przeglądaj źródła

Merge pull request #8 from Mr-Proxy-source/dev

Added more IOS devices
Clara K 2 lat temu
rodzic
commit
0c6d6a54af
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3 0
      ble_spam/protocols/continuity.c

+ 3 - 0
ble_spam/protocols/continuity.c

@@ -177,11 +177,14 @@ static const struct {
     const char* name;
     const char* name;
 } na_actions[] = {
 } na_actions[] = {
     {0x13, "AppleTV AutoFill"},
     {0x13, "AppleTV AutoFill"},
+    {0x24, "Apple Vision Pro"},
+    {0x05, "Apple Watch"},
     {0x27, "AppleTV Connecting..."},
     {0x27, "AppleTV Connecting..."},
     {0x20, "Join This AppleTV?"},
     {0x20, "Join This AppleTV?"},
     {0x19, "AppleTV Audio Sync"},
     {0x19, "AppleTV Audio Sync"},
     {0x1E, "AppleTV Color Balance"},
     {0x1E, "AppleTV Color Balance"},
     {0x09, "Setup New iPhone"},
     {0x09, "Setup New iPhone"},
+    {0x2F, "Sign in to other device"},
     {0x02, "Transfer Phone Number"},
     {0x02, "Transfer Phone Number"},
     {0x0B, "HomePod Setup"},
     {0x0B, "HomePod Setup"},
     {0x01, "Setup New AppleTV"},
     {0x01, "Setup New AppleTV"},