Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1805)

Unified Diff: device/bluetooth/bluetooth_service_record_chromeos.h

Issue 12310048: Bluetooth: Add a "connectable" property to the BluetoothDevice. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: niiiiiiiiiiits Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « device/bluetooth/bluetooth_service_record.h ('k') | device/bluetooth/bluetooth_service_record_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/bluetooth_service_record_chromeos.h
diff --git a/device/bluetooth/bluetooth_service_record_chromeos.h b/device/bluetooth/bluetooth_service_record_chromeos.h
index cc60fe459d5c2e4834a59f0060d998818a49c0b8..5d0ce9bf29f49f24f472352c06bab01150a64e7d 100644
--- a/device/bluetooth/bluetooth_service_record_chromeos.h
+++ b/device/bluetooth/bluetooth_service_record_chromeos.h
@@ -26,8 +26,8 @@ class BluetoothServiceRecordChromeOS : public device::BluetoothServiceRecord {
void GetBluetoothAddress(bdaddr_t* out_address) const;
private:
- void ExtractChannels(XmlReader* reader);
- void ExtractUuid(XmlReader* reader);
+ void ExtractProtocolDescriptors(XmlReader* reader);
+ void ExtractServiceClassUuid(XmlReader* reader);
DISALLOW_COPY_AND_ASSIGN(BluetoothServiceRecordChromeOS);
};
« no previous file with comments | « device/bluetooth/bluetooth_service_record.h ('k') | device/bluetooth/bluetooth_service_record_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698