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

Commit b38cff2e authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "broadcaster: Remove spare logs" into main

parents 8387c3a1 946d2628
Loading
Loading
Loading
Loading
+2 −8
Original line number Diff line number Diff line
@@ -111,15 +111,9 @@ class BroadcastStateMachineImpl : public BroadcastStateMachine {
                   base::Unretained(this->callbacks_), broadcast_id));
  }

  RawAddress GetOwnAddress() override {
    LOG_INFO();
    return addr_;
  }
  RawAddress GetOwnAddress() override { return addr_; }

  uint8_t GetOwnAddressType() override {
    LOG_INFO();
    return addr_type_;
  }
  uint8_t GetOwnAddressType() override { return addr_type_; }

  bluetooth::le_audio::BroadcastId GetBroadcastId() const override {
    return sm_config_.broadcast_id;