stuffmatic / zephyr-ble-midi

A Zephyr implementation of the BLE-MIDI (MIDI over Bluetooth low energy) service specification.
MIT License
4 stars 2 forks source link

Distinguish between not connected, connected and ready #2

Open stuffmatic opened 3 weeks ago

stuffmatic commented 3 weeks ago

Needed for central apps (like Audio MIDI Setup on macOS) that "disconnect" by just disabling notifications on the I/O characteristic. A first version of this is here (not yet merged to main)