Index: components/proximity_auth/ble/bluetooth_low_energy_connection.h |
diff --git a/components/proximity_auth/ble/bluetooth_low_energy_connection.h b/components/proximity_auth/ble/bluetooth_low_energy_connection.h |
index 2f62fee64a7d862f00d049d4d2c42d3ebb937435..a80fe1d9696909888488786c4b717a7cb11b8799 100644 |
--- a/components/proximity_auth/ble/bluetooth_low_energy_connection.h |
+++ b/components/proximity_auth/ble/bluetooth_low_energy_connection.h |
@@ -138,6 +138,7 @@ class BluetoothLowEnergyConnection : public Connection, |
// SendStatusSignal + the serialized WireMessage. |
struct WriteRequest { |
WriteRequest(const std::vector<uint8_t>& val, bool flag); |
+ WriteRequest(const WriteRequest& other); |
~WriteRequest(); |
std::vector<uint8_t> value; |