Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3e32e01a authored by Chris Manton's avatar Chris Manton Committed by android-build-merger
Browse files

Merge "rssi is signed not unsigned" am: f7df33e0

am: 3c62b236

Change-Id: I30954e22ef4083a19d439d8ce625c3feed9ec238
parents ba563ba5 3c62b236
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ class LeReport {
  const AdvertisingEventType advertising_event_type_{};
  const Address address_{};
  const AddressType address_type_{};
  const uint8_t rssi_;
  const int8_t rssi_;
  const std::vector<GapData> gap_data_{};
};