lathoub / Arduino-BLE-MIDI

MIDI over Bluetooth Low Energy (BLE-MIDI) 1.0 for Arduino
MIT License
219 stars 33 forks source link

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

Open MicroMidi opened 1 year ago

MicroMidi commented 1 year ago

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.