mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-27 03:49:58 -07:00
12 lines
297 B
C
12 lines
297 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 name[25];
|
|
} SwiftpairCfg;
|
|
|
|
extern const Protocol protocol_swiftpair;
|