Control Surface  1.1.1
MIDI Control Surface library for Arduino
Classes | Variables
BLEMIDI.hpp File Reference
#include <BLE2902.h>
#include <BLEDevice.h>
#include <BLEServer.h>
#include <BLEUtils.h>
#include <AH/Error/Error.hpp>
Include dependency graph for BLEMIDI.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BLEMIDI
 

Variables

const char * SERVICE_UUID = "03b80e5a-ede8-4b33-a751-6ce34ec4c700"
 
const char * CHARACTERISTIC_UUID = "7772e5db-3868-4112-a1a9-f2669d106bf3"
 
constexpr const char * BLE_MIDI_NAME = "Control Surface (BLE)"
 

Variable Documentation

◆ SERVICE_UUID

const char* SERVICE_UUID = "03b80e5a-ede8-4b33-a751-6ce34ec4c700"

Definition at line 19 of file BLEMIDI.hpp.

◆ CHARACTERISTIC_UUID

const char* CHARACTERISTIC_UUID = "7772e5db-3868-4112-a1a9-f2669d106bf3"

Definition at line 20 of file BLEMIDI.hpp.

◆ BLE_MIDI_NAME

constexpr const char* BLE_MIDI_NAME = "Control Surface (BLE)"
constexpr

Definition at line 22 of file BLEMIDI.hpp.