| Index: device/bluetooth/bluetooth_l2cap_channel_mac.mm
|
| diff --git a/device/bluetooth/bluetooth_l2cap_channel_mac.mm b/device/bluetooth/bluetooth_l2cap_channel_mac.mm
|
| index 98a5a178b57eb47087a6bfc303e2ffb5e2344310..2f38f3f89df11763b34a0ae7ad048eda90fe8c97 100644
|
| --- a/device/bluetooth/bluetooth_l2cap_channel_mac.mm
|
| +++ b/device/bluetooth/bluetooth_l2cap_channel_mac.mm
|
| @@ -115,8 +115,8 @@ void BluetoothL2capChannelMac::SetSocket(BluetoothSocketMac* socket) {
|
| [channel_ setDelegate:delegate_];
|
| }
|
|
|
| -std::string BluetoothL2capChannelMac::GetDeviceAddress() {
|
| - return BluetoothDeviceMac::GetDeviceAddress([channel_ getDevice]);
|
| +IOBluetoothDevice* BluetoothL2capChannelMac::GetDevice() {
|
| + return [channel_ getDevice];
|
| }
|
|
|
| uint16_t BluetoothL2capChannelMac::GetOutgoingMTU() {
|
|
|