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 f725bba35df3a9f24414ae7c98f3af53d7acef39..8b21a4d5a20a4baffb8a8cafa1b72e98e882c834 100644 |
--- a/device/bluetooth/test/bluetooth_test_mac.h |
+++ b/device/bluetooth/test/bluetooth_test_mac.h |
@@ -41,6 +41,9 @@ class BluetoothTestMac : public BluetoothTestBase { |
BluetoothDevice* device, |
const std::vector<std::string>& uuids) override; |
void SimulateGattServiceRemoved(BluetoothRemoteGattService* service) override; |
+ void SimulateGattCharacteristic(BluetoothRemoteGattService* service, |
+ const std::string& uuid, |
+ int properties) override; |
// Callback for the bluetooth central manager mock. |
void OnFakeBluetoothDeviceConnectGattCalled(); |