| Index: device/bluetooth/bluetooth_adapter_mac.mm
|
| diff --git a/device/bluetooth/bluetooth_adapter_mac.mm b/device/bluetooth/bluetooth_adapter_mac.mm
|
| index cda597deee6aa0aaa1df0e0acdce78eeeb35af77..f6cbfa2772e0fae239cb7cdf896fa9f20180bcea 100644
|
| --- a/device/bluetooth/bluetooth_adapter_mac.mm
|
| +++ b/device/bluetooth/bluetooth_adapter_mac.mm
|
| @@ -671,7 +671,6 @@ void BluetoothAdapterMac::DidConnectPeripheral(CBPeripheral* peripheral) {
|
| return;
|
| }
|
| device_mac->DidConnectGatt();
|
| - device_mac->DiscoverPrimaryServices();
|
| }
|
|
|
| void BluetoothAdapterMac::DidFailToConnectPeripheral(CBPeripheral* peripheral,
|
|
|