Loading system/bta/le_audio/devices.cc +1 −1 Original line number Diff line number Diff line Loading @@ -2013,7 +2013,7 @@ void LeAudioDeviceGroup::PrintDebugState(void) { auto sdu_mts = GetSduInterval(le_audio::types::kLeAudioDirectionSink); auto sdu_stom = GetSduInterval(le_audio::types::kLeAudioDirectionSource); debug_str << "\n resentation_delay for sink (speaker): " << +sink_delay debug_str << "\n presentation_delay for sink (speaker): " << +sink_delay << " us, presentation_delay for source (microphone): " << +source_delay << "us, \n MtoS transport latency: " << +max_transport_latency_mtos Loading Loading
system/bta/le_audio/devices.cc +1 −1 Original line number Diff line number Diff line Loading @@ -2013,7 +2013,7 @@ void LeAudioDeviceGroup::PrintDebugState(void) { auto sdu_mts = GetSduInterval(le_audio::types::kLeAudioDirectionSink); auto sdu_stom = GetSduInterval(le_audio::types::kLeAudioDirectionSource); debug_str << "\n resentation_delay for sink (speaker): " << +sink_delay debug_str << "\n presentation_delay for sink (speaker): " << +sink_delay << " us, presentation_delay for source (microphone): " << +source_delay << "us, \n MtoS transport latency: " << +max_transport_latency_mtos Loading