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

Commit baad28e6 authored by Tiansong Cui's avatar Tiansong Cui
Browse files

Correct rssi size

Bug: None
Test: print rssi, size of rssi equals sizeof(int8_t).
Change-Id: I40edb63257618c48b0ab2d0181105c5a2c473ea6
parent 3858422e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -221,7 +221,7 @@ typedef enum {
  /**
   * Description - RSSI value of the inquired remote device
   * Access mode - Only GET.
   * Data type   - int32_t.
   * Data type   - int8_t.
   */
  BT_PROPERTY_REMOTE_RSSI,
  /**