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

Commit f28d6b48 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

Change-Id: If75b1cadedcb601d3d5d3ddd77f0f5539a59ba3d
parents bb640889 cb377dca
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 */