| Index: device/bluetooth/dbus/fake_bluetooth_device_client.cc
|
| diff --git a/device/bluetooth/dbus/fake_bluetooth_device_client.cc b/device/bluetooth/dbus/fake_bluetooth_device_client.cc
|
| index cd588b546c8bd537fde514146fcf91b92ab7e11d..ceac2b56285558dce67d96e46a567bff2abc2514 100644
|
| --- a/device/bluetooth/dbus/fake_bluetooth_device_client.cc
|
| +++ b/device/bluetooth/dbus/fake_bluetooth_device_client.cc
|
| @@ -42,7 +42,7 @@ namespace bluez {
|
| namespace {
|
|
|
| // Default interval between simulated events.
|
| -const int kSimulationIntervalMs = 750;
|
| +const int kSimulationIntervalMs = 500;
|
|
|
| // Minimum and maximum bounds for randomly generated RSSI values.
|
| const int kMinRSSI = -90;
|
| @@ -56,11 +56,11 @@ const int kUnkownPower = 127;
|
| const int kVanishingDevicePairTimeMultiplier = 4;
|
|
|
| // Meant to delay a pair request for an observable amount of time.
|
| -const int kIncomingSimulationPairTimeMultiplier = 45;
|
| +const int kIncomingSimulationPairTimeMultiplier = 5;
|
|
|
| // Meant to delay a request that asks for pair requests for an observable
|
| // amount of time.
|
| -const int kIncomingSimulationStartPairTimeMultiplier = 30;
|
| +const int kIncomingSimulationStartPairTimeMultiplier = 10;
|
|
|
| // This allows the PIN code dialog to be shown for a long enough time to see
|
| // the PIN code UI in detail.
|
|
|