I know it's not very common to use a secondary service, but I want to use it in one specific scenario. When referring to the documentation for the API sd_ble_gatts_include_add()
, I see the following note:
"It is currently only possible to add an include declaration to the last added service (i.e. only sequential population is supported at this time)."
Can someone explain what this note means? For example, if I want to have one secondary service, and then include it in multiple primary services, is that possible with the SDK?
Thanks.