Home
last modified time | relevance | path

Searched refs:svcTmp (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_client.cpp444 GattService svcTmp(UUID::ConvertFrom128Bits(svc.uuid_.ConvertTo128Bits()), in BuildServiceList() local
457 svcTmp.AddCharacteristic(std::move(characterTmp)); in BuildServiceList()
460 gattServices_.emplace_back(std::move(svcTmp)); in BuildServiceList()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_client_service.cpp822 … Service svcTmp(svc.second.uuid_, svc.second.handle_, svc.second.handle_, svc.second.endHandle_); in GetServices() local
824 BuildService(svc.second, svcTmp); in GetServices()
825 services.push_back(std::move(svcTmp)); in GetServices()