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 { |