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

Unified Diff: device/bluetooth/bluetooth_low_energy_device_mac.mm

Issue 1260533003: BluetoothTest.* tests in bluetooth_device_unittests.cc run on Mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@test2
Patch Set: Created 5 years, 4 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
Index: device/bluetooth/bluetooth_low_energy_device_mac.mm
diff --git a/device/bluetooth/bluetooth_low_energy_device_mac.mm b/device/bluetooth/bluetooth_low_energy_device_mac.mm
index 875ab196b1767317033e2637934d5ea34c741078..41a4fb9a2f89fa0f0e9c9aa54468454585eeadab 100644
--- a/device/bluetooth/bluetooth_low_energy_device_mac.mm
+++ b/device/bluetooth/bluetooth_low_energy_device_mac.mm
@@ -74,7 +74,7 @@ std::string BluetoothLowEnergyDeviceMac::GetIdentifier() const {
}
uint32 BluetoothLowEnergyDeviceMac::GetBluetoothClass() const {
- return 0;
+ return 0x1F00; // Unspecified Device Class
}
std::string BluetoothLowEnergyDeviceMac::GetAddress() const {

Powered by Google App Engine
This is Rietveld 408576698