It appears to be an error in the function signature `sd_ble_gatts_hvx()`.
Since the call is made via software interrupt, the const qualifier is cast away regardless.
So, most likely this is just a form of documentation error?
Please confirm, thanks.