| Index: chromeos/dbus/fake_bluetooth_media_transport_client.cc
|
| diff --git a/chromeos/dbus/fake_bluetooth_media_transport_client.cc b/chromeos/dbus/fake_bluetooth_media_transport_client.cc
|
| index 93ee315eadf684526741fc3fee6dcf000a04dc8d..dba1300afb6fae0669ee0e2cf6138f5ef631c115 100644
|
| --- a/chromeos/dbus/fake_bluetooth_media_transport_client.cc
|
| +++ b/chromeos/dbus/fake_bluetooth_media_transport_client.cc
|
| @@ -30,8 +30,6 @@ const char kFailed[] = "org.bluez.Failed";
|
| const char kNotAvailable[] = "org.bluez.NotAvailable";
|
|
|
| const int kInvalidFd = -1;
|
| -const uint16_t kReadMtu = 20;
|
| -const uint16_t kWriteMtu = 25;
|
|
|
| ObjectPath GenerateTransportPath() {
|
| static unsigned int sequence_number = 0;
|
| @@ -56,6 +54,8 @@ const std::vector<uint8_t>
|
| 0x21, 0x15, 0x33, 0x2C};
|
| const uint16_t FakeBluetoothMediaTransportClient::kTransportDelay = 5;
|
| const uint16_t FakeBluetoothMediaTransportClient::kTransportVolume = 50;
|
| +const uint16_t FakeBluetoothMediaTransportClient::kReadMtu = 20;
|
| +const uint16_t FakeBluetoothMediaTransportClient::kWriteMtu = 25;
|
|
|
| FakeBluetoothMediaTransportClient::Properties::Properties(
|
| const PropertyChangedCallback& callback)
|
|
|