fastpair.h 298 B

123456789101112
  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. uint16_t _model_index;
  8. } FastpairCfg;
  9. extern const Protocol protocol_fastpair;