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

Commit f7df33e0 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "rssi is signed not unsigned"

parents 143c0b9b 1ba153e1
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_{};
};