This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Wrong UUID showing in the advertisement

Hi i am using nRF52832 with SDK v14.0.0 on LINUX, so usually a service and a characteristic have the same name space but you just change a few bytes for every id. But the task is to have different name-spaces for all the characteristics in the service. That is not how it's usually done in BLE. So the UUID that is showing for the service is being the same as the UUID of one of the characteristics. So is this breaking the BLE standards (since the task is to have different name-spaces for all the characteristics in the service), or how can i solve this problem?

Parents
  • Hi Ali, 

    Please correct me if I'm wrong, but as far as I know, there isn't a requirement from Bluetooth spec that the characteristic must have the same UUID base as the UUID base for the service it belong to. 

Reply
  • Hi Ali, 

    Please correct me if I'm wrong, but as far as I know, there isn't a requirement from Bluetooth spec that the characteristic must have the same UUID base as the UUID base for the service it belong to. 

Children
No Data