Update current.txt for Broadcast feature supported API

Expose isLeAudioBroadcastSourceSupported and isLeAudioBroadcastAssistantSupported

Bug: 150670922
Bug: 208368819
Test: make build
Change-Id: Id9bf7731f61b38da878b1cc0fe117d80044a82d9
This commit is contained in:
Alice Kuo
2022-01-19 22:26:36 +08:00
parent a895201d05
commit 5406c438f7

View File

@@ -8846,11 +8846,12 @@ package android.bluetooth {
method @RequiresPermission(android.Manifest.permission.BLUETOOTH_SCAN) public boolean isDiscovering(); method @RequiresPermission(android.Manifest.permission.BLUETOOTH_SCAN) public boolean isDiscovering();
method public boolean isEnabled(); method public boolean isEnabled();
method public boolean isLe2MPhySupported(); method public boolean isLe2MPhySupported();
method public int isLeAudioBroadcastAssistantSupported();
method public int isLeAudioBroadcastSourceSupported();
method public int isLeAudioSupported(); method public int isLeAudioSupported();
method public boolean isLeCodedPhySupported(); method public boolean isLeCodedPhySupported();
method public boolean isLeExtendedAdvertisingSupported(); method public boolean isLeExtendedAdvertisingSupported();
method public boolean isLePeriodicAdvertisingSupported(); method public boolean isLePeriodicAdvertisingSupported();
method public int isLePeriodicAdvertisingSyncTransferSenderSupported();
method public boolean isMultipleAdvertisementSupported(); method public boolean isMultipleAdvertisementSupported();
method public boolean isOffloadedFilteringSupported(); method public boolean isOffloadedFilteringSupported();
method public boolean isOffloadedScanBatchingSupported(); method public boolean isOffloadedScanBatchingSupported();