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

Commit 1ba153e1 authored by Chris Manton's avatar Chris Manton
Browse files

rssi is signed not unsigned

Bug: 143578947
Test: bluetooth_test_gd
Change-Id: Ieb8161ae3d3cb72438b362b74f07fc1187409876
parent 316327dd
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_{};
};