Home
last modified time | relevance | path

Searched refs:gatt_services_ (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/device/bluetooth/
Dbluetooth_device.cc21 STLDeleteValues(&gatt_services_); in ~BluetoothDevice()
191 for (GattServiceMap::const_iterator iter = gatt_services_.begin(); in GetGattServices()
192 iter != gatt_services_.end(); ++iter) in GetGattServices()
199 GattServiceMap::const_iterator iter = gatt_services_.find(identifier); in GetGattService()
200 if (iter != gatt_services_.end()) in GetGattService()
Dbluetooth_device_chromeos.cc152 GattServiceMap gatt_services = gatt_services_; in ~BluetoothDeviceChromeOS()
153 gatt_services_.clear(); in ~BluetoothDeviceChromeOS()
514 gatt_services_[service->GetIdentifier()] = service; in GattServiceAdded()
524 GattServiceMap::iterator iter = gatt_services_.find(object_path.value()); in GattServiceRemoved()
525 if (iter == gatt_services_.end()) { in GattServiceRemoved()
535 gatt_services_.erase(iter); in GattServiceRemoved()
Dbluetooth_device.h428 GattServiceMap gatt_services_; variable