Index: content/browser/bluetooth/bluetooth_dispatcher_host.cc |
diff --git a/content/browser/bluetooth/bluetooth_dispatcher_host.cc b/content/browser/bluetooth/bluetooth_dispatcher_host.cc |
index 60a9763f9fbaea8872dd82065fa28e075557b42a..23be0ee216580fc967a1390015ab50f73fa05d79 100644 |
--- a/content/browser/bluetooth/bluetooth_dispatcher_host.cc |
+++ b/content/browser/bluetooth/bluetooth_dispatcher_host.cc |
@@ -904,6 +904,8 @@ void BluetoothDispatcherHost::FinishClosingChooser( |
content::BluetoothDevice device_ipc( |
device->GetAddress(), // instance_id |
device->GetName(), // name |
+ device->GetInquiryTxPower(), // tx_power |
+ device->GetInquiryRSSI(), // rssi |
device->GetBluetoothClass(), // device_class |
device->GetVendorIDSource(), // vendor_id_source |
device->GetVendorID(), // vendor_id |