Searched refs:srvs (Results 1 – 1 of 1) sorted by relevance
53 vector<std::reference_wrapper<GattService>> srvs = service.GetIncludedServices(); in ConvertGattServiceToJS() local54 for (auto &srv : srvs) { in ConvertGattServiceToJS()