From 857b8815543c4e3a40da62009a4e956cba2cc04a Mon Sep 17 00:00:00 2001 From: Willy-JL <49810075+Willy-JL@users.noreply.github.com> Date: Sat, 21 Oct 2023 02:43:02 +0100 Subject: [PATCH] BLE Spam add 7 more FastPair models Thanks @DiamondRoPlayz and @xAstroBoy ! --- applications/external/ble_spam/protocols/fastpair.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/applications/external/ble_spam/protocols/fastpair.c b/applications/external/ble_spam/protocols/fastpair.c index 0f6cdd146..6744ac005 100644 --- a/applications/external/ble_spam/protocols/fastpair.c +++ b/applications/external/ble_spam/protocols/fastpair.c @@ -16,6 +16,9 @@ const struct { {0x92BBBD, "Pixel Buds"}, {0xD446A7, "Sony XM5"}, {0x2D7A23, "Sony WF-1000XM4"}, + {0x0E30C3, "Razer Hammerhead TWS"}, + {0x72EF8D, "Razer Hammerhead TWS X"}, + {0x72FB00, "Soundcore Spirit Pro GVA"}, // Custom debug popups {0xD99CA1, "Flipper Zero"}, @@ -29,6 +32,10 @@ const struct { {0x0C0B67, "Xtreme Cta"}, {0x13B39D, "Talking Sasquach"}, {0xAA1FE1, "ClownMaster"}, + {0x7C6CDB, "Obama"}, + {0x005EF9, "Ryanair"}, + {0xE2106F, "FBI"}, + {0xB37A62, "Tesla"}, }; const uint8_t models_count = COUNT_OF(models);