Index: content/common/bluetooth/bluetooth_device.h |
diff --git a/content/common/bluetooth/bluetooth_device.h b/content/common/bluetooth/bluetooth_device.h |
index 987477626e251a690c858f310997b2b5ecf25ad8..8423947abac12de44843ef05b802502a04d5368b 100644 |
--- a/content/common/bluetooth/bluetooth_device.h |
+++ b/content/common/bluetooth/bluetooth_device.h |
@@ -20,6 +20,8 @@ struct CONTENT_EXPORT BluetoothDevice { |
BluetoothDevice(); |
BluetoothDevice(const std::string& instance_id, |
const base::string16& name, |
+ int tx_power, |
+ int rssi, |
uint32 device_class, |
device::BluetoothDevice::VendorIDSource vendor_id_source, |
uint16 vendor_id, |
@@ -34,6 +36,8 @@ struct CONTENT_EXPORT BluetoothDevice { |
std::string instance_id; |
base::string16 name; |
+ int tx_power; |
+ int rssi; |
uint32 device_class; |
device::BluetoothDevice::VendorIDSource vendor_id_source; |
uint16 vendor_id; |