From 5406c438f7f43399189e4b0c26ab4a8e03913b9e Mon Sep 17 00:00:00 2001 From: Alice Kuo Date: Wed, 19 Jan 2022 22:26:36 +0800 Subject: [PATCH] Update current.txt for Broadcast feature supported API Expose isLeAudioBroadcastSourceSupported and isLeAudioBroadcastAssistantSupported Bug: 150670922 Bug: 208368819 Test: make build Change-Id: Id9bf7731f61b38da878b1cc0fe117d80044a82d9 --- core/api/current.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/api/current.txt b/core/api/current.txt index 03703c6731c37..ca4cfb2dd6b93 100644 --- a/core/api/current.txt +++ b/core/api/current.txt @@ -8846,11 +8846,12 @@ package android.bluetooth { method @RequiresPermission(android.Manifest.permission.BLUETOOTH_SCAN) public boolean isDiscovering(); method public boolean isEnabled(); method public boolean isLe2MPhySupported(); + method public int isLeAudioBroadcastAssistantSupported(); + method public int isLeAudioBroadcastSourceSupported(); method public int isLeAudioSupported(); method public boolean isLeCodedPhySupported(); method public boolean isLeExtendedAdvertisingSupported(); method public boolean isLePeriodicAdvertisingSupported(); - method public int isLePeriodicAdvertisingSyncTransferSenderSupported(); method public boolean isMultipleAdvertisementSupported(); method public boolean isOffloadedFilteringSupported(); method public boolean isOffloadedScanBatchingSupported();