mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 01:08:35 -07:00
BLE Spam add Samsung Watch spam
This commit is contained in:
25
applications/external/ble_spam/ble_spam.c
vendored
25
applications/external/ble_spam/ble_spam.c
vendored
@@ -88,7 +88,7 @@ static Attack attacks[] = {
|
||||
},
|
||||
},
|
||||
{
|
||||
.title = "Samsung Buds Pair",
|
||||
.title = "Samsung Buds Popup",
|
||||
.text = "No cooldown, long range",
|
||||
.protocol = &protocol_smartthings,
|
||||
.payload =
|
||||
@@ -96,7 +96,28 @@ static Attack attacks[] = {
|
||||
.random_mac = true,
|
||||
.cfg =
|
||||
{
|
||||
.smartthings = {},
|
||||
.smartthings =
|
||||
{
|
||||
.type = SmartthingsTypeBuds,
|
||||
.data = {},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
.title = "Samsung Watch Pair",
|
||||
.text = "No cooldown, long range",
|
||||
.protocol = &protocol_smartthings,
|
||||
.payload =
|
||||
{
|
||||
.random_mac = true,
|
||||
.cfg =
|
||||
{
|
||||
.smartthings =
|
||||
{
|
||||
.type = SmartthingsTypeWatch,
|
||||
.data = {},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user