From 4fc75b4a483c264549a36e4dff818b4198a95259 Mon Sep 17 00:00:00 2001 From: Rongxuan Liu <rongxuan@google.com> Date: Thu, 25 Jan 2024 21:57:06 +0000 Subject: [PATCH] flags: add metadata_api_inactive_audio_device_upon_connection Bug: 322387487 Bug: 315241296 Test: m service-bluetooth Change-Id: Ife3b31af537c4d8c765968b3346ccf96e511fe02 --- flags/leaudio.aconfig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/flags/leaudio.aconfig b/flags/leaudio.aconfig index b10cd7acfcd..c6d4918478b 100644 --- a/flags/leaudio.aconfig +++ b/flags/leaudio.aconfig @@ -90,3 +90,10 @@ flag { description: "Better LE Audio devices detection" bug: "319511584" } + +flag { + name: "metadata_api_inactive_audio_device_upon_connection" + namespace: "bluetooth" + description: "API to set device as inactive audio device upon connection" + bug: "322387487" +} -- GitLab