NordicSemiconductor / IOS-nRF-Connect-Device-Manager

A mobile management library for devices supporting nRF Connect Device Manager.
https://www.nordicsemi.com/Software-and-tools/Software/nRF-Connect-SDK
Apache License 2.0
88 stars 40 forks source link

Fix: hexEncodingString() API is now public + deleted Duplicate API #119

Closed dinesharjani closed 1 year ago

dinesharjani commented 1 year ago

The Example App declared its own copy of the hex encoding API, and it supported less options. So it's better to just expose the API and have one single implementation to rule them all.