| Index: chromeos/dbus/fake_bluetooth_media_transport_client.h
|
| diff --git a/chromeos/dbus/fake_bluetooth_media_transport_client.h b/chromeos/dbus/fake_bluetooth_media_transport_client.h
|
| index eebbea89baf98315a863735d8a05f95bd75b2c6c..997d28d75a5d87830ee841375983c48b51c46269 100644
|
| --- a/chromeos/dbus/fake_bluetooth_media_transport_client.h
|
| +++ b/chromeos/dbus/fake_bluetooth_media_transport_client.h
|
| @@ -45,6 +45,10 @@ class CHROMEOS_EXPORT FakeBluetoothMediaTransportClient
|
| static const uint16_t kTransportDelay;
|
| static const uint16_t kTransportVolume;
|
|
|
| + // The default MTUs for read and write.
|
| + static const uint16_t kDefaultReadMtu;
|
| + static const uint16_t kDefaultWriteMtu;
|
| +
|
| FakeBluetoothMediaTransportClient();
|
| ~FakeBluetoothMediaTransportClient() override;
|
|
|
|
|