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

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

le_audio: Correct logging for ASE control point

To not mistake logging with ASE characteristic a proper string of
characteristic should be exposed.

Tag: #feature
Bug: 304854941
Test: atest bluetooth_le_audio_client_test
Change-Id: Iab26223af71b067394e2328b8f39b07409ac934f
parent f8e62818
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2819,8 +2819,8 @@ class LeAudioClientImpl : public LeAudioClient {
        }

        LOG_INFO(
            "Found ASE characteristic, handle: 0x%04x, ccc handle: 0x%04x, "
            "addr: %s",
            "Found ASE Control Point characteristic, handle: 0x%04x, "
            "ccc handle: 0x%04x, addr: %s",
            charac.value_handle, leAudioDevice->ctp_hdls_.ccc_hdl,
            ADDRESS_TO_LOGGABLE_CSTR(leAudioDevice->address_));
      }