mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 13:48:35 -07:00
Rename _registry to _protocols
This commit is contained in:
2
applications/external/ble_spam/ble_spam.c
vendored
2
applications/external/ble_spam/ble_spam.c
vendored
@@ -3,7 +3,7 @@
|
|||||||
#include <furi_hal_bt.h>
|
#include <furi_hal_bt.h>
|
||||||
#include <gui/elements.h>
|
#include <gui/elements.h>
|
||||||
|
|
||||||
#include "protocols/_registry.h"
|
#include "protocols/_protocols.h"
|
||||||
|
|
||||||
// Hacked together by @Willy-JL
|
// Hacked together by @Willy-JL
|
||||||
// Custom adv API by @Willy-JL (idea by @xMasterX)
|
// Custom adv API by @Willy-JL (idea by @xMasterX)
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#include "_registry.h"
|
#include "_protocols.h"
|
||||||
|
|
||||||
const Protocol* protocols[] = {
|
const Protocol* protocols[] = {
|
||||||
&protocol_continuity,
|
&protocol_continuity,
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
#include "continuity.h"
|
#include "continuity.h"
|
||||||
#include "_registry.h"
|
#include "_protocols.h"
|
||||||
|
|
||||||
// Hacked together by @Willy-JL
|
// Hacked together by @Willy-JL
|
||||||
// iOS 17 Crash by @ECTO-1A
|
// iOS 17 Crash by @ECTO-1A
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#include "fastpair.h"
|
#include "fastpair.h"
|
||||||
#include "_registry.h"
|
#include "_protocols.h"
|
||||||
|
|
||||||
// Hacked together by @Willy-JL and @Spooks4576
|
// Hacked together by @Willy-JL and @Spooks4576
|
||||||
// Documentation at https://developers.google.com/nearby/fast-pair/specifications/introduction
|
// Documentation at https://developers.google.com/nearby/fast-pair/specifications/introduction
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#include "swiftpair.h"
|
#include "swiftpair.h"
|
||||||
#include "_registry.h"
|
#include "_protocols.h"
|
||||||
|
|
||||||
// Hacked together by @Willy-JL and @Spooks4576
|
// Hacked together by @Willy-JL and @Spooks4576
|
||||||
// Documentation at https://learn.microsoft.com/en-us/windows-hardware/design/component-guidelines/bluetooth-swift-pair
|
// Documentation at https://learn.microsoft.com/en-us/windows-hardware/design/component-guidelines/bluetooth-swift-pair
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#include "../ble_spam.h"
|
#include "../ble_spam.h"
|
||||||
|
|
||||||
#include "protocols/_registry.h"
|
#include "protocols/_protocols.h"
|
||||||
|
|
||||||
static void random_mac_changed(VariableItem* item) {
|
static void random_mac_changed(VariableItem* item) {
|
||||||
Ctx* ctx = variable_item_get_context(item);
|
Ctx* ctx = variable_item_get_context(item);
|
||||||
|
|||||||
Reference in New Issue
Block a user