fastpair.h 271 B

1234567891011
  1. #pragma once
  2. #include "_base.h"
  3. // Hacked together by @Willy-JL and @Spooks4576
  4. // Documentation at https://developers.google.com/nearby/fast-pair/specifications/introduction
  5. typedef struct {
  6. uint32_t model;
  7. } FastpairCfg;
  8. extern const Protocol protocol_fastpair;