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

Unified Diff: device/bluetooth/bluetooth_l2cap_channel_mac.h

Issue 341433004: [Bluetooth] Improve the adapter's awareness of connected devices. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Don't call DeviceRemoved for now Created 6 years, 6 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 | « device/bluetooth/bluetooth_channel_mac.mm ('k') | device/bluetooth/bluetooth_l2cap_channel_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/bluetooth_l2cap_channel_mac.h
diff --git a/device/bluetooth/bluetooth_l2cap_channel_mac.h b/device/bluetooth/bluetooth_l2cap_channel_mac.h
index 1d489a0a0bff8f8a74abd73f957fb6cd2e35c9f3..f843608d204f78e4464422c41b045e140314c387 100644
--- a/device/bluetooth/bluetooth_l2cap_channel_mac.h
+++ b/device/bluetooth/bluetooth_l2cap_channel_mac.h
@@ -38,7 +38,7 @@ class BluetoothL2capChannelMac : public BluetoothChannelMac {
// BluetoothChannelMac:
virtual void SetSocket(BluetoothSocketMac* socket) OVERRIDE;
- virtual std::string GetDeviceAddress() OVERRIDE;
+ virtual IOBluetoothDevice* GetDevice() OVERRIDE;
virtual uint16_t GetOutgoingMTU() OVERRIDE;
virtual IOReturn WriteAsync(void* data,
uint16_t length,
« no previous file with comments | « device/bluetooth/bluetooth_channel_mac.mm ('k') | device/bluetooth/bluetooth_l2cap_channel_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698