Control Surface
main
MIDI Control Surface library for Arduino
Toggle main menu visibility
Loading...
Searching...
No Matches
src
MIDI_Interfaces
BLEMIDI
ESP32
esp_enums2string.h
Go to the documentation of this file.
1
#pragma once
2
8
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)
Generated by
1.17.0