UTF8 encoding in NCS

I want to convert raw hex bytes to utf8 format. The nRF5 SDK supported this with help of ble_srv_ascii_to_utf8() api. Is there something similar api available with nRF Connect SDK?

Related