diff options
| author | 2022-01-21 20:11:29 +0000 | |
|---|---|---|
| committer | 2022-01-21 20:11:29 +0000 | |
| commit | a3ea867d3f1dadbdb4966b3161c18c38cbe25358 (patch) | |
| tree | c42faeb5a86ab510e1bdab74e344ae741de23cff | |
| parent | 482ad83d4ffa957a513c5009353e491570ad0097 (diff) | |
| parent | 3fb2bbc2734af8e6284da6af4951e2bf2bef0945 (diff) | |
Merge "Update current.txt for Broadcast feature supported API" am: 72f1c5693d am: 3fb2bbc273
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1954020
Change-Id: If978ab355acd3cdcfaec54c4fd2f522d7227d3b4
| -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(); |