Merge "Update current.txt for Broadcast feature supported API"

This commit is contained in:
Treehugger Robot
2022-01-21 19:56:21 +00:00
committed by Gerrit Code Review

View File

@@ -8652,11 +8652,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();