Control Surface
main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
src
MIDI_Interfaces
BLEMIDI
ESP32
esp_enums2string.h
Go to the documentation of this file.
1
#pragma once
2
9
#include <esp_gap_ble_api.h>
10
#include <esp_gatts_api.h>
11
12
#ifdef __cplusplus
13
extern
"C"
{
14
#endif
15
16
const
char
*
esp_gatts_cb_event_to_string
(
esp_gatts_cb_event_t
event
);
17
const
char
*
esp_ble_key_type_to_string
(
esp_ble_key_type_t
key_type
);
18
const
char
*
esp_ble_auth_req_to_string
(
esp_ble_auth_req_t
auth_type
);
19
const
char
*
esp_gap_ble_cb_event_to_string
(
esp_gap_ble_cb_event_t
event
);
20
21
#ifdef __cplusplus
22
}
23
#endif
esp_gatts_cb_event_to_string
const char * esp_gatts_cb_event_to_string(esp_gatts_cb_event_t event)
esp_ble_key_type_to_string
const char * esp_ble_key_type_to_string(esp_ble_key_type_t key_type)
esp_gap_ble_cb_event_to_string
const char * esp_gap_ble_cb_event_to_string(esp_gap_ble_cb_event_t event)
esp_ble_auth_req_to_string
const char * esp_ble_auth_req_to_string(esp_ble_auth_req_t auth_type)
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