Declarations of internal functions for the MIDI over BLE system, used in the midi-*.c files.
Definition in file midi-private.h.
Go to the source code of this file.
void midi_handle_gatts_event | ( | esp_gatts_cb_event_t | event, |
esp_gatt_if_t | gatts_if, | ||
esp_ble_gatts_cb_param_t * | param ) |
void midi_handle_register_app_event | ( | esp_gatt_if_t | gatts_if, |
esp_ble_gatts_cb_param_t * | param ) |
void midi_handle_create_attribute_table_event | ( | esp_gatt_if_t | gatts_if, |
esp_ble_gatts_cb_param_t * | param ) |
void midi_handle_connect_event | ( | esp_gatt_if_t | gatts_if, |
esp_ble_gatts_cb_param_t * | param ) |
void midi_handle_disconnect_event | ( | esp_gatt_if_t | gatts_if, |
esp_ble_gatts_cb_param_t * | param ) |
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 ) |
void midi_handle_mtu_event | ( | esp_gatt_if_t | gatts_if, |
esp_ble_gatts_cb_param_t * | param ) |
void midi_handle_read_event | ( | esp_gatt_if_t | gatts_if, |
esp_ble_gatts_cb_param_t * | param ) |
void midi_register_interface | ( | esp_gatt_if_t | gatts_if | ) |