This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TimeApp

I am running timeApp on the TI BLE development kits and I am able to connect and update time automatically using LightBlue (iphone 4s).  But when I use BLE android demo (code from bluetooth.org and I am using samsung S4), the timeApp doesn't update the time.  Any ideas what do I need to do to make timeApp works with Android devices?

Regards,

- AE

  • TimeApp only works if the central device contains the Current Time Service. iOS devices have the Time Service implemented as part of the CoreBluetooth stack (it doesn't matter what app you use). I don't believe that the Android BLE stack includes the Time Service.
  • Thank you Willis1. Please let me know if you have any ideas/examples/recommendation about how to implement Time Service in Android. I already looked into Android BLE API and don't seem to find a way to create Time Service.