Control Surface
main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
src
MIDI_Interfaces
BLEMIDI
ESP32NimBLEBackend.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include "
ESP32-NimBLE/app.hpp
"
4
#include "
ESP32Backend.hpp
"
5
6
BEGIN_CS_NAMESPACE
7
8
namespace
ble_backend
{
9
struct
ESP32NimBLE
{
10
static
constexpr
auto
notify
= midi_ble_nimble::notify;
11
static
constexpr
auto
init
= midi_ble_nimble::init;
12
};
13
}
// namespace ble_backend
14
17
using
ESP32NimBLEBackend
=
ESP32BLEBackend<ble_backend::ESP32NimBLE>
;
18
19
END_CS_NAMESPACE
ESP32Backend.hpp
END_CS_NAMESPACE
#define END_CS_NAMESPACE
Definition
Settings/NamespaceSettings.hpp:14
BEGIN_CS_NAMESPACE
#define BEGIN_CS_NAMESPACE
Definition
Settings/NamespaceSettings.hpp:11
app.hpp
ESP32BLEBackend
ESP32 backend intended to be plugged into GenericBLEMIDI_Interface.
Definition
ESP32Backend.hpp:24
ble_backend
Definition
ESP32BluedroidBackend.hpp:8
ble_backend::ESP32NimBLE
Definition
ESP32NimBLEBackend.hpp:9
ble_backend::ESP32NimBLE::notify
static constexpr auto notify
Definition
ESP32NimBLEBackend.hpp:10
ble_backend::ESP32NimBLE::init
static constexpr auto init
Definition
ESP32NimBLEBackend.hpp:11
Generated by
1.10.0