Control Surface
main
MIDI Control Surface library for Arduino
Toggle main menu visibility
Loading...
Searching...
No Matches
src
MIDI_Interfaces
BLEMIDI
ESP32
events-debug.h
Go to the documentation of this file.
1
#pragma once
2
8
9
#include <esp_gap_ble_api.h>
10
#include <esp_gatt_defs.h>
11
#include <esp_gatts_api.h>
12
13
void
show_bonded_devices
(
void
);
14
void
print_gatts_event
(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if,
15
esp_ble_gatts_cb_param_t *param);
16
void
print_gap_event
(esp_gap_ble_cb_event_t event,
17
esp_ble_gap_cb_param_t *param);
print_gatts_event
void print_gatts_event(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp_ble_gatts_cb_param_t *param)
show_bonded_devices
void show_bonded_devices(void)
print_gap_event
void print_gap_event(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *param)
Generated by
1.17.0