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

  /external/chromium_org/device/bluetooth/
bluetooth_device.h 427 typedef std::map<std::string, BluetoothGattService*> GattServiceMap;
428 GattServiceMap gatt_services_;
bluetooth_device.cc 191 for (GattServiceMap::const_iterator iter = gatt_services_.begin();
199 GattServiceMap::const_iterator iter = gatt_services_.find(identifier);
bluetooth_device_chromeos.cc 152 GattServiceMap gatt_services = gatt_services_;
154 for (GattServiceMap::iterator iter = gatt_services.begin();
524 GattServiceMap::iterator iter = gatt_services_.find(object_path.value());

Completed in 87 milliseconds