Home
last modified time | relevance | path

Searched refs:otServerAddService (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/include/openthread/
Dserver.h77 otError otServerAddService(otInstance *aInstance, const otServiceConfig *aConfig);
/openthread-latest/src/core/api/
Dserver_api.cpp48 otError otServerAddService(otInstance *aInstance, const otServiceConfig *aConfig) in otServerAddService() function
/openthread-latest/src/cli/
Dcli.cpp4718 error = otServerAddService(GetInstancePtr(), &cfg); in Process()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp1125 SuccessOrExit(error = otServerAddService(mInstance, &cfg)); in HandlePropertyInsert()