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.
Hi,
I am not sure exactly what you are looking for? There is no profile identifier per se. A BLE profile is simply a collection of services. However, the standard profiles are defined by the Bluetooth SIG and you can find all information (specifications) about them here.
Thanks Einar for your reply.
Now I am clearing what I want to look for.
When we are making an application based on two profiles for example Heart Rare Profile and Battery Indication Profile.
In this situation, is there any profile identifier in nRF51 SDK/nRF52 SDK to identify the services belongs to which profile?
No, there is no profile identifier. You just need to include all the services from both the profiles you want to support.
Ok Thanks for the Support.
Is there any possibility to add profile identifier in the further versions of SDK?
Can we make a suggestion to add features in the SDK somewhere in Nordic Support??
Perhaps. Can you elaborate what you are after, and what you mean by a "profile identifier" (since the concept does not exist in the BLE specification)?