ArduinoBLE subscribe() fails

i try to write a basic arduino demo for BLE subscribe.
originally coming from

DroidPad advertices itself as peripehral.
and the connection itself is all fine.
but i can not get it to work so i am able to successfully subscribe to receive the values..

my test-sketches can be found at

and

(all based on the Library Examples)

any hints on what is going wrong here?