|
@@ -24,14 +24,19 @@ void fastpair_make_packet(uint8_t* _size, uint8_t** _packet, const BleSpamProtoc
|
|
|
0x718FA4, // JBL Live 300TWS
|
|
0x718FA4, // JBL Live 300TWS
|
|
|
0x821F66, // JBL Flip 6
|
|
0x821F66, // JBL Flip 6
|
|
|
0x92BBBD, // Pixel Buds
|
|
0x92BBBD, // Pixel Buds
|
|
|
|
|
+ 0xD446A7, // Sony XM5
|
|
|
|
|
|
|
|
// Custom debug popups
|
|
// Custom debug popups
|
|
|
- 0xAA1FE1, // ClownMaster
|
|
|
|
|
- 0xAA187F, // VBucks
|
|
|
|
|
|
|
+ 0xD99CA1, // Flipper Zero
|
|
|
|
|
+ 0x77FF67, // Free Robux
|
|
|
|
|
+ 0xAA187F, // Free VBucks
|
|
|
|
|
+ 0xDCE9EA, // Rickroll
|
|
|
|
|
+ 0x87B25F, // Animated Rickroll
|
|
|
0xF38C02, // Boykisser
|
|
0xF38C02, // Boykisser
|
|
|
0x1448C9, // BLM
|
|
0x1448C9, // BLM
|
|
|
0xD5AB33, // Xtreme
|
|
0xD5AB33, // Xtreme
|
|
|
0x13B39D, // Talking Sasquach
|
|
0x13B39D, // Talking Sasquach
|
|
|
|
|
+ 0xAA1FE1, // ClownMaster
|
|
|
};
|
|
};
|
|
|
model_id = models[rand() % COUNT_OF(models)];
|
|
model_id = models[rand() % COUNT_OF(models)];
|
|
|
}
|
|
}
|