CAResult_t CAStartDiscoveryServer()
{
    OIC_LOG(DEBUG, TAG, "CAStartDiscoveryServer");

    if(!g_isInitialized)
    {
        return CA_STATUS_NOT_INITIALIZED;
    }

    return CAStartDiscoveryServerAdapters();
}
CAResult_t CAStartDiscoveryServer()
{
    OIC_LOG_V(DEBUG, TAG, "CAStartDiscoveryServer");

    return CAStartDiscoveryServerAdapters();
}