It is good practice to prefix all functions from a C library with a prefix, to avoid collisions with other libraries that the end-user may link with. Unfortunately the Nordic SDK doesn't do this. It would be considerably better if all the symbols it exports were prefixed with nrf_
, or something similar.