Index: device/bluetooth/bluetooth_rfcomm_channel_mac.mm |
diff --git a/device/bluetooth/bluetooth_rfcomm_channel_mac.mm b/device/bluetooth/bluetooth_rfcomm_channel_mac.mm |
index 655fe574d44fa5933404e8106f9c1f3db29de3e2..693a29658570a65e110c580ad72b3a416341a6fb 100644 |
--- a/device/bluetooth/bluetooth_rfcomm_channel_mac.mm |
+++ b/device/bluetooth/bluetooth_rfcomm_channel_mac.mm |
@@ -110,8 +110,8 @@ void BluetoothRfcommChannelMac::SetSocket(BluetoothSocketMac* socket) { |
[channel_ setDelegate:delegate_]; |
} |
-std::string BluetoothRfcommChannelMac::GetDeviceAddress() { |
- return BluetoothDeviceMac::GetDeviceAddress([channel_ getDevice]); |
+IOBluetoothDevice* BluetoothRfcommChannelMac::GetDevice() { |
+ return [channel_ getDevice]; |
} |
uint16_t BluetoothRfcommChannelMac::GetOutgoingMTU() { |