Searched refs:GetIncludedServices (Results 1 – 5 of 5) sorted by relevance
119 includedservices = service.GetIncludedServices();145 includedservices = service.GetIncludedServices();
127 const std::vector<std::reference_wrapper<GattService>> &GetIncludedServices();
90 const std::vector<std::reference_wrapper<GattService>> &GattService::GetIncludedServices() in GetIncludedServices() function in OHOS::Bluetooth::GattService
589 for (auto &isvc : service.GetIncludedServices()) { in AddService()
53 vector<std::reference_wrapper<GattService>> srvs = service.GetIncludedServices(); in ConvertGattServiceToJS()