Can I implement an iOS App to act as a Bluetooth low energy service?
I need to be able to programmatically define:
- a service UUID
- characteristics for the service
- a way to update the values of these
- a way to define the user permission of the characteristics: read / write / notify
- a way to define the transmission (TX) power of the service
Would appreciate if you could point me out to a good demo / example to get started or even share some code snippet so this can become part of the Documentation of iOS.