Index: device/bluetooth/bluetooth_socket_mac.mm |
diff --git a/device/bluetooth/bluetooth_socket_mac.mm b/device/bluetooth/bluetooth_socket_mac.mm |
index 261932a9cb80404d49d124d1ace9b7c0936d2ac6..be0ae0d671574c5e59b0c2dba5719086c97ac0dc 100644 |
--- a/device/bluetooth/bluetooth_socket_mac.mm |
+++ b/device/bluetooth/bluetooth_socket_mac.mm |
@@ -868,7 +868,7 @@ void BluetoothSocketMac::AcceptConnectionRequest() { |
linked_ptr<BluetoothChannelMac> channel = accept_queue_.front(); |
accept_queue_.pop(); |
- adapter_->DeviceConnected(channel->GetDevice()); |
+ adapter_->ClassicDeviceConnected(channel->GetDevice()); |
BluetoothDevice* device = adapter_->GetDevice(channel->GetDeviceAddress()); |
DCHECK(device); |