fastpair.h 290 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_id;
  7. } FastpairCfg;
  8. extern const BleSpamProtocol ble_spam_protocol_fastpair;