| Index: device/bluetooth/test/bluetooth_test_mac.h
|
| diff --git a/device/bluetooth/test/bluetooth_test_mac.h b/device/bluetooth/test/bluetooth_test_mac.h
|
| index fd354dab315bd69eaa0a502e3f2209ba4bbd3101..ea3ba3af866473da2b2d9291ded34db819feb6aa 100644
|
| --- a/device/bluetooth/test/bluetooth_test_mac.h
|
| +++ b/device/bluetooth/test/bluetooth_test_mac.h
|
| @@ -30,6 +30,7 @@ class BluetoothTestMac : public BluetoothTestBase {
|
| void InitWithoutDefaultAdapter() override;
|
| void InitWithFakeAdapter() override;
|
| BluetoothDevice* DiscoverLowEnergyDevice(int device_ordinal) override;
|
| + void SimulateGattConnection(BluetoothDevice* device) override;
|
|
|
| protected:
|
| // Utility function for finding CBUUIDs with relatively nice SHA256 hashes.
|
|
|