Access iOS BLE Current Time Service

We are building an IoT app where central is iPhone app and peripheral is our own hardware. I have read in bluetooth design guidelines documenation that current time service is implemented interally by iOS. We were not able to read the characterstic value for Current Time Service(0x1805) through peripheral.


Here are the steps we are following

1) Scan for peripherals from central(iOS app)

2) Connect the Peripheral(IoT) device to Central (iOS app)

3) Once the Peripheral is connected, we tried to access Current Time Service(0x1805) characterstic value and we get error.

4) We are able read and write from/to Peripheral.


Do Central(iOS app) or Peripheral(IoT) device need to enable anything to access current time service?

Replies

Hi did you get a solution for this?

I know, very old post ^^

  • Me too! I get the error that there is insufficient authentication, but I do try to authenticate and another device connects without any authentication.

Add a Comment