diff options
| author | 2022-01-21 20:41:23 +0000 | |
|---|---|---|
| committer | 2022-01-21 20:41:23 +0000 | |
| commit | 34ed1076c057dd4d7fc7b81d5b70f0a4405609be (patch) | |
| tree | 0b68a9a4bcbfbe8ce551874b7eb6da4f940a9273 | |
| parent | 2ec69786ca1730f0de29391b7e3fe1c309dd78a2 (diff) | |
| parent | a3ea867d3f1dadbdb4966b3161c18c38cbe25358 (diff) | |
Merge "Update current.txt for Broadcast feature supported API" am: 72f1c5693d am: 3fb2bbc273 am: a3ea867d3f
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1954020
Change-Id: Ib396388c3587fbcf8d69fcd73616e83ad4b80528
| -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 a580eb2b0a2f..fee3ed3fff93 100644 --- a/core/api/current.txt +++ b/core/api/current.txt @@ -8659,11 +8659,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(); |