Searched defs:service_record (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chromeos/dbus/
H A Dbluetooth_profile_manager_client.h63 scoped_ptr<std::string> service_record; member in struct:chromeos::BluetoothProfileManagerClient::Options
/external/chromium_org/device/bluetooth/
H A Dbluetooth_device_win.cc68 BluetoothServiceRecordWin* service_record = local
73 service_record_list_.push_back(service_record);
74 uuids_.push_back(service_record->uuid());
105 BluetoothServiceRecordWin* service_record = new BluetoothServiceRecordWin( local
107 new_services.insert(service_record->uuid());
109 service_record->uuid().canonical_value(),
110 scoped_ptr<BluetoothServiceRecordWin>(service_record));
127 BluetoothServiceRecordWin* service_record = (*iter); local
130 if (!service_record->IsEqual(*new_service_record))

Completed in 86 milliseconds