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

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..4476ae7afed011e95bfb950014e6e6c3b77b9e5f 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,
+ typedef base::Callback<void(dbus::FileDescriptor* fd,
const uint16_t read_mtu,
const uint16_t write_mtu)> AcquireCallback;
« no previous file with comments | « chromeos/dbus/bluetooth_media_endpoint_service_provider.cc ('k') | chromeos/dbus/bluetooth_media_transport_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698