3#if CONFIG_BT_BLE_ENABLED
16#include <esp_gatt_common_api.h>
19 esp_ble_gatts_cb_param_t *param) {
20 if (param->write.need_rsp) {
22 esp_ble_gatts_send_response(gatts_if, param->write.conn_id,
23 param->write.trans_id,
24 ESP_GATT_REQ_NOT_SUPPORTED, NULL);
33 esp_ble_gatts_cb_param_t *param) {
34 esp_ble_gatts_send_response(gatts_if, param->exec_write.conn_id,
35 param->exec_write.trans_id,
36 ESP_GATT_REQ_NOT_SUPPORTED, NULL);
void midi_ble_instance_handle_data(uint16_t conn_handle, const uint8_t *data, uint16_t length)
Declarations of internal functions for the MIDI over BLE system, used in the midi-*....
void midi_handle_write_event(esp_gatt_if_t gatts_if, esp_ble_gatts_cb_param_t *param)
void midi_handle_write_exec_event(esp_gatt_if_t gatts_if, esp_ble_gatts_cb_param_t *param)