We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8236ef commit 3f9b48cCopy full SHA for 3f9b48c
src/BLEMIDI_Transport.h
@@ -14,6 +14,13 @@ BEGIN_BLEMIDI_NAMESPACE
14
15
using namespace MIDI_NAMESPACE;
16
17
+// As specified in
18
+// Specification for MIDI over Bluetooth Low Energy (BLE-MIDI)
19
+// Version 1.0a, November 1, 2015
20
+// 3. BLE Service and Characteristics Definitions
21
+static const char *const SERVICE_UUID = "03b80e5a-ede8-4b33-a751-6ce34ec4c700";
22
+static const char *const CHARACTERISTIC_UUID = "7772e5db-3868-4112-a1a9-f2669d106bf3";
23
+
24
#define MIDI_TYPE 0x80
25
26
template <class T, class _Settings = DefaultSettings>
0 commit comments