Excerpt:
the log indicate the pairing error, the Bluefruit.Gap.requestPairing() return code 0x85 means your keyboard does not support pairing. MIDI specs removed the pairing requirement, and only recommend instead of must support pairing now.
The RIGHT solution is of course you have to check the midi characteristics read/write encryption level to see if pairing is needed or not. Such as query function is not implemented yet.
Context: see comment https://github.com/adafruit/Adafruit_nRF52_Arduino/issues/183#issuecomment-452729453
Excerpt: the log indicate the pairing error, the Bluefruit.Gap.requestPairing() return code 0x85 means your keyboard does not support pairing. MIDI specs removed the pairing requirement, and only recommend instead of must support pairing now.
The RIGHT solution is of course you have to check the midi characteristics read/write encryption level to see if pairing is needed or not. Such as query function is not implemented yet.