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

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

Merge "rssi is signed not unsigned"

am: f7df33e0

Change-Id: I43de009239391d43ff2cd7ea13b6a3718c3d7def
parents 5fb17661 f7df33e0
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_{};
};