Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
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
13extern "C" {
14#endif
15
16const char *esp_gatts_cb_event_to_string(esp_gatts_cb_event_t event);
17const char *esp_ble_key_type_to_string(esp_ble_key_type_t key_type);
18const char *esp_ble_auth_req_to_string(esp_ble_auth_req_t auth_type);
19const char *esp_gap_ble_cb_event_to_string(esp_gap_ble_cb_event_t event);
20
21#ifdef __cplusplus
22}
23#endif
const char * esp_gatts_cb_event_to_string(esp_gatts_cb_event_t event)
const char * esp_ble_key_type_to_string(esp_ble_key_type_t key_type)
const char * esp_gap_ble_cb_event_to_string(esp_gap_ble_cb_event_t event)
const char * esp_ble_auth_req_to_string(esp_ble_auth_req_t auth_type)