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

Unified Diff: device/bluetooth/bluetooth_rfcomm_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: Net TODO delta: +1 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
Index: device/bluetooth/bluetooth_rfcomm_channel_mac.h
diff --git a/device/bluetooth/bluetooth_rfcomm_channel_mac.h b/device/bluetooth/bluetooth_rfcomm_channel_mac.h
index 572d9155b87cfe330a91d72667e95dba4ba50604..cc64010b1d9d9ce7fac0fee831f5debc6c91f48e 100644
--- a/device/bluetooth/bluetooth_rfcomm_channel_mac.h
+++ b/device/bluetooth/bluetooth_rfcomm_channel_mac.h
@@ -38,7 +38,7 @@ class BluetoothRfcommChannelMac : 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,

Powered by Google App Engine
This is Rietveld 408576698