From 7ace42debc1a88436622f223cb73c6bfb5197f74 Mon Sep 17 00:00:00 2001 From: Willy-JL <49810075+Willy-JL@users.noreply.github.com> Date: Tue, 24 Oct 2023 13:10:58 +0100 Subject: [PATCH] Android spam set up device by @Mr-Proxy-source --- applications/external/ble_spam/protocols/fastpair.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/applications/external/ble_spam/protocols/fastpair.c b/applications/external/ble_spam/protocols/fastpair.c index 1e7c2920c..1cf3a3551 100644 --- a/applications/external/ble_spam/protocols/fastpair.c +++ b/applications/external/ble_spam/protocols/fastpair.c @@ -8,6 +8,9 @@ const struct { uint32_t value; const char* name; } models[] = { + // Genuine actions + {0x00000C, "Set Up Device"}, + // Genuine devices {0xCD8256, "Bose NC 700"}, {0xF52494, "JBL Buds Pro"},