Index: components/arc/bluetooth/arc_bluetooth_bridge.h |
diff --git a/components/arc/bluetooth/arc_bluetooth_bridge.h b/components/arc/bluetooth/arc_bluetooth_bridge.h |
index aeb2f85476a19953cae7a79766db965dc4f23bb1..416c93bd1102c950c8edc1ca5d7418b2a5e3966d 100644 |
--- a/components/arc/bluetooth/arc_bluetooth_bridge.h |
+++ b/components/arc/bluetooth/arc_bluetooth_bridge.h |
@@ -472,7 +472,9 @@ class ArcBluetoothBridge |
// * mapped to nullptr -> reserved, awaiting data |
// * mapped to a device::BluetoothAdvertisement -> in use, and the mapped |
// BluetoothAdvertisement is currently registered with the adapter. |
- enum { kMaxAdvertisements = 5 }; |
+ // TODO(crbug.com/658385) Change back to 5 when we support setting signal |
+ // strength per each advertisement slot. |
+ enum { kMaxAdvertisements = 1 }; |
std::map<int32_t, scoped_refptr<device::BluetoothAdvertisement>> |
advertisements_; |