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