Hello,
In nRF51 SDK & nRF52 SDK, is there any option to identify/differentiate each & every profile in multi-profiles application for Application Developer??
Thanks.
Hello,
In nRF51 SDK & nRF52 SDK, is there any option to identify/differentiate each & every profile in multi-profiles application for Application Developer??
Thanks.
Interesting question. The lack of a profile identifier (presumably a uuid) implies that if a profile spec says X,Y,Z services are mandatory and they exist, then by implication that profile is in operation.
However, if another profile is ever created with those same mandatory services, then you have ambiguity.
Because a profile spec defines how those set of services behave as a group.
Hence if your GATT client really needs to know one way or the other, you could add a custom service that has no characteristics but is just a place holder to 'flag' that certain profile exists.