From 5da214f6395b1e2fc7b07df3b96c87e66c663d0d Mon Sep 17 00:00:00 2001 From: Willy-JL <49810075+Willy-JL@users.noreply.github.com> Date: Mon, 16 Oct 2023 16:07:57 +0100 Subject: [PATCH] BLE Spam FastPair add Sony XM5 and more customs Thanks noproto and Neon_Cat! --- applications/external/ble_spam/protocols/fastpair.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/applications/external/ble_spam/protocols/fastpair.c b/applications/external/ble_spam/protocols/fastpair.c index 1c06f68e6..38759a623 100644 --- a/applications/external/ble_spam/protocols/fastpair.c +++ b/applications/external/ble_spam/protocols/fastpair.c @@ -24,14 +24,19 @@ void fastpair_make_packet(uint8_t* _size, uint8_t** _packet, const BleSpamProtoc 0x718FA4, // JBL Live 300TWS 0x821F66, // JBL Flip 6 0x92BBBD, // Pixel Buds + 0xD446A7, // Sony XM5 // Custom debug popups - 0xAA1FE1, // ClownMaster - 0xAA187F, // VBucks + 0xD99CA1, // Flipper Zero + 0x77FF67, // Free Robux + 0xAA187F, // Free VBucks + 0xDCE9EA, // Rickroll + 0x87B25F, // Animated Rickroll 0xF38C02, // Boykisser 0x1448C9, // BLM 0xD5AB33, // Xtreme 0x13B39D, // Talking Sasquach + 0xAA1FE1, // ClownMaster }; model_id = models[rand() % COUNT_OF(models)]; }