I have been trying to use the nRF Connect app on my Apple iPhone in order to get the Current Time Service.
I bought a Arduino Primo that has an nRF52 on it.
The example sketch from Arduino is called CTSClient under the BLE Peripheral section (special section for the Primo).
On my nRF Connect app I defined the device nRF52 (also tried CTSClient) and added the service "Current Time Service" (x1805) and then turned on the green switch next to nRF52 device. Then at the Arduino IDE, I loaded the CTSClient sketch. On the nRF Connect app I connected to the advertised CTS-Client signal and received the message "Connect event" on the Serial printout of my PC. The sketch was supposed to "discovered" the CTS service and print the time out on my Serial printout when I push the USER1 button, but nothing happened. So my question is "should this have worked (or is it out of date), and/or did I leave any setup steps out.