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

Commit 946d2628 authored by Grzegorz Kołodziejczyk's avatar Grzegorz Kołodziejczyk
Browse files

broadcaster: Remove spare logs

Remove information log while getting own address of broadcaster and
address type.

Tag: #feature
Bug: 290191297
Test: atest bluetooth_test_broadcaster
Change-Id: I28bf0bf83171cf5c3dd7a3b4dea0d9ca623bb83d
parent c7fcca8b
Loading
Loading
Loading
Loading
+2 −8
Original line number Original line Diff line number Diff line
@@ -111,15 +111,9 @@ class BroadcastStateMachineImpl : public BroadcastStateMachine {
                   base::Unretained(this->callbacks_), broadcast_id));
                   base::Unretained(this->callbacks_), broadcast_id));
  }
  }


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


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


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