swiftpair.h 297 B

1234567891011
  1. #pragma once
  2. #include "_base.h"
  3. // Hacked together by @Willy-JL and @Spooks4576
  4. // Documentation at https://learn.microsoft.com/en-us/windows-hardware/design/component-guidelines/bluetooth-swift-pair
  5. typedef struct {
  6. char name[25];
  7. } SwiftpairCfg;
  8. extern const Protocol protocol_swiftpair;