Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
advertising.hpp
Go to the documentation of this file.
1#pragma once
2
3#include "../BLEAPI.hpp"
4
6
7void le_midi_setup_adv(const BLESettings &ble_settings);
8
9} // namespace cs::midi_ble_btstack
Type definitions and callback interfaces for communication between the low-level BLE stacks and highe...
void le_midi_setup_adv(const BLESettings &ble_settings)
Configuration options for the low-level BLE code.
Definition BLEAPI.hpp:150