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

Commit b7e311c7 authored by Jakub Pawlowski's avatar Jakub Pawlowski
Browse files

Fix bad constructor usage in HearingDevice

Bug: 112135987
Test: compilation
Change-Id: Ifaf0189f512ef2abdc7179bda5d6ff1e291fde54
parent 628a65f0
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 */