Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
events.h
Go to the documentation of this file.
1#pragma once
2
9#include <esp_gap_ble_api.h>
10#include <esp_gatt_defs.h>
11#include <esp_gatts_api.h>
12
void gap_event_handler(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *param)
void gatts_event_handler(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp_ble_gatts_cb_param_t *param)
Array< T, N > copyAs(const Array< U, N > &src)
Copy an Array to an Array of a different type.