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

Unified Diff: chromeos/dbus/bluetooth_media_transport_client.h

Issue 993273002: device/bluetooth: Add I/O watcher for audio data retrieval triggered by state change. (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
Index: chromeos/dbus/bluetooth_media_transport_client.h
diff --git a/chromeos/dbus/bluetooth_media_transport_client.h b/chromeos/dbus/bluetooth_media_transport_client.h
index 0a8b9a20c454c904b0d5fb5a16518072bb1d9074..45592afda09133129af573a818e3d362e197aaf7 100644
--- a/chromeos/dbus/bluetooth_media_transport_client.h
+++ b/chromeos/dbus/bluetooth_media_transport_client.h
@@ -98,7 +98,7 @@ class CHROMEOS_EXPORT BluetoothMediaTransportClient : public DBusClient {
// The AcquireCallback is used by |Acquire| method of media tansport API tp
// indicate the success of the method.
- typedef base::Callback<void(const dbus::FileDescriptor& fd,
armansito 2015/03/12 03:42:54 I would pass a "dbus::FileDescriptor*" here instea
Miao 2015/03/12 22:33:31 Done.
+ typedef base::Callback<void(const int fd,
const uint16_t read_mtu,
const uint16_t write_mtu)> AcquireCallback;

Powered by Google App Engine
This is Rietveld 408576698