Files
Momentum-Firmware/applications/external/ble_spam/protocols/fastpair.h
2023-10-15 18:53:31 +01:00

12 lines
290 B
C

#pragma once
#include "_base.h"
// Hacked together by @Willy-JL and @Spooks4576
// Documentation at https://developers.google.com/nearby/fast-pair/specifications/introduction
typedef struct {
uint32_t model_id;
} FastpairMsg;
extern const BleSpamProtocol ble_spam_protocol_fastpair;