HomeSort by relevance Sort by last modified time
    Searched refs:gatt_services_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/device/bluetooth/
bluetooth_device.cc 21 STLDeleteValues(&gatt_services_);
191 for (GattServiceMap::const_iterator iter = gatt_services_.begin();
192 iter != gatt_services_.end(); ++iter)
199 GattServiceMap::const_iterator iter = gatt_services_.find(identifier);
200 if (iter != gatt_services_.end())
bluetooth_device_chromeos.cc 152 GattServiceMap gatt_services = gatt_services_;
153 gatt_services_.clear();
514 gatt_services_[service->GetIdentifier()] = service;
524 GattServiceMap::iterator iter = gatt_services_.find(object_path.value());
525 if (iter == gatt_services_.end()) {
535 gatt_services_.erase(iter);
bluetooth_device.h 428 GattServiceMap gatt_services_; member in class:device::BluetoothDevice

Completed in 160 milliseconds