From ad4c6c949280b67cd9c81093a17479f02d4933f9 Mon Sep 17 00:00:00 2001 From: Chen Chen Date: Wed, 19 Jan 2022 13:00:45 -0800 Subject: [PATCH] SpatialAudio: Provide API to allow/disallow low latency audio Bug: 214615268 Test: Manually test signal passing from framework to bluetooth/system Tag: #feature CTS-Coverage-Bug: 214616659 Change-Id: I51766a0250058b01ed31ec5ebef914617ad72d9a --- core/api/system-current.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/core/api/system-current.txt b/core/api/system-current.txt index a8ef47e29d674..8d472a4343188 100644 --- a/core/api/system-current.txt +++ b/core/api/system-current.txt @@ -2015,6 +2015,7 @@ package android.bluetooth { method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean isEncrypted(); method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public boolean isInSilenceMode(); method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean removeBond(); + method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public boolean setLowLatencyAudioAllowed(boolean); method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public boolean setMessageAccessPermission(int); method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public boolean setMetadata(int, @NonNull byte[]); method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public boolean setPhonebookAccessPermission(int);