3#if CONFIG_BT_BLE_ENABLED
14bool midi_notify(uint16_t conn_handle, uint16_t char_handle,
15 const uint8_t *data,
size_t length) {
19 conn_handle, char_handle,
20 length, (uint8_t *)data,
false);
Handling the Client Characteristic Configuration Descriptor (UUID 0x2902) for MIDI over Bluetooth Low...
Declarations of internal functions for the MIDI over BLE system, used in the midi-*....
uint16_t midi_get_gatts_if(void)
bool midi_notify(uint16_t conn_handle, uint16_t char_handle, const uint8_t *data, size_t len)
Send a MIDI BLE notification to the client.