| Index: device/bluetooth/bluetooth_adapter_mac.mm
|
| diff --git a/device/bluetooth/bluetooth_adapter_mac.mm b/device/bluetooth/bluetooth_adapter_mac.mm
|
| index 0d8d6626966391f079822dae57d630413c5f615e..f9100d78fa522f5750e9601a446fcff7808c8a94 100644
|
| --- a/device/bluetooth/bluetooth_adapter_mac.mm
|
| +++ b/device/bluetooth/bluetooth_adapter_mac.mm
|
| @@ -588,6 +588,7 @@ void BluetoothAdapterMac::DidConnectPeripheral(CBPeripheral* peripheral) {
|
| return;
|
| }
|
| device_mac->DidConnectGatt();
|
| + [device_mac->GetPeripheral() discoverServices:nil];
|
| }
|
|
|
| void BluetoothAdapterMac::DidFailToConnectPeripheral(CBPeripheral* peripheral,
|
|
|