Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(40)

Unified Diff: chromeos/dbus/fake_bluetooth_media_transport_client.h

Issue 1034893002: device/bluetooth: Add read_mtu as an argument of BluetoothAudioSinkDataAvailable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chromeos/dbus/fake_bluetooth_media_transport_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..d6f5e4d5a2073d650ef0eb7ddd9de78791b19404 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 kReadMtu;
armansito 2015/03/26 20:20:18 If these are defaults then name these "kDefaultRea
Miao 2015/03/26 20:34:13 Done.
+ static const uint16_t kWriteMtu;
+
FakeBluetoothMediaTransportClient();
~FakeBluetoothMediaTransportClient() override;
« no previous file with comments | « no previous file | chromeos/dbus/fake_bluetooth_media_transport_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698