diff options
Diffstat (limited to 'system/common/metrics.h')
-rw-r--r-- | system/common/metrics.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system/common/metrics.h b/system/common/metrics.h index 9d33e1b81f..a0a34b5945 100644 --- a/system/common/metrics.h +++ b/system/common/metrics.h @@ -518,6 +518,8 @@ void LogLeAudioConnectionSessionReported( std::vector<int64_t>& streaming_duration_nanos, std::vector<int32_t>& streaming_context_type); +void LogLeAudioBroadcastSessionReported(int64_t duration_nanos); + } // namespace common } // namespace bluetooth |