mirror of
https://github.com/ndeadly/MissionControl
synced 2024-12-04 18:19:19 +00:00
11 lines
No EOL
326 B
C++
11 lines
No EOL
326 B
C++
#pragma once
|
|
#include <switch.h>
|
|
#include <stratosphere.hpp>
|
|
|
|
extern ams::os::SystemEventType g_btBleSystemEvent;
|
|
extern ams::os::SystemEventType g_btBleSystemEventFwd;
|
|
extern ams::os::SystemEventType g_btBleSystemEventUser;
|
|
|
|
ams::Result InitializeBluetoothBleEvents(void);
|
|
ams::Result StartBluetoothBleEventThread(void);
|
|
|