Files
Momentum-Firmware/applications/external/ble_spam/protocols/swiftpair.h
2023-10-15 19:32:22 +01:00

12 lines
321 B
C

#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;