Hi
I'm using S132 V5.0.0 with the nRF52832.
I tried to add an include declaration to the last added primary service by using BLE_GATT_HANDLE_INVALID as service handle. According to the description of the function sd_ble_gatts_include_add, this handle could be used to place the declaration sequentually, but I receive the error NRF_ERROR_NOT_SUPPORTED. As soon as I use the actual service handle it works.
What am I missing? Is the description incorrect or is this a bug?
Many thanks in advance for your help.
Kind regards