mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-21 00:58:10 -07:00
74c3ab88d9
Co-authored-by: Spooks <62370103+Spooks4576@users.noreply.github.com>
12 lines
290 B
C
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;
|