mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 22:28:36 -07:00
BLE Spam add Windows SwiftPair spam
Co-authored-by: Spooks <62370103+Spooks4576@users.noreply.github.com>
This commit is contained in:
11
applications/external/ble_spam/protocols/swiftpair.h
vendored
Normal file
11
applications/external/ble_spam/protocols/swiftpair.h
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
#include "_base.h"
|
||||
|
||||
// Hacked together by @Willy-JL and @Spooks4576
|
||||
// Documentation at https://learn.microsoft.com/en-us/windows-hardware/design/component-guidelines/bluetooth-swift-pair
|
||||
|
||||
typedef struct {
|
||||
char display_name[25];
|
||||
} SwiftpairMsg;
|
||||
|
||||
extern const BleSpamProtocol ble_spam_protocol_swiftpair;
|
||||
Reference in New Issue
Block a user