Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
Public Attributes | List of all members
BLESettings Struct Reference

#include <MIDI_Interfaces/BLEMIDI/BLEAPI.hpp>

Detailed Description

Configuration options for the low-level BLE code.

Definition at line 150 of file BLEAPI.hpp.

+ Collaboration diagram for BLESettings:

Public Attributes

const char * device_name = "Control Surface MIDI"
 Device name (used for advertising)
 
struct { 
 
   uint16_t   minimum = 0x000C 
 
   uint16_t   maximum = 0x000C 
 
connection_interval 
 Connection intervals as multiples of 1.25 milliseconds (e.g.0x000C = 15 ms).
 

Member Data Documentation

◆ device_name

const char* device_name = "Control Surface MIDI"

Device name (used for advertising)

Definition at line 152 of file BLEAPI.hpp.

◆ minimum

uint16_t minimum = 0x000C

Definition at line 156 of file BLEAPI.hpp.

◆ maximum

uint16_t maximum = 0x000C

Definition at line 157 of file BLEAPI.hpp.

◆ [struct]

struct { ... } connection_interval

Connection intervals as multiples of 1.25 milliseconds (e.g.0x000C = 15 ms).


The documentation for this struct was generated from the following file: