If I use nRF Connect to connect to the Peripheral and the Subscribe to Notification Characteristic I can see in the "Enabling notifications" in the log (however no notifications are sent).
If instead I connect to the peripheral with the app (FitShow from Google Play) and follow the Android Notification from nRF Connect to start logging, I do not see the "Enabling notifications" in the log and yet it starts receiving the notifications.
The problem is that I believe the app is setting a Characteristic Value (there is one which is Write, No Response) and this seems to trigger the sending of the notifications from the peripheral.
I need to know what the Characteristic is set to so I can get teh peripheral to start sending the notifications.
Thanks