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

Detailed Description

Helpers for printing Bluetooth events and status.

Definition in file events-debug.h.

#include <esp_gap_ble_api.h>
#include <esp_gatt_defs.h>
#include <esp_gatts_api.h>
+ Include dependency graph for events-debug.h:

Go to the source code of this file.

Functions

void show_bonded_devices (void)
 
void print_gatts_event (esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp_ble_gatts_cb_param_t *param)
 
void print_gap_event (esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *param)
 

Function Documentation

◆ show_bonded_devices()

void show_bonded_devices ( void )

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

◆ print_gap_event()

void print_gap_event ( esp_gap_ble_cb_event_t event,
esp_ble_gap_cb_param_t * param )