Searched refs:gatt_services (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/device/bluetooth/
H A Dbluetooth_device_chromeos.cc138 const std::vector<dbus::ObjectPath> gatt_services = local
140 for (std::vector<dbus::ObjectPath>::const_iterator it = gatt_services.begin();
141 it != gatt_services.end(); ++it) {
152 GattServiceMap gatt_services = gatt_services_; local
154 for (GattServiceMap::iterator iter = gatt_services.begin();
155 iter != gatt_services.end(); ++iter) {

Completed in 322 milliseconds