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

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

am: 69adb4d8

Change-Id: Ie21ec802f3d1509fb9bb04c025eace4aaa03f8da
parents b4a43e3c 69adb4d8
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 */