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

Commit 69adb4d8 authored by Jakub Pawlowski's avatar Jakub Pawlowski Committed by android-build-merger
Browse files

Fix bad constructor usage in HearingDevice am: b7e311c7 am: cb377dca

am: f28d6b48

Change-Id: I7c5dd25b7f26c1834adc251d125a1c167a167a6d
parents 5f9e9c81 f28d6b48
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -179,7 +179,7 @@ struct HearingDevice {
        gap_handle(0),
        psm(0) {}

  HearingDevice() { HearingDevice(RawAddress::kEmpty, false); }
  HearingDevice() : HearingDevice(RawAddress::kEmpty, false) {}

  /* return true if this device represents left Hearing Aid. Returned value is
   * valid only after capabilities are discovered */