Type definitions and callback interfaces for communication between the low-level BLE stacks and highe...
 
#define BEGIN_CS_NAMESPACE
 
Defines the interface for callback functions registered by the low-level BLE code.
 
void notify(BLEDataView data)
 
bool init(MIDIBLEInstance &instance, BLESettings ble_settings)
 
Non-owning, std::span-style read-only view of BLE data.
 
Configuration options for the low-level BLE code.