Control Surface
main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
src
MIDI_Interfaces
BLEMIDI
ESP32
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
13
void
gatts_event_handler
(
esp_gatts_cb_event_t
event
,
esp_gatt_if_t
gatts_if
,
14
esp_ble_gatts_cb_param_t
*
param
);
15
void
gap_event_handler
(
esp_gap_ble_cb_event_t
event
,
16
esp_ble_gap_cb_param_t
*
param
);
gap_event_handler
void gap_event_handler(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *param)
gatts_event_handler
void gatts_event_handler(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp_ble_gatts_cb_param_t *param)
AH::copyAs
Array< T, N > copyAs(const Array< U, N > &src)
Copy an Array to an Array of a different type.
Definition
ArrayHelpers.hpp:105
Generated by
1.10.0