I have a demo(s110) set up with some custom services, and in them custom characteristics. The services each relate to a specific sensor element on my device, so have a mostly shared structure of the service, i.e. I re-use characteristic UUIDs across different services
I noticed when I enabled notifications on one characteristic in a service, the other characteristic notification in another service was also enabled.
Does this mean each service will have to have unique characteristic UUIDs? I assumed it was a sort of hierarchical thing where the characteristics scope was within it's parent service only. How does it really work with characteristic UUIDs?