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

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

Bluetooth Audio: Remove WARN log spam in IsSessionReady

Bug: 150670922
Tag: #feature
Test: vts-tradefed run vts -m VtsHalBluetoothAudioV2_1TargetTest
Change-Id: Ib3ee17bcdd91e437dd8333c05d31013cb8ac6c9d
parent 75683b35
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -61,8 +61,6 @@ BluetoothAudioSession_2_1::BluetoothAudioSession_2_1(
}
}


bool BluetoothAudioSession_2_1::IsSessionReady() {
bool BluetoothAudioSession_2_1::IsSessionReady() {
  LOG(WARNING) << __func__ << " session_type: " << toString(session_type_2_1_);

  if (session_type_2_1_ !=
  if (session_type_2_1_ !=
      SessionType_2_1::LE_AUDIO_HARDWARE_OFFLOAD_ENCODING_DATAPATH) {
      SessionType_2_1::LE_AUDIO_HARDWARE_OFFLOAD_ENCODING_DATAPATH) {
    return audio_session->IsSessionReady();
    return audio_session->IsSessionReady();