Searched refs:gatt_services (Results 1 - 2 of 2) 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) {
H A Dbluetooth_low_energy_win.cc387 scoped_ptr<BTH_LE_GATT_SERVICE[]> gatt_services(
392 gatt_services.get(),
403 BTH_LE_GATT_SERVICE& gatt_service(gatt_services.get()[i]);

Completed in 594 milliseconds