| Index: device/bluetooth/bluetooth_socket_win.cc
|
| diff --git a/device/bluetooth/bluetooth_socket_win.cc b/device/bluetooth/bluetooth_socket_win.cc
|
| index 48fbd8a57052e252ea72fa347763815d4948c210..6f9b937a0b24f2c6f15cd7976be487b46b383f6c 100644
|
| --- a/device/bluetooth/bluetooth_socket_win.cc
|
| +++ b/device/bluetooth/bluetooth_socket_win.cc
|
| @@ -118,11 +118,11 @@ void BluetoothSocketWin::Connect(
|
| return;
|
| }
|
|
|
| - device_address_ = service_record_win->address();
|
| + device_address_ = service_record_win->device_address();
|
| if (service_record_win->SupportsRfcomm()) {
|
| supports_rfcomm_ = true;
|
| rfcomm_channel_ = service_record_win->rfcomm_channel();
|
| - bth_addr_ = service_record_win->bth_addr();
|
| + bth_addr_ = service_record_win->device_bth_addr();
|
| }
|
|
|
| socket_thread()->task_runner()->PostTask(
|
|
|