Searched refs:AddServiceTypeToParams (Results 1 – 5 of 5) sorted by relevance
65 int32_t AddServiceTypeToParams(const char *groupId, TrustedDeviceEntry *devParams);
132 ((result = AddServiceTypeToParams(groupId, devParams)) != HC_SUCCESS)) { in GenerateDevParams()378 ((result = AddServiceTypeToParams(groupId, devParams)) != HC_SUCCESS)) { in GenerateTrustedDevParams()
40 ((result = AddServiceTypeToParams(groupId, devParams)) != HC_SUCCESS)) { in GenerateDevParams()347 ((result = AddServiceTypeToParams(groupId, devParams)) != HC_SUCCESS)) { in GenerateTrustedDevParams()
163 ((result = AddServiceTypeToParams(groupId, devParams)) != HC_SUCCESS)) { in GenerateDevParams()
672 int32_t AddServiceTypeToParams(const char *groupId, TrustedDeviceEntry *devParams) in AddServiceTypeToParams() function