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

Detailed Description

Handlers for Bluetooth and BLE events.

Definition in file events.h.

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

Go to the source code of this file.

Functions

void gatts_event_handler (esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp_ble_gatts_cb_param_t *param)
 
void gap_event_handler (esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *param)
 

Function Documentation

◆ gatts_event_handler()

void gatts_event_handler ( esp_gatts_cb_event_t event,
esp_gatt_if_t gatts_if,
esp_ble_gatts_cb_param_t * param )

◆ gap_event_handler()

void gap_event_handler ( esp_gap_ble_cb_event_t event,
esp_ble_gap_cb_param_t * param )