Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
Functions
esp_enums2string.h File Reference

Detailed Description

Helpers for printing the names of enum values of the ESP32 Bluetooth API.

Definition in file esp_enums2string.h.

#include <esp_gap_ble_api.h>
#include <esp_gatts_api.h>
+ Include dependency graph for esp_enums2string.h:

Go to the source code of this file.

Functions

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_ble_auth_req_to_string (esp_ble_auth_req_t auth_type)
 
const char * esp_gap_ble_cb_event_to_string (esp_gap_ble_cb_event_t event)
 

Function Documentation

◆ 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_ble_auth_req_to_string()

const char * esp_ble_auth_req_to_string ( esp_ble_auth_req_t auth_type)

◆ esp_gap_ble_cb_event_to_string()

const char * esp_gap_ble_cb_event_to_string ( esp_gap_ble_cb_event_t event)