Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
Functions | Variables
cs::midi_ble_btstack Namespace Reference

Functions

void le_midi_setup_adv (const BLESettings &ble_settings)
 
bool init (MIDIBLEInstance &instance, BLESettings settings)
 
void notify (BLEConnectionHandle conn_handle, BLECharacteristicHandle char_handle, BLEDataView data)
 

Variables

constexpr const char * hci_event_names [256]
 
constexpr const char * gattservice_event_names [114]
 
constexpr const char * le_event_names [42]
 

Function Documentation

◆ le_midi_setup_adv()

void le_midi_setup_adv ( const BLESettings & ble_settings)

◆ init()

bool init ( MIDIBLEInstance & instance,
BLESettings settings )

◆ notify()

void notify ( BLEConnectionHandle conn_handle,
BLECharacteristicHandle char_handle,
BLEDataView data )

Variable Documentation

◆ hci_event_names

constexpr const char* hci_event_names[256]
constexpr

Definition at line 5 of file hci_event_names.hpp.

◆ gattservice_event_names

constexpr const char* gattservice_event_names[114]
constexpr

Definition at line 264 of file hci_event_names.hpp.

◆ le_event_names

constexpr const char* le_event_names[42]
constexpr

Definition at line 381 of file hci_event_names.hpp.