Arduino-BLE-MIDI icon indicating copy to clipboard operation
Arduino-BLE-MIDI copied to clipboard

Callback method added that returns the name of the connected BLE-MIDI device

Open MicroMidi opened this issue 2 years ago • 0 comments

This pull request implements a new callback method for passing the device name of the connected BLE-MIDI device as a parameter to the BLE-MIDI client code. It helps to implement different client code functionality dependent on the name of the connected device. This change shouldn't affect backward compatibility as it implements a new callback method with this functionality.

MicroMidi avatar Nov 21 '22 07:11 MicroMidi