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

Commit dc15bb52 authored by Himanshu Rawat's avatar Himanshu Rawat
Browse files

Log when the Headtracking vendor specific codec is found

Test: m com.android.btservices
Test: None
Flag: EXEMPT no logical change
Bug: 270983595
Bug: 309665975

Change-Id: I8f328087f5c4520c47cb8617a7a39754375b50ad
parent e1d1e720
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -373,6 +373,7 @@ void LeAudioDevice::RegisterPACs(

    if (IS_FLAG_ENABLED(leaudio_dynamic_spatial_audio)) {
      if (pac.codec_id == types::kLeAudioCodecHeadtracking) {
        LOG(INFO) << __func__ << ": Headtracking supported";
        /* Todo: Set DSA modes according to the codec configuration */
        dsa_modes_ = {
            DsaMode::DISABLED,