Control Surface
main
MIDI Control Surface library for Arduino
Toggle main menu visibility
Loading...
Searching...
No Matches
src
MIDI_Interfaces
BLEMIDI
ESP32
ble2902.h
Go to the documentation of this file.
1
#pragma once
2
16
17
#ifdef __cplusplus
18
extern
"C"
{
19
#endif
20
21
#include <esp_gatts_api.h>
22
25
void
ble2902_handle_write
(esp_gatt_if_t gatts_if,
26
esp_ble_gatts_cb_param_t *param);
30
uint16_t
ble2902_get_value
(uint16_t handle);
31
32
#ifdef __cplusplus
33
}
34
#endif
ble2902_handle_write
void ble2902_handle_write(esp_gatt_if_t gatts_if, esp_ble_gatts_cb_param_t *param)
Callback when the client writes to the descriptor.
ble2902_get_value
uint16_t ble2902_get_value(uint16_t handle)
Get the value of the descriptor.
Generated by
1.17.0