Searched refs:otServerAddService (Results 1 – 4 of 4) sorted by relevance
80 otError otServerAddService(otInstance *aInstance, const otServiceConfig *aConfig);
51 otError otServerAddService(otInstance *aInstance, const otServiceConfig *aConfig) in otServerAddService() function
3223 error = otServerAddService(GetInstancePtr(), &cfg); in Process()
1121 SuccessOrExit(error = otServerAddService(mInstance, &cfg)); in HandlePropertyInsert()