Control Surface
main
MIDI Control Surface library for Arduino
Toggle main menu visibility
Main Page
User Manual
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
u
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Typedefs
a
b
c
k
m
n
p
t
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
i
l
m
p
r
s
t
v
w
Enumerations
Enumerator
a
b
d
f
h
i
l
m
n
o
p
r
s
v
w
Related Symbols
Files
File List
File Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Functions
a
b
c
d
e
g
i
l
m
o
p
s
u
v
Variables
c
e
f
h
i
l
m
n
o
p
s
u
v
Typedefs
a
b
c
e
f
i
k
m
n
p
s
t
u
v
Enumerations
Enumerator
Macros
a
b
c
d
e
f
h
i
n
u
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
src
MIDI_Interfaces
BLEMIDI
ESP32BluedroidBackend.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include "
ESP32/app.h
"
4
#include "
ESP32Backend.hpp
"
5
6
BEGIN_CS_NAMESPACE
7
8
namespace
ble_backend
{
9
struct
ESP32BluedroidBLE
{
10
static
constexpr
auto
notify
= midi_ble_bluedroid::notify;
11
static
constexpr
auto
init
= midi_ble_bluedroid::init;
12
};
9
struct
ESP32BluedroidBLE
{
…
};
13
}
// namespace ble_backend
8
namespace
ble_backend
{
…
}
14
17
using
ESP32BluedroidBackend
=
ESP32BLEBackend<ble_backend::ESP32BluedroidBLE>
;
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.h
ESP32BLEBackend
ESP32 backend intended to be plugged into GenericBLEMIDI_Interface.
Definition
ESP32Backend.hpp:24
ble_backend
Definition
ESP32BluedroidBackend.hpp:8
ble_backend::ESP32BluedroidBLE
Definition
ESP32BluedroidBackend.hpp:9
ble_backend::ESP32BluedroidBLE::notify
static constexpr auto notify
Definition
ESP32BluedroidBackend.hpp:10
ble_backend::ESP32BluedroidBLE::init
static constexpr auto init
Definition
ESP32BluedroidBackend.hpp:11
Generated by
1.10.0