diff options
| author | 2022-01-21 19:56:21 +0000 | |
|---|---|---|
| committer | 2022-01-21 19:56:21 +0000 | |
| commit | 72f1c5693d1c613286c9cdd909184de33d7f59fd (patch) | |
| tree | 5615604d7924b49e315ece30f95e34580b374071 | |
| parent | 01e097797506a172f9b49fd557cf00ab8a85e49e (diff) | |
| parent | c039bb094b0baba809259ea2e82cd3d92a744924 (diff) | |
Merge "Update current.txt for Broadcast feature supported API"
| -rw-r--r-- | core/api/current.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/api/current.txt b/core/api/current.txt index 93beaefea405..45904c7c2248 100644 --- a/core/api/current.txt +++ b/core/api/current.txt @@ -8652,11 +8652,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(); |