Searched refs:svcTmp (Results 1 – 2 of 2) sorted by relevance
444 GattService svcTmp(UUID::ConvertFrom128Bits(svc.uuid_.ConvertTo128Bits()), in BuildServiceList() local457 svcTmp.AddCharacteristic(std::move(characterTmp)); in BuildServiceList()460 gattServices_.emplace_back(std::move(svcTmp)); in BuildServiceList()
822 … Service svcTmp(svc.second.uuid_, svc.second.handle_, svc.second.handle_, svc.second.endHandle_); in GetServices() local824 BuildService(svc.second, svcTmp); in GetServices()825 services.push_back(std::move(svcTmp)); in GetServices()