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>
Go to the source code of this file.
◆ 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 | ) |
|