mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-09 05:49:09 -07:00
10 lines
248 B
C
10 lines
248 B
C
#include "_registry.h"
|
|
|
|
const BleSpamProtocol* ble_spam_protocols[] = {
|
|
&ble_spam_protocol_continuity,
|
|
&ble_spam_protocol_fastpair,
|
|
&ble_spam_protocol_swiftpair,
|
|
};
|
|
|
|
const size_t ble_spam_protocols_count = COUNT_OF(ble_spam_protocols);
|