Snap for 8704577 from ee1bf1c001d17fbd629d92b061a962a78c93f9b7 to tm-d1-release

Change-Id: Ia9ee3e2325b8c027f7daacca109cf0c7cb235141
diff --git a/current/Android.bp b/current/Android.bp
deleted file mode 100644
index e1ef726..0000000
--- a/current/Android.bp
+++ /dev/null
@@ -1,259 +0,0 @@
-// This is auto-generated. DO NOT EDIT.
-
-// Soong config variable stanza added by vendor/google/build/mainline_modules_sdks.py.
-soong_config_module_type_import {
-    from: "packages/modules/common/Android.bp",
-    module_types: [
-        "module_java_import",
-        "module_java_sdk_library_import",
-        "module_prebuilt_bootclasspath_fragment",
-        "module_prebuilt_systemserverclasspath_fragment",
-    ],
-}
-
-package {
-    // A default list here prevents the license LSC from adding its own list which would
-    // be unnecessary as every module in the sdk already has its own licenses property.
-    default_applicable_licenses: ["Android-Apache-2.0"],
-}
-
-prebuilt_bootclasspath_fragment {
-    name: "bluetooth-module-sdk_com.android.bluetooth-bootclasspath-fragment@current",
-    sdk_member_name: "com.android.bluetooth-bootclasspath-fragment",
-    visibility: ["//packages/modules/Bluetooth:__subpackages__"],
-    apex_available: ["com.android.bluetooth"],
-    licenses: ["bluetooth-module-sdk_system_bt_license@current"],
-    contents: ["bluetooth-module-sdk_framework-bluetooth@current"],
-    fragments: [
-        {
-            apex: "com.android.art",
-            module: "art-bootclasspath-fragment",
-        },
-    ],
-    hidden_api: {
-        unsupported: ["hiddenapi/hiddenapi-unsupported.txt"],
-        max_target_r_low_priority: ["hiddenapi/hiddenapi-max-target-r-low-priority.txt"],
-        max_target_o_low_priority: ["hiddenapi/hiddenapi-max-target-o-low-priority.txt"],
-        annotation_flags: "hiddenapi/annotation-flags.csv",
-        metadata: "hiddenapi/metadata.csv",
-        index: "hiddenapi/index.csv",
-        signature_patterns: "hiddenapi/signature-patterns.csv",
-        filtered_stub_flags: "hiddenapi/filtered-stub-flags.csv",
-        filtered_flags: "hiddenapi/filtered-flags.csv",
-    },
-}
-
-module_prebuilt_bootclasspath_fragment {
-    name: "com.android.bluetooth-bootclasspath-fragment",
-    // Do not prefer prebuilt if the Soong config variable "module_build_from_source" in namespace "ANDROID" is true.
-    prefer: true,
-    soong_config_variables: {
-        module_build_from_source: {
-            prefer: false,
-        },
-    },
-    visibility: ["//packages/modules/Bluetooth:__subpackages__"],
-    apex_available: ["com.android.bluetooth"],
-    licenses: ["bluetooth-module-sdk_system_bt_license"],
-    contents: ["framework-bluetooth"],
-    fragments: [
-        {
-            apex: "com.android.art",
-            module: "art-bootclasspath-fragment",
-        },
-    ],
-    hidden_api: {
-        unsupported: ["hiddenapi/hiddenapi-unsupported.txt"],
-        max_target_r_low_priority: ["hiddenapi/hiddenapi-max-target-r-low-priority.txt"],
-        max_target_o_low_priority: ["hiddenapi/hiddenapi-max-target-o-low-priority.txt"],
-        annotation_flags: "hiddenapi/annotation-flags.csv",
-        metadata: "hiddenapi/metadata.csv",
-        index: "hiddenapi/index.csv",
-        signature_patterns: "hiddenapi/signature-patterns.csv",
-        filtered_stub_flags: "hiddenapi/filtered-stub-flags.csv",
-        filtered_flags: "hiddenapi/filtered-flags.csv",
-    },
-}
-
-java_sdk_library_import {
-    name: "bluetooth-module-sdk_framework-bluetooth@current",
-    sdk_member_name: "framework-bluetooth",
-    visibility: ["//visibility:public"],
-    apex_available: ["com.android.bluetooth"],
-    licenses: ["bluetooth-module-sdk_Android-Apache-2.0@current"],
-    shared_library: false,
-    permitted_packages: [
-        "android.bluetooth",
-        "com.android.bluetooth.x",
-    ],
-    public: {
-        jars: ["sdk_library/public/framework-bluetooth-stubs.jar"],
-        stub_srcs: ["sdk_library/public/framework-bluetooth.srcjar"],
-        current_api: "sdk_library/public/framework-bluetooth.txt",
-        removed_api: "sdk_library/public/framework-bluetooth-removed.txt",
-        annotations: "sdk_library/public/framework-bluetooth_annotations.zip",
-        sdk_version: "module_current",
-    },
-    system: {
-        jars: ["sdk_library/system/framework-bluetooth-stubs.jar"],
-        stub_srcs: ["sdk_library/system/framework-bluetooth.srcjar"],
-        current_api: "sdk_library/system/framework-bluetooth.txt",
-        removed_api: "sdk_library/system/framework-bluetooth-removed.txt",
-        annotations: "sdk_library/system/framework-bluetooth_annotations.zip",
-        sdk_version: "module_current",
-    },
-    module_lib: {
-        jars: ["sdk_library/module-lib/framework-bluetooth-stubs.jar"],
-        stub_srcs: ["sdk_library/module-lib/framework-bluetooth.srcjar"],
-        current_api: "sdk_library/module-lib/framework-bluetooth.txt",
-        removed_api: "sdk_library/module-lib/framework-bluetooth-removed.txt",
-        annotations: "sdk_library/module-lib/framework-bluetooth_annotations.zip",
-        sdk_version: "module_current",
-    },
-}
-
-module_java_sdk_library_import {
-    name: "framework-bluetooth",
-    // Do not prefer prebuilt if the Soong config variable "module_build_from_source" in namespace "ANDROID" is true.
-    prefer: true,
-    soong_config_variables: {
-        module_build_from_source: {
-            prefer: false,
-        },
-    },
-    visibility: ["//visibility:public"],
-    apex_available: ["com.android.bluetooth"],
-    licenses: ["bluetooth-module-sdk_Android-Apache-2.0"],
-    shared_library: false,
-    permitted_packages: [
-        "android.bluetooth",
-        "com.android.bluetooth.x",
-    ],
-    public: {
-        jars: ["sdk_library/public/framework-bluetooth-stubs.jar"],
-        stub_srcs: ["sdk_library/public/framework-bluetooth.srcjar"],
-        current_api: "sdk_library/public/framework-bluetooth.txt",
-        removed_api: "sdk_library/public/framework-bluetooth-removed.txt",
-        annotations: "sdk_library/public/framework-bluetooth_annotations.zip",
-        sdk_version: "module_current",
-    },
-    system: {
-        jars: ["sdk_library/system/framework-bluetooth-stubs.jar"],
-        stub_srcs: ["sdk_library/system/framework-bluetooth.srcjar"],
-        current_api: "sdk_library/system/framework-bluetooth.txt",
-        removed_api: "sdk_library/system/framework-bluetooth-removed.txt",
-        annotations: "sdk_library/system/framework-bluetooth_annotations.zip",
-        sdk_version: "module_current",
-    },
-    module_lib: {
-        jars: ["sdk_library/module-lib/framework-bluetooth-stubs.jar"],
-        stub_srcs: ["sdk_library/module-lib/framework-bluetooth.srcjar"],
-        current_api: "sdk_library/module-lib/framework-bluetooth.txt",
-        removed_api: "sdk_library/module-lib/framework-bluetooth-removed.txt",
-        annotations: "sdk_library/module-lib/framework-bluetooth_annotations.zip",
-        sdk_version: "module_current",
-    },
-}
-
-java_import {
-    name: "bluetooth-module-sdk_service-bluetooth@current",
-    sdk_member_name: "service-bluetooth",
-    visibility: [
-        "//packages/modules/Bluetooth/apex",
-        "//packages/modules/Bluetooth/service",
-    ],
-    apex_available: ["com.android.bluetooth"],
-    licenses: ["bluetooth-module-sdk_Android-Apache-2.0@current"],
-    jars: ["java_systemserver_libs/snapshot/jars/are/invalid/service-bluetooth.jar"],
-}
-
-module_java_import {
-    name: "service-bluetooth",
-    // Do not prefer prebuilt if the Soong config variable "module_build_from_source" in namespace "ANDROID" is true.
-    prefer: true,
-    soong_config_variables: {
-        module_build_from_source: {
-            prefer: false,
-        },
-    },
-    visibility: [
-        "//packages/modules/Bluetooth/apex",
-        "//packages/modules/Bluetooth/service",
-    ],
-    apex_available: ["com.android.bluetooth"],
-    licenses: ["bluetooth-module-sdk_Android-Apache-2.0"],
-    jars: ["java_systemserver_libs/snapshot/jars/are/invalid/service-bluetooth.jar"],
-}
-
-license {
-    name: "bluetooth-module-sdk_system_bt_license@current",
-    sdk_member_name: "system_bt_license",
-    visibility: ["//visibility:private"],
-    license_kinds: [
-        "SPDX-license-identifier-Apache-2.0",
-        "SPDX-license-identifier-BSD",
-        "SPDX-license-identifier-MIT",
-        "legacy_unencumbered",
-    ],
-    license_text: ["licenses/packages/modules/Bluetooth/NOTICE"],
-}
-
-license {
-    name: "bluetooth-module-sdk_system_bt_license",
-    visibility: ["//visibility:private"],
-    license_kinds: [
-        "SPDX-license-identifier-Apache-2.0",
-        "SPDX-license-identifier-BSD",
-        "SPDX-license-identifier-MIT",
-        "legacy_unencumbered",
-    ],
-    license_text: ["licenses/packages/modules/Bluetooth/NOTICE"],
-}
-
-license {
-    name: "bluetooth-module-sdk_Android-Apache-2.0@current",
-    sdk_member_name: "Android-Apache-2.0",
-    visibility: ["//visibility:private"],
-    license_kinds: ["SPDX-license-identifier-Apache-2.0"],
-    license_text: ["licenses/build/soong/licenses/LICENSE"],
-}
-
-license {
-    name: "bluetooth-module-sdk_Android-Apache-2.0",
-    visibility: ["//visibility:private"],
-    license_kinds: ["SPDX-license-identifier-Apache-2.0"],
-    license_text: ["licenses/build/soong/licenses/LICENSE"],
-}
-
-prebuilt_systemserverclasspath_fragment {
-    name: "bluetooth-module-sdk_com.android.bluetooth-systemserverclasspath-fragment@current",
-    sdk_member_name: "com.android.bluetooth-systemserverclasspath-fragment",
-    visibility: ["//packages/modules/Bluetooth:__subpackages__"],
-    apex_available: ["com.android.bluetooth"],
-    licenses: ["bluetooth-module-sdk_system_bt_license@current"],
-    standalone_contents: ["bluetooth-module-sdk_service-bluetooth@current"],
-}
-
-module_prebuilt_systemserverclasspath_fragment {
-    name: "com.android.bluetooth-systemserverclasspath-fragment",
-    // Do not prefer prebuilt if the Soong config variable "module_build_from_source" in namespace "ANDROID" is true.
-    prefer: true,
-    soong_config_variables: {
-        module_build_from_source: {
-            prefer: false,
-        },
-    },
-    visibility: ["//packages/modules/Bluetooth:__subpackages__"],
-    apex_available: ["com.android.bluetooth"],
-    licenses: ["bluetooth-module-sdk_system_bt_license"],
-    standalone_contents: ["service-bluetooth"],
-}
-
-sdk_snapshot {
-    name: "bluetooth-module-sdk@current",
-    visibility: ["//packages/modules/Bluetooth:__subpackages__"],
-    bootclasspath_fragments: ["bluetooth-module-sdk_com.android.bluetooth-bootclasspath-fragment@current"],
-    java_sdk_libs: ["bluetooth-module-sdk_framework-bluetooth@current"],
-    java_systemserver_libs: ["bluetooth-module-sdk_service-bluetooth@current"],
-    systemserverclasspath_fragments: ["bluetooth-module-sdk_com.android.bluetooth-systemserverclasspath-fragment@current"],
-}
diff --git a/current/hiddenapi/annotation-flags.csv b/current/hiddenapi/annotation-flags.csv
deleted file mode 100644
index e942138..0000000
--- a/current/hiddenapi/annotation-flags.csv
+++ /dev/null
@@ -1,102 +0,0 @@
-Landroid/bluetooth/BluetoothA2dp;->close()V,unsupported
-Landroid/bluetooth/BluetoothA2dp;->connect(Landroid/bluetooth/BluetoothDevice;)Z,unsupported
-Landroid/bluetooth/BluetoothA2dp;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z,unsupported
-Landroid/bluetooth/BluetoothA2dp;->getActiveDevice()Landroid/bluetooth/BluetoothDevice;,unsupported
-Landroid/bluetooth/BluetoothA2dp;->getPriority(Landroid/bluetooth/BluetoothDevice;)I,max-target-p
-Landroid/bluetooth/BluetoothA2dp;->setActiveDevice(Landroid/bluetooth/BluetoothDevice;)Z,unsupported
-Landroid/bluetooth/BluetoothA2dp;->stateToString(I)Ljava/lang/String;,max-target-p
-Landroid/bluetooth/BluetoothA2dpSink;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z,max-target-r
-Landroid/bluetooth/BluetoothAdapter;->factoryReset()Z,max-target-r
-Landroid/bluetooth/BluetoothAdapter;->getBluetoothManager()Landroid/bluetooth/IBluetoothManager;,unsupported
-Landroid/bluetooth/BluetoothAdapter;->getBluetoothService(Landroid/bluetooth/IBluetoothManagerCallback;)Landroid/bluetooth/IBluetooth;,unsupported
-Landroid/bluetooth/BluetoothAdapter;->getLeState()I,unsupported
-Landroid/bluetooth/BluetoothAdapter;->getUuids()[Landroid/os/ParcelUuid;,unsupported
-Landroid/bluetooth/BluetoothAdapter;->listenUsingEncryptedRfcommWithServiceRecord(Ljava/lang/String;Ljava/util/UUID;)Landroid/bluetooth/BluetoothServerSocket;,max-target-r
-Landroid/bluetooth/BluetoothAdapter;->listenUsingRfcommOn(IZZ)Landroid/bluetooth/BluetoothServerSocket;,unsupported
-Landroid/bluetooth/BluetoothAdapter;->mService:Landroid/bluetooth/IBluetooth;,unsupported
-Landroid/bluetooth/BluetoothClass;-><init>(I)V,max-target-p
-Landroid/bluetooth/BluetoothCodecConfig;-><init>(IIIIIJJJJ)V,unsupported
-Landroid/bluetooth/BluetoothDevice;-><init>(Ljava/lang/String;)V,unsupported
-Landroid/bluetooth/BluetoothDevice;->ACTION_SDP_RECORD:Ljava/lang/String;,max-target-r
-Landroid/bluetooth/BluetoothDevice;->EXTRA_REASON:Ljava/lang/String;,unsupported
-Landroid/bluetooth/BluetoothDevice;->EXTRA_SDP_SEARCH_STATUS:Ljava/lang/String;,max-target-r
-Landroid/bluetooth/BluetoothDevice;->connectGatt(Landroid/content/Context;ZLandroid/bluetooth/BluetoothGattCallback;IZILandroid/os/Handler;)Landroid/bluetooth/BluetoothGatt;,max-target-r
-Landroid/bluetooth/BluetoothDevice;->convertPinToBytes(Ljava/lang/String;)[B,unsupported
-Landroid/bluetooth/BluetoothDevice;->createInsecureRfcommSocket(I)Landroid/bluetooth/BluetoothSocket;,unsupported
-Landroid/bluetooth/BluetoothDevice;->createRfcommSocket(I)Landroid/bluetooth/BluetoothSocket;,unsupported
-Landroid/bluetooth/BluetoothDevice;->createScoSocket()Landroid/bluetooth/BluetoothSocket;,unsupported
-Landroid/bluetooth/BluetoothGatt;->connect(Ljava/lang/Boolean;Landroid/bluetooth/BluetoothGattCallback;Landroid/os/Handler;)Z,max-target-r
-Landroid/bluetooth/BluetoothGatt;->mAuthRetryState:I,max-target-p
-Landroid/bluetooth/BluetoothGatt;->mAutoConnect:Z,unsupported
-Landroid/bluetooth/BluetoothGatt;->mCallback:Landroid/bluetooth/BluetoothGattCallback;,unsupported
-Landroid/bluetooth/BluetoothGatt;->mClientIf:I,unsupported
-Landroid/bluetooth/BluetoothGatt;->mDeviceBusy:Ljava/lang/Boolean;,max-target-r
-Landroid/bluetooth/BluetoothGatt;->mService:Landroid/bluetooth/IBluetoothGatt;,unsupported
-Landroid/bluetooth/BluetoothGatt;->mTransport:I,max-target-r
-Landroid/bluetooth/BluetoothGatt;->refresh()Z,unsupported
-Landroid/bluetooth/BluetoothGatt;->unregisterApp()V,unsupported
-Landroid/bluetooth/BluetoothGattCharacteristic;->mInstance:I,unsupported
-Landroid/bluetooth/BluetoothGattCharacteristic;->mService:Landroid/bluetooth/BluetoothGattService;,unsupported
-Landroid/bluetooth/BluetoothGattCharacteristic;->setKeySize(I)V,unsupported
-Landroid/bluetooth/BluetoothGattCharacteristic;->setService(Landroid/bluetooth/BluetoothGattService;)V,unsupported
-Landroid/bluetooth/BluetoothGattDescriptor;->mCharacteristic:Landroid/bluetooth/BluetoothGattCharacteristic;,unsupported
-Landroid/bluetooth/BluetoothGattDescriptor;->mInstance:I,unsupported
-Landroid/bluetooth/BluetoothGattDescriptor;->setCharacteristic(Landroid/bluetooth/BluetoothGattCharacteristic;)V,unsupported
-Landroid/bluetooth/BluetoothGattService;->mDevice:Landroid/bluetooth/BluetoothDevice;,unsupported
-Landroid/bluetooth/BluetoothGattService;->setAdvertisePreferred(Z)V,max-target-r
-Landroid/bluetooth/BluetoothGattService;->setInstanceId(I)V,unsupported
-Landroid/bluetooth/BluetoothHeadset;->close()V,unsupported
-Landroid/bluetooth/BluetoothHeadset;->getActiveDevice()Landroid/bluetooth/BluetoothDevice;,unsupported
-Landroid/bluetooth/BluetoothHeadset;->getPriority(Landroid/bluetooth/BluetoothDevice;)I,max-target-r
-Landroid/bluetooth/BluetoothHeadset;->isEnabled()Z,unsupported
-Landroid/bluetooth/BluetoothHeadset;->phoneStateChanged(IIILjava/lang/String;ILjava/lang/String;)V,max-target-r
-Landroid/bluetooth/BluetoothHeadset;->setActiveDevice(Landroid/bluetooth/BluetoothDevice;)Z,unsupported
-Landroid/bluetooth/BluetoothHeadsetClient;->acceptCall(Landroid/bluetooth/BluetoothDevice;I)Z,max-target-r
-Landroid/bluetooth/BluetoothHeadsetClient;->connect(Landroid/bluetooth/BluetoothDevice;)Z,max-target-r
-Landroid/bluetooth/BluetoothHeadsetClient;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z,max-target-r
-Landroid/bluetooth/BluetoothHeadsetClient;->getAudioState(Landroid/bluetooth/BluetoothDevice;)I,max-target-r
-Landroid/bluetooth/BluetoothHeadsetClient;->rejectCall(Landroid/bluetooth/BluetoothDevice;)Z,max-target-r
-Landroid/bluetooth/BluetoothHeadsetClientCall;->getId()I,max-target-r
-Landroid/bluetooth/BluetoothHeadsetClientCall;->getNumber()Ljava/lang/String;,max-target-r
-Landroid/bluetooth/BluetoothHeadsetClientCall;->getState()I,max-target-r
-Landroid/bluetooth/BluetoothHeadsetClientCall;->isMultiParty()Z,max-target-r
-Landroid/bluetooth/BluetoothHeadsetClientCall;->isOutgoing()Z,max-target-r
-Landroid/bluetooth/BluetoothHearingAid;->getActiveDevices()Ljava/util/List;,max-target-r
-Landroid/bluetooth/BluetoothHearingAid;->setActiveDevice(Landroid/bluetooth/BluetoothDevice;)Z,max-target-r
-Landroid/bluetooth/BluetoothMap;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z,max-target-r
-Landroid/bluetooth/BluetoothMapClient;->sendMessage(Landroid/bluetooth/BluetoothDevice;[Landroid/net/Uri;Ljava/lang/String;Landroid/app/PendingIntent;Landroid/app/PendingIntent;)Z,max-target-r
-Landroid/bluetooth/BluetoothPan;-><init>(Landroid/content/Context;Landroid/bluetooth/BluetoothProfile$ServiceListener;Landroid/bluetooth/BluetoothAdapter;)V,unsupported
-Landroid/bluetooth/BluetoothPan;->close()V,unsupported
-Landroid/bluetooth/BluetoothPan;->connect(Landroid/bluetooth/BluetoothDevice;)Z,max-target-r
-Landroid/bluetooth/BluetoothPan;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z,unsupported
-Landroid/bluetooth/BluetoothPan;->isEnabled()Z,unsupported
-Landroid/bluetooth/BluetoothPan;->isValidDevice(Landroid/bluetooth/BluetoothDevice;)Z,unsupported
-Landroid/bluetooth/BluetoothPan;->log(Ljava/lang/String;)V,unsupported
-Landroid/bluetooth/BluetoothPbap;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z,max-target-r
-Landroid/bluetooth/BluetoothProfile;->PRIORITY_AUTO_CONNECT:I,max-target-r
-Landroid/bluetooth/BluetoothProfile;->PRIORITY_UNDEFINED:I,unsupported
-Landroid/bluetooth/BluetoothSap;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z,max-target-r
-Landroid/bluetooth/BluetoothServerSocket;->mSocket:Landroid/bluetooth/BluetoothSocket;,unsupported
-Landroid/bluetooth/BluetoothSocket;->EADDRINUSE:I,max-target-r
-Landroid/bluetooth/BluetoothSocket;->mPfd:Landroid/os/ParcelFileDescriptor;,unsupported
-Landroid/bluetooth/BluetoothSocket;->mPort:I,unsupported
-Landroid/bluetooth/BluetoothSocket;->mSocket:Landroid/net/LocalSocket;,unsupported
-Landroid/bluetooth/BluetoothUuid;->is16BitUuid(Landroid/os/ParcelUuid;)Z,unsupported
-Landroid/bluetooth/BluetoothUuid;->is32BitUuid(Landroid/os/ParcelUuid;)Z,unsupported
-Landroid/bluetooth/IBluetooth;->fetchRemoteUuids(Landroid/bluetooth/BluetoothDevice;)Z,unsupported
-Landroid/bluetooth/IBluetooth;->getAddress()Ljava/lang/String;,unsupported
-Landroid/bluetooth/IBluetooth;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I,unsupported
-Landroid/bluetooth/IBluetooth;->getRemoteAlias(Landroid/bluetooth/BluetoothDevice;)Ljava/lang/String;,unsupported
-Landroid/bluetooth/IBluetoothA2dp;->connect(Landroid/bluetooth/BluetoothDevice;Lcom/android/bluetooth/x/com/android/modules/utils/SynchronousResultReceiver;)V,unsupported
-Landroid/bluetooth/IBluetoothA2dp;->disconnect(Landroid/bluetooth/BluetoothDevice;Lcom/android/bluetooth/x/com/android/modules/utils/SynchronousResultReceiver;)V,unsupported
-Landroid/bluetooth/IBluetoothA2dp;->getConnectedDevices(Lcom/android/bluetooth/x/com/android/modules/utils/SynchronousResultReceiver;)V,unsupported
-Landroid/bluetooth/IBluetoothA2dp;->getConnectionState(Landroid/bluetooth/BluetoothDevice;Lcom/android/bluetooth/x/com/android/modules/utils/SynchronousResultReceiver;)V,unsupported
-Landroid/bluetooth/IBluetoothA2dp;->getDevicesMatchingConnectionStates([ILcom/android/bluetooth/x/com/android/modules/utils/SynchronousResultReceiver;)V,unsupported
-Landroid/bluetooth/IBluetoothHeadset;->connect(Landroid/bluetooth/BluetoothDevice;)Z,unsupported
-Landroid/bluetooth/IBluetoothHeadset;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z,unsupported
-Landroid/bluetooth/IBluetoothHeadset;->getConnectedDevices()Ljava/util/List;,unsupported
-Landroid/bluetooth/IBluetoothHeadset;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I,unsupported
-Landroid/bluetooth/IBluetoothManager;->getBluetoothGatt()Landroid/bluetooth/IBluetoothGatt;,unsupported
-Landroid/bluetooth/IBluetoothManager;->registerStateChangeCallback(Landroid/bluetooth/IBluetoothStateChangeCallback;)V,unsupported
-Landroid/bluetooth/IBluetoothManager;->unregisterStateChangeCallback(Landroid/bluetooth/IBluetoothStateChangeCallback;)V,unsupported
-Landroid/bluetooth/le/ScanRecord;->parseFromBytes([B)Landroid/bluetooth/le/ScanRecord;,unsupported
diff --git a/current/hiddenapi/filtered-flags.csv b/current/hiddenapi/filtered-flags.csv
deleted file mode 100644
index ee7b5db..0000000
--- a/current/hiddenapi/filtered-flags.csv
+++ /dev/null
@@ -1,4388 +0,0 @@
-Landroid/bluetooth/BluetoothA2dp;->ACTION_ACTIVE_DEVICE_CHANGED:Ljava/lang/String;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->ACTION_AVRCP_CONNECTION_STATE_CHANGED:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothA2dp;->ACTION_CODEC_CONFIG_CHANGED:Ljava/lang/String;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->ACTION_CONNECTION_STATE_CHANGED:Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->ACTION_PLAYING_STATE_CHANGED:Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->DBG:Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothA2dp;->DYNAMIC_BUFFER_SUPPORT_A2DP_OFFLOAD:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->DYNAMIC_BUFFER_SUPPORT_A2DP_SOFTWARE_ENCODING:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->DYNAMIC_BUFFER_SUPPORT_NONE:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->OPTIONAL_CODECS_NOT_SUPPORTED:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->OPTIONAL_CODECS_PREF_DISABLED:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->OPTIONAL_CODECS_PREF_ENABLED:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->OPTIONAL_CODECS_PREF_UNKNOWN:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->OPTIONAL_CODECS_SUPPORTED:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->OPTIONAL_CODECS_SUPPORT_UNKNOWN:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->STATE_NOT_PLAYING:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->STATE_PLAYING:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->TAG:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothA2dp;->VDBG:Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothA2dp;->close()V,unsupported
-Landroid/bluetooth/BluetoothA2dp;->connect(Landroid/bluetooth/BluetoothDevice;)Z,unsupported
-Landroid/bluetooth/BluetoothA2dp;->disableOptionalCodecs(Landroid/bluetooth/BluetoothDevice;)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z,unsupported
-Landroid/bluetooth/BluetoothA2dp;->enableDisableOptionalCodecs(Landroid/bluetooth/BluetoothDevice;Z)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothA2dp;->enableOptionalCodecs(Landroid/bluetooth/BluetoothDevice;)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->finalize()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->getActiveDevice()Landroid/bluetooth/BluetoothDevice;,unsupported
-Landroid/bluetooth/BluetoothA2dp;->getBufferConstraints()Landroid/bluetooth/BufferConstraints;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->getCodecStatus(Landroid/bluetooth/BluetoothDevice;)Landroid/bluetooth/BluetoothCodecStatus;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->getConnectedDevices()Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->getConnectionPolicy(Landroid/bluetooth/BluetoothDevice;)I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->getDevicesMatchingConnectionStates([I)Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->getDynamicBufferSupport()I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->getPriority(Landroid/bluetooth/BluetoothDevice;)I,max-target-p
-Landroid/bluetooth/BluetoothA2dp;->isA2dpPlaying(Landroid/bluetooth/BluetoothDevice;)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->isAvrcpAbsoluteVolumeSupported()Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothA2dp;->isEnabled()Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothA2dp;->isOptionalCodecsEnabled(Landroid/bluetooth/BluetoothDevice;)I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->isOptionalCodecsSupported(Landroid/bluetooth/BluetoothDevice;)I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->isValidDevice(Landroid/bluetooth/BluetoothDevice;)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothA2dp;->log(Ljava/lang/String;)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothA2dp;->mAdapter:Landroid/bluetooth/BluetoothAdapter;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothA2dp;->setActiveDevice(Landroid/bluetooth/BluetoothDevice;)Z,unsupported
-Landroid/bluetooth/BluetoothA2dp;->setAvrcpAbsoluteVolume(I)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->setBufferLengthMillis(II)Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->setCodecConfigPreference(Landroid/bluetooth/BluetoothDevice;Landroid/bluetooth/BluetoothCodecConfig;)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->setConnectionPolicy(Landroid/bluetooth/BluetoothDevice;I)Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->setOptionalCodecsEnabled(Landroid/bluetooth/BluetoothDevice;I)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->setPriority(Landroid/bluetooth/BluetoothDevice;I)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothA2dp;->shouldSendVolumeKeys(Landroid/bluetooth/BluetoothDevice;)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothA2dp;->stateToString(I)Ljava/lang/String;,max-target-p
-Landroid/bluetooth/BluetoothA2dpSink;->ACTION_CONNECTION_STATE_CHANGED:Ljava/lang/String;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothA2dpSink;->DBG:Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothA2dpSink;->TAG:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothA2dpSink;->VDBG:Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothA2dpSink;->close()V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothA2dpSink;->connect(Landroid/bluetooth/BluetoothDevice;)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothA2dpSink;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z,max-target-r
-Landroid/bluetooth/BluetoothA2dpSink;->finalize()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothA2dpSink;->getAudioConfig(Landroid/bluetooth/BluetoothDevice;)Landroid/bluetooth/BluetoothAudioConfig;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothA2dpSink;->getConnectedDevices()Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothA2dpSink;->getConnectionPolicy(Landroid/bluetooth/BluetoothDevice;)I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothA2dpSink;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothA2dpSink;->getDevicesMatchingConnectionStates([I)Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothA2dpSink;->getPriority(Landroid/bluetooth/BluetoothDevice;)I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothA2dpSink;->isAudioPlaying(Landroid/bluetooth/BluetoothDevice;)Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothA2dpSink;->isEnabled()Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothA2dpSink;->isValidDevice(Landroid/bluetooth/BluetoothDevice;)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothA2dpSink;->log(Ljava/lang/String;)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothA2dpSink;->mAdapter:Landroid/bluetooth/BluetoothAdapter;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothA2dpSink;->setConnectionPolicy(Landroid/bluetooth/BluetoothDevice;I)Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothA2dpSink;->setPriority(Landroid/bluetooth/BluetoothDevice;I)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothA2dpSink;->stateToString(I)Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothActivityEnergyInfo$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothActivityEnergyInfo$1;->newArray(I)[Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothActivityEnergyInfo;-><init>(JIJJJJ)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothActivityEnergyInfo;-><init>(Landroid/os/Parcel;)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothActivityEnergyInfo;->BT_STACK_STATE_INVALID:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothActivityEnergyInfo;->BT_STACK_STATE_STATE_ACTIVE:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothActivityEnergyInfo;->BT_STACK_STATE_STATE_IDLE:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothActivityEnergyInfo;->BT_STACK_STATE_STATE_SCANNING:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothActivityEnergyInfo;->CREATOR:Landroid/os/Parcelable$Creator;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothActivityEnergyInfo;->describeContents()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothActivityEnergyInfo;->getBluetoothStackState()I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothActivityEnergyInfo;->getControllerEnergyUsed()J,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothActivityEnergyInfo;->getControllerIdleTimeMillis()J,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothActivityEnergyInfo;->getControllerRxTimeMillis()J,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothActivityEnergyInfo;->getControllerTxTimeMillis()J,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothActivityEnergyInfo;->getTimestampMillis()J,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothActivityEnergyInfo;->getUidTraffic()Ljava/util/List;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothActivityEnergyInfo;->isValid()Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothActivityEnergyInfo;->mBluetoothStackState:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothActivityEnergyInfo;->mControllerEnergyUsed:J,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothActivityEnergyInfo;->mControllerIdleTimeMs:J,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothActivityEnergyInfo;->mControllerRxTimeMs:J,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothActivityEnergyInfo;->mControllerTxTimeMs:J,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothActivityEnergyInfo;->mTimestamp:J,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothActivityEnergyInfo;->toString()Ljava/lang/String;,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothActivityEnergyInfo;->writeToParcel(Landroid/os/Parcel;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter$$ExternalSyntheticLambda0;->test(Ljava/lang/Object;)Z,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter$$ExternalSyntheticLambda1;->test(Ljava/lang/Object;)Z,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter$1$$ExternalSyntheticLambda0;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter$2;->apply(Ljava/lang/Object;)Ljava/lang/Object;,blocked,test-api
-Landroid/bluetooth/BluetoothAdapter$3;->apply(Ljava/lang/Object;)Ljava/lang/Object;,blocked,test-api
-Landroid/bluetooth/BluetoothAdapter$4;->apply(Ljava/lang/Object;)Ljava/lang/Object;,blocked,test-api
-Landroid/bluetooth/BluetoothAdapter$5;->apply(Ljava/lang/Object;)Ljava/lang/Object;,blocked,test-api
-Landroid/bluetooth/BluetoothAdapter$7$$ExternalSyntheticLambda0;->accept(Ljava/lang/Object;Ljava/lang/Object;)V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter$8;->onScanResult(ILandroid/bluetooth/le/ScanResult;)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter$9$$ExternalSyntheticLambda0;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter$9$$ExternalSyntheticLambda1;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter$BluetoothConnectionCallback;-><init>()V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter$BluetoothConnectionCallback;->disconnectReasonToString(I)Ljava/lang/String;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter$BluetoothConnectionCallback;->onDeviceConnected(Landroid/bluetooth/BluetoothDevice;)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter$BluetoothConnectionCallback;->onDeviceDisconnected(Landroid/bluetooth/BluetoothDevice;I)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter$BluetoothStateChangeCallback;->onBluetoothStateChange(Z)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAdapter$LeScanCallback;->onLeScan(Landroid/bluetooth/BluetoothDevice;I[B)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter$OnBluetoothActivityEnergyInfoCallback;->onBluetoothActivityEnergyInfoAvailable(Landroid/bluetooth/BluetoothActivityEnergyInfo;)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter$OnBluetoothActivityEnergyInfoCallback;->onBluetoothActivityEnergyInfoError(I)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter$OnBluetoothActivityEnergyInfoProxy$$ExternalSyntheticLambda0;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter$OnBluetoothActivityEnergyInfoProxy$$ExternalSyntheticLambda1;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter$OnBluetoothActivityEnergyInfoProxy$$ExternalSyntheticLambda2;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter$OnMetadataChangedListener;->onMetadataChanged(Landroid/bluetooth/BluetoothDevice;I[B)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter$OobDataCallback;->onError(I)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter$OobDataCallback;->onOobData(ILandroid/bluetooth/OobData;)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter$StateChangeCallbackWrapper;->mCallback:Landroid/bluetooth/BluetoothAdapter$BluetoothStateChangeCallback;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAdapter$StateChangeCallbackWrapper;->onBluetoothStateChange(Z)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAdapter$WrappedOobDataCallback$1;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter$WrappedOobDataCallback$2;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->ACTION_BLE_ACL_CONNECTED:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAdapter;->ACTION_BLE_ACL_DISCONNECTED:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAdapter;->ACTION_BLE_STATE_CHANGED:Ljava/lang/String;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->ACTION_BLUETOOTH_ADDRESS_CHANGED:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAdapter;->ACTION_CONNECTION_STATE_CHANGED:Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->ACTION_DISCOVERY_FINISHED:Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->ACTION_DISCOVERY_STARTED:Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->ACTION_LOCAL_NAME_CHANGED:Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->ACTION_REQUEST_BLE_SCAN_ALWAYS_AVAILABLE:Ljava/lang/String;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->ACTION_REQUEST_DISABLE:Ljava/lang/String;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->ACTION_REQUEST_DISCOVERABLE:Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->ACTION_REQUEST_ENABLE:Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->ACTION_SCAN_MODE_CHANGED:Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->ACTION_STATE_CHANGED:Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->ACTIVE_DEVICE_ALL:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->ACTIVE_DEVICE_AUDIO:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->ACTIVE_DEVICE_PHONE_CALL:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->ADDRESS_LENGTH:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAdapter;->BLUETOOTH_MANAGER_SERVICE:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAdapter;->DBG:Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAdapter;->DEFAULT_MAC_ADDRESS:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAdapter;->ERROR:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->EXTRA_BLUETOOTH_ADDRESS:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAdapter;->EXTRA_CONNECTION_STATE:Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->EXTRA_DISCOVERABLE_DURATION:Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->EXTRA_LOCAL_NAME:Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->EXTRA_PREVIOUS_CONNECTION_STATE:Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->EXTRA_PREVIOUS_SCAN_MODE:Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->EXTRA_PREVIOUS_STATE:Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->EXTRA_RFCOMM_LISTENER_ID:Ljava/lang/String;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->EXTRA_SCAN_MODE:Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->EXTRA_STATE:Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->LE_PSM_CHARACTERISTIC_UUID:Ljava/util/UUID;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAdapter;->SCAN_MODE_CONNECTABLE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->SCAN_MODE_CONNECTABLE_DISCOVERABLE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->SCAN_MODE_NONE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->SOCKET_CHANNEL_AUTO_STATIC_NO_SDP:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAdapter;->STATE_BLE_ON:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->STATE_BLE_TURNING_OFF:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAdapter;->STATE_BLE_TURNING_ON:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAdapter;->STATE_CONNECTED:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->STATE_CONNECTING:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->STATE_DISCONNECTED:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->STATE_DISCONNECTING:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->STATE_OFF:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->STATE_ON:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->STATE_TURNING_OFF:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->STATE_TURNING_ON:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->TAG:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAdapter;->VDBG:Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAdapter;->addOnMetadataChangedListener(Landroid/bluetooth/BluetoothDevice;Ljava/util/concurrent/Executor;Landroid/bluetooth/BluetoothAdapter$OnMetadataChangedListener;)Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->cancelDiscovery()Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->changeApplicationBluetoothState(ZLandroid/bluetooth/BluetoothAdapter$BluetoothStateChangeCallback;)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAdapter;->checkBluetoothAddress(Ljava/lang/String;)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->clearBluetooth()Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->closeProfileProxy(ILandroid/bluetooth/BluetoothProfile;)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->createNewRfcommSocketAndRecord(Ljava/lang/String;Ljava/util/UUID;ZZ)Landroid/bluetooth/BluetoothServerSocket;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAdapter;->disable()Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->disable(Z)Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->disableBLE()Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->enable()Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->enableBLE()Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->enableNoAutoConnect()Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->factoryReset()Z,max-target-r
-Landroid/bluetooth/BluetoothAdapter;->finalize()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->generateLocalOobData(ILjava/util/concurrent/Executor;Landroid/bluetooth/BluetoothAdapter$OobDataCallback;)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->getActiveDevices(I)Ljava/util/List;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->getAddress()Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->getBluetoothClass()Landroid/bluetooth/BluetoothClass;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAdapter;->getBluetoothLeAdvertiser()Landroid/bluetooth/le/BluetoothLeAdvertiser;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->getBluetoothLeScanner()Landroid/bluetooth/le/BluetoothLeScanner;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->getBluetoothManager()Landroid/bluetooth/IBluetoothManager;,unsupported
-Landroid/bluetooth/BluetoothAdapter;->getBluetoothService(Landroid/bluetooth/IBluetoothManagerCallback;)Landroid/bluetooth/IBluetooth;,unsupported
-Landroid/bluetooth/BluetoothAdapter;->getBondedDevices()Ljava/util/Set;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->getConnectionState()I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->getDefaultAdapter()Landroid/bluetooth/BluetoothAdapter;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->getDiscoverableTimeout()Ljava/time/Duration;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->getDiscoveryEndMillis()J,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->getLeAccess()Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAdapter;->getLeMaximumAdvertisingDataLength()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->getLeState()I,unsupported
-Landroid/bluetooth/BluetoothAdapter;->getMaxConnectedAudioDevices()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->getMostRecentlyConnectedDevices()Ljava/util/List;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->getName()Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->getPeriodicAdvertisingManager()Landroid/bluetooth/le/PeriodicAdvertisingManager;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAdapter;->getProfileConnectionState(I)I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->getProfileProxy(Landroid/content/Context;Landroid/bluetooth/BluetoothProfile$ServiceListener;I)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->getRemoteDevice(Ljava/lang/String;)Landroid/bluetooth/BluetoothDevice;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->getRemoteDevice([B)Landroid/bluetooth/BluetoothDevice;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->getRemoteLeDevice(Ljava/lang/String;I)Landroid/bluetooth/BluetoothDevice;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->getScanMode()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->getState()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->getSupportedProfiles()Ljava/util/List;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->getUuids()[Landroid/os/ParcelUuid;,unsupported
-Landroid/bluetooth/BluetoothAdapter;->getUuidsList()Ljava/util/List;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->isBleScanAlwaysAvailable()Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->isDiscovering()Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->isEnabled()Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->isHardwareTrackingFiltersAvailable()Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAdapter;->isLe2MPhySupported()Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->isLeAudioBroadcastAssistantSupported()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->isLeAudioBroadcastSourceSupported()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->isLeAudioSupported()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->isLeCodedPhySupported()Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->isLeEnabled()Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->isLeExtendedAdvertisingSupported()Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->isLePeriodicAdvertisingSupported()Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->isMultipleAdvertisementSupported()Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->isOffloadedFilteringSupported()Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->isOffloadedScanBatchingSupported()Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->listenUsingEncryptedRfcommWithServiceRecord(Ljava/lang/String;Ljava/util/UUID;)Landroid/bluetooth/BluetoothServerSocket;,max-target-r
-Landroid/bluetooth/BluetoothAdapter;->listenUsingInsecureL2capChannel()Landroid/bluetooth/BluetoothServerSocket;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->listenUsingInsecureL2capOn(I)Landroid/bluetooth/BluetoothServerSocket;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAdapter;->listenUsingInsecureRfcommOn(I)Landroid/bluetooth/BluetoothServerSocket;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAdapter;->listenUsingInsecureRfcommWithServiceRecord(Ljava/lang/String;Ljava/util/UUID;)Landroid/bluetooth/BluetoothServerSocket;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->listenUsingL2capChannel()Landroid/bluetooth/BluetoothServerSocket;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->listenUsingL2capOn(I)Landroid/bluetooth/BluetoothServerSocket;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAdapter;->listenUsingL2capOn(IZZ)Landroid/bluetooth/BluetoothServerSocket;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAdapter;->listenUsingRfcommOn(I)Landroid/bluetooth/BluetoothServerSocket;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAdapter;->listenUsingRfcommOn(IZZ)Landroid/bluetooth/BluetoothServerSocket;,unsupported
-Landroid/bluetooth/BluetoothAdapter;->listenUsingRfcommWithServiceRecord(Ljava/lang/String;Ljava/util/UUID;)Landroid/bluetooth/BluetoothServerSocket;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->mLeScanClients:Ljava/util/Map;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAdapter;->mLock:Ljava/lang/Object;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAdapter;->mManagerCallback:Landroid/bluetooth/IBluetoothManagerCallback;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAdapter;->mManagerService:Landroid/bluetooth/IBluetoothManager;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAdapter;->mService:Landroid/bluetooth/IBluetooth;,unsupported
-Landroid/bluetooth/BluetoothAdapter;->mServiceLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAdapter;->mToken:Landroid/os/IBinder;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAdapter;->nameForState(I)Ljava/lang/String;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->readOutOfBandData()Landroid/util/Pair;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAdapter;->registerBluetoothConnectionCallback(Ljava/util/concurrent/Executor;Landroid/bluetooth/BluetoothAdapter$BluetoothConnectionCallback;)Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->removeActiveDevice(I)Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->removeOnMetadataChangedListener(Landroid/bluetooth/BluetoothDevice;Landroid/bluetooth/BluetoothAdapter$OnMetadataChangedListener;)Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->removeServiceStateCallback(Landroid/bluetooth/IBluetoothManagerCallback;)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAdapter;->requestControllerActivityEnergyInfo(Ljava/util/concurrent/Executor;Landroid/bluetooth/BluetoothAdapter$OnBluetoothActivityEnergyInfoCallback;)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->retrieveConnectedRfcommSocket(Ljava/util/UUID;)Landroid/bluetooth/BluetoothSocket;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->sAdapter:Landroid/bluetooth/BluetoothAdapter;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAdapter;->setActiveDevice(Landroid/bluetooth/BluetoothDevice;I)Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->setBluetoothClass(Landroid/bluetooth/BluetoothClass;)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAdapter;->setDiscoverableTimeout(Ljava/time/Duration;)I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->setName(Ljava/lang/String;)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->setScanMode(I)I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->startDiscovery()Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->startLeScan(Landroid/bluetooth/BluetoothAdapter$LeScanCallback;)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->startLeScan([Ljava/util/UUID;Landroid/bluetooth/BluetoothAdapter$LeScanCallback;)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->startRfcommServer(Ljava/lang/String;Ljava/util/UUID;Landroid/app/PendingIntent;)I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->stopLeScan(Landroid/bluetooth/BluetoothAdapter$LeScanCallback;)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->stopRfcommServer(Ljava/util/UUID;)I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->unregisterBluetoothConnectionCallback(Landroid/bluetooth/BluetoothAdapter$BluetoothConnectionCallback;)Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;-><init>()V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAssignedNumbers;->AAMP_OF_AMERICA:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->ACCEL_SEMICONDUCTOR:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->ACE_SENSOR:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->ADIDAS:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->ADVANCED_PANMOBIL_SYSTEMS:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->AIROHA_TECHNOLOGY:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->ALCATEL:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->ALPWISE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->AMICCOM_ELECTRONICS:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->APLIX:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->APPLE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->APT_LICENSING:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->ARCHOS:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->ARP_DEVICES:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->ATHEROS_COMMUNICATIONS:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->ATMEL:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->AUSTCO_COMMUNICATION_SYSTEMS:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->AUTONET_MOBILE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->AVAGO:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->AVM_BERLIN:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->A_AND_D_ENGINEERING:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->A_AND_R_CAMBRIDGE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->BANDSPEED:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->BAND_XI_INTERNATIONAL:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->BDE_TECHNOLOGY:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->BEATS_ELECTRONICS:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->BEAUTIFUL_ENTERPRISE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->BEKEY:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->BELKIN_INTERNATIONAL:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->BINAURIC:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->BIOSENTRONICS:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->BLUEGIGA:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->BLUERADIOS:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->BLUETOOTH_SIG:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->BLUETREK_TECHNOLOGIES:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->BOSE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->BRIARTEK:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->BROADCOM:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->CAEN_RFID:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->CAMBRIDGE_SILICON_RADIO:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->CATC:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->CINETIX:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->CLARINOX_TECHNOLOGIES:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->COLORFY:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->COMMIL:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->CONEXANT_SYSTEMS:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->CONNECTBLUE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->CONTINENTAL_AUTOMOTIVE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->CONWISE_TECHNOLOGY:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->CREATIVE_TECHNOLOGY:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->C_TECHNOLOGIES:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->DANLERS:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->DELORME_PUBLISHING_COMPANY:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->DEXCOM:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->DIALOG_SEMICONDUCTOR:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->DIGIANSWER:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->ECLIPSE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->ECOTEST:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->ELGATO_SYSTEMS:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->EM_MICROELECTRONIC_MARIN:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->EQUINOX_AG:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->ERICSSON_TECHNOLOGY:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->EVLUMA:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->FREE2MOVE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->FUNAI_ELECTRIC:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->GARMIN_INTERNATIONAL:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->GCT_SEMICONDUCTOR:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->GELO:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->GENEQ:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->GENERAL_MOTORS:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->GENNUM:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->GEOFORCE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->GIBSON_GUITARS:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->GN_NETCOM:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->GN_RESOUND:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->GOOGLE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->GREEN_THROTTLE_GAMES:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->GROUP_SENSE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->HANLYNN_TECHNOLOGIES:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->HARMAN_INTERNATIONAL:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->HEWLETT_PACKARD:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->HITACHI:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->HOSIDEN:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->IBM:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->INFINEON_TECHNOLOGIES:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->INGENIEUR_SYSTEMGRUPPE_ZAHN:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->INTEGRATED_SILICON_SOLUTION:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->INTEGRATED_SYSTEM_SOLUTION:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->INTEL:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->INVENTEL:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->IPEXTREME:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->I_TECH_DYNAMIC_GLOBAL_DISTRIBUTION:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->JAWBONE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->JIANGSU_TOPPOWER_AUTOMOTIVE_ELECTRONICS:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->JOHNSON_CONTROLS:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->J_AND_M:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->KAWANTECH:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->KC_TECHNOLOGY:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->KENSINGTON_COMPUTER_PRODUCTS_GROUP:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->LAIRD_TECHNOLOGIES:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->LESSWIRE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->LG_ELECTRONICS:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->LINAK:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->LUCENT:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->LUDUS_HELSINKI:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->MACRONIX:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->MAGNETI_MARELLI:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->MANSELLA:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->MARVELL:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->MATSUSHITA_ELECTRIC:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->MC10:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->MEDIATEK:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->MESO_INTERNATIONAL:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->META_WATCH:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->MEWTEL_TECHNOLOGY:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->MICOMMAND:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->MICROCHIP_TECHNOLOGY:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->MICROSOFT:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->MINDTREE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->MISFIT_WEARABLES:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->MITEL_SEMICONDUCTOR:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->MITSUBISHI_ELECTRIC:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->MOBILIAN_CORPORATION:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->MONSTER:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->MOTOROLA:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->MSTAR_SEMICONDUCTOR:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->MUZIK:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->NEC:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->NEC_LIGHTING:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->NEWLOGIC:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->NIKE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->NINE_SOLUTIONS:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->NOKIA_MOBILE_PHONES:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->NORDIC_SEMICONDUCTOR:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->NORWOOD_SYSTEMS:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->ODM_TECHNOLOGY:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->OMEGAWAVE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->ONSET_COMPUTER:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->OPEN_INTERFACE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->OTL_DYNAMICS:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->PANDA_OCEAN:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->PARROT:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->PARTHUS_TECHNOLOGIES:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->PASSIF_SEMICONDUCTOR:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->PETER_SYSTEMTECHNIK:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->PHILIPS_SEMICONDUCTORS:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->PLANTRONICS:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->POLAR_ELECTRO:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->POLAR_ELECTRO_EUROPE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->PROCTER_AND_GAMBLE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->QUALCOMM:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->QUALCOMM_CONNECTED_EXPERIENCES:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->QUALCOMM_INNOVATION_CENTER:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->QUALCOMM_LABS:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->QUALCOMM_TECHNOLOGIES:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->QUINTIC:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->QUUPPA:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->RALINK_TECHNOLOGY:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->RDA_MICROELECTRONICS:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->REALTEK_SEMICONDUCTOR:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->RED_M:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->RENESAS_TECHNOLOGY:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->RESEARCH_IN_MOTION:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->RF_MICRO_DEVICES:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->RIVIERAWAVES:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->ROHDE_AND_SCHWARZ:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->RTX_TELECOM:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->SAMSUNG_ELECTRONICS:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->SARIS_CYCLING_GROUP:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->SEERS_TECHNOLOGY:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->SEIKO_EPSON:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->SELFLY:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->SEMILINK:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->SENNHEISER_COMMUNICATIONS:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->SHANGHAI_SUPER_SMART_ELECTRONICS:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->SHENZHEN_EXCELSECU_DATA_TECHNOLOGY:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->SIGNIA_TECHNOLOGIES:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->SILICON_WAVE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->SIRF_TECHNOLOGY:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->SOCKET_MOBILE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->SONY_ERICSSON:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->SOUND_ID:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->SPORTS_TRACKING_TECHNOLOGIES:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->SR_MEDIZINELEKTRONIK:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->STACCATO_COMMUNICATIONS:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->STALMART_TECHNOLOGY:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->STARKEY_LABORATORIES:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->STOLLMAN_E_PLUS_V:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->STONESTREET_ONE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->ST_MICROELECTRONICS:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->SUMMIT_DATA_COMMUNICATIONS:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->SUUNTO:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->SWIRL_NETWORKS:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->SYMBOL_TECHNOLOGIES:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->SYNOPSYS:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->SYSTEMS_AND_CHIPS:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->S_POWER_ELECTRONICS:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->TAIXINGBANG_TECHNOLOGY:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->TENOVIS:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->TERAX:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->TEXAS_INSTRUMENTS:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->THINKOPTICS:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->THREECOM:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->THREE_DIJOY:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->THREE_DSP:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->TIMEKEEPING_SYSTEMS:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->TIMEX_GROUP_USA:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->TOPCORN_POSITIONING_SYSTEMS:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->TOSHIBA:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->TRANSILICA:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->TRELAB:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->TTPCOM:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->TXTR:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->TZERO_TECHNOLOGIES:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->UNIVERSAL_ELECTRONICS:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->VERTU:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->VISTEON:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->VIZIO:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->VOYETRA_TURTLE_BEACH:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->WAVEPLUS_TECHNOLOGY:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->WICENTRIC:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->WIDCOMM:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->WUXI_VIMICRO:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->ZEEVO:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->ZER01_TV:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->ZOMM:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->ZSCAN_SOFTWARE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAudioConfig$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAudioConfig$1;->newArray(I)[Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAudioConfig;-><init>(III)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAudioConfig;->CREATOR:Landroid/os/Parcelable$Creator;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAudioConfig;->describeContents()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAudioConfig;->equals(Ljava/lang/Object;)Z,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAudioConfig;->getAudioFormat()I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAudioConfig;->getChannelConfig()I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAudioConfig;->getSampleRate()I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAudioConfig;->hashCode()I,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAudioConfig;->mAudioFormat:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAudioConfig;->mChannelConfig:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAudioConfig;->mSampleRate:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAudioConfig;->toString()Ljava/lang/String;,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAudioConfig;->writeToParcel(Landroid/os/Parcel;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAvrcp;-><init>()V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_0:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_1:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_2:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_3:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_4:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_5:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_6:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_7:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_8:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_9:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_ANGLE:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_BACKWARD:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_CHAN_DOWN:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_CHAN_UP:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_CLEAR:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_CONT_MENU:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_DISP_INFO:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_DOT:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_DOWN:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_EJECT:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_ENTER:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_EXIT:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_F1:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_F2:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_F3:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_F4:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_F5:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_FAST_FOR:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_FAV_MENU:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_FORWARD:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_HELP:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_INPUT_SEL:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_LEFT:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_LEFT_DOWN:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_LEFT_UP:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_MUTE:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_PAGE_DOWN:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_PAGE_UP:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_PAUSE:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_PLAY:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_POWER:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_PREV_CHAN:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_RECORD:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_REWIND:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_RIGHT:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_RIGHT_DOWN:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_RIGHT_UP:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_ROOT_MENU:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_SELECT:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_SETUP_MENU:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_SOUND_SEL:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_STOP:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_SUBPICT:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_UP:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_VENDOR:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_VOL_DOWN:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_VOL_UP:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_KEYPRESSED_RELEASE:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_STATE_PRESS:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_STATE_RELEASE:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcpController;->ACTION_CONNECTION_STATE_CHANGED:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcpController;->ACTION_PLAYER_SETTING:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcpController;->DBG:Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcpController;->EXTRA_PLAYER_SETTING:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcpController;->TAG:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcpController;->VDBG:Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcpController;->close()V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcpController;->finalize()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAvrcpController;->getConnectedDevices()Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAvrcpController;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAvrcpController;->getDevicesMatchingConnectionStates([I)Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAvrcpController;->getPlayerSettings(Landroid/bluetooth/BluetoothDevice;)Landroid/bluetooth/BluetoothAvrcpPlayerSettings;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcpController;->isEnabled()Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcpController;->isValidDevice(Landroid/bluetooth/BluetoothDevice;)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcpController;->log(Ljava/lang/String;)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcpController;->mAdapter:Landroid/bluetooth/BluetoothAdapter;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcpController;->sendGroupNavigationCmd(Landroid/bluetooth/BluetoothDevice;II)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcpController;->setPlayerApplicationSetting(Landroid/bluetooth/BluetoothAvrcpPlayerSettings;)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcpPlayerSettings$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAvrcpPlayerSettings$1;->newArray(I)[Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAvrcpPlayerSettings;-><init>(I)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcpPlayerSettings;-><init>(Landroid/os/Parcel;)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcpPlayerSettings;->CREATOR:Landroid/os/Parcelable$Creator;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcpPlayerSettings;->SETTING_EQUALIZER:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcpPlayerSettings;->SETTING_REPEAT:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcpPlayerSettings;->SETTING_SCAN:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcpPlayerSettings;->SETTING_SHUFFLE:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcpPlayerSettings;->STATE_ALL_TRACK:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcpPlayerSettings;->STATE_GROUP:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcpPlayerSettings;->STATE_INVALID:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcpPlayerSettings;->STATE_OFF:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcpPlayerSettings;->STATE_ON:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcpPlayerSettings;->STATE_SINGLE_TRACK:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcpPlayerSettings;->TAG:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcpPlayerSettings;->addSettingValue(II)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcpPlayerSettings;->describeContents()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothAvrcpPlayerSettings;->getSettingValue(I)I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcpPlayerSettings;->getSettings()I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcpPlayerSettings;->mSettings:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcpPlayerSettings;->mSettingsValue:Ljava/util/Map;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothAvrcpPlayerSettings;->writeToParcel(Landroid/os/Parcel;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$1;->newArray(I)[Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device$Major;-><init>()V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device$Major;->AUDIO_VIDEO:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device$Major;->BITMASK:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothClass$Device$Major;->COMPUTER:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device$Major;->HEALTH:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device$Major;->IMAGING:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device$Major;->MISC:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device$Major;->NETWORKING:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device$Major;->PERIPHERAL:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device$Major;->PHONE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device$Major;->TOY:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device$Major;->UNCATEGORIZED:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device$Major;->WEARABLE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;-><init>()V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->AUDIO_VIDEO_CAMCORDER:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->AUDIO_VIDEO_CAR_AUDIO:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->AUDIO_VIDEO_HANDSFREE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->AUDIO_VIDEO_HEADPHONES:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->AUDIO_VIDEO_HIFI_AUDIO:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->AUDIO_VIDEO_LOUDSPEAKER:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->AUDIO_VIDEO_MICROPHONE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->AUDIO_VIDEO_PORTABLE_AUDIO:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->AUDIO_VIDEO_SET_TOP_BOX:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->AUDIO_VIDEO_UNCATEGORIZED:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->AUDIO_VIDEO_VCR:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->AUDIO_VIDEO_VIDEO_CAMERA:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->AUDIO_VIDEO_VIDEO_CONFERENCING:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->AUDIO_VIDEO_VIDEO_DISPLAY_AND_LOUDSPEAKER:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->AUDIO_VIDEO_VIDEO_GAMING_TOY:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->AUDIO_VIDEO_VIDEO_MONITOR:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->AUDIO_VIDEO_WEARABLE_HEADSET:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->BITMASK:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothClass$Device;->COMPUTER_DESKTOP:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->COMPUTER_HANDHELD_PC_PDA:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->COMPUTER_LAPTOP:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->COMPUTER_PALM_SIZE_PC_PDA:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->COMPUTER_SERVER:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->COMPUTER_UNCATEGORIZED:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->COMPUTER_WEARABLE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->HEALTH_BLOOD_PRESSURE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->HEALTH_DATA_DISPLAY:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->HEALTH_GLUCOSE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->HEALTH_PULSE_OXIMETER:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->HEALTH_PULSE_RATE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->HEALTH_THERMOMETER:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->HEALTH_UNCATEGORIZED:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->HEALTH_WEIGHING:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->PERIPHERAL_KEYBOARD:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->PERIPHERAL_KEYBOARD_POINTING:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->PERIPHERAL_NON_KEYBOARD_NON_POINTING:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->PERIPHERAL_POINTING:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->PHONE_CELLULAR:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->PHONE_CORDLESS:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->PHONE_ISDN:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->PHONE_MODEM_OR_GATEWAY:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->PHONE_SMART:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->PHONE_UNCATEGORIZED:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->TOY_CONTROLLER:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->TOY_DOLL_ACTION_FIGURE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->TOY_GAME:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->TOY_ROBOT:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->TOY_UNCATEGORIZED:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->TOY_VEHICLE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->WEARABLE_GLASSES:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->WEARABLE_HELMET:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->WEARABLE_JACKET:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->WEARABLE_PAGER:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->WEARABLE_UNCATEGORIZED:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->WEARABLE_WRIST_WATCH:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Service;-><init>()V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Service;->AUDIO:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Service;->BITMASK:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothClass$Service;->CAPTURE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Service;->INFORMATION:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Service;->LE_AUDIO:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Service;->LIMITED_DISCOVERABILITY:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Service;->NETWORKING:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Service;->OBJECT_TRANSFER:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Service;->POSITIONING:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Service;->RENDER:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Service;->TELEPHONY:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass;-><init>(I)V,max-target-p
-Landroid/bluetooth/BluetoothClass;->CREATOR:Landroid/os/Parcelable$Creator;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass;->ERROR:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothClass;->PROFILE_A2DP:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass;->PROFILE_A2DP_SINK:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass;->PROFILE_HEADSET:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass;->PROFILE_HID:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass;->PROFILE_NAP:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass;->PROFILE_OPP:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass;->PROFILE_PANU:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass;->describeContents()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass;->doesClassMatch(I)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass;->equals(Ljava/lang/Object;)Z,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass;->getClassOfDevice()I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothClass;->getClassOfDeviceBytes()[B,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothClass;->getDeviceClass()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass;->getMajorDeviceClass()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass;->hasService(I)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass;->hashCode()I,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass;->mClass:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothClass;->toString()Ljava/lang/String;,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothClass;->writeToParcel(Landroid/os/Parcel;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig$1;->newArray(I)[Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig$Builder;-><init>()V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig$Builder;->build()Landroid/bluetooth/BluetoothCodecConfig;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig$Builder;->setBitsPerSample(I)Landroid/bluetooth/BluetoothCodecConfig$Builder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig$Builder;->setChannelMode(I)Landroid/bluetooth/BluetoothCodecConfig$Builder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig$Builder;->setCodecPriority(I)Landroid/bluetooth/BluetoothCodecConfig$Builder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig$Builder;->setCodecSpecific1(J)Landroid/bluetooth/BluetoothCodecConfig$Builder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig$Builder;->setCodecSpecific2(J)Landroid/bluetooth/BluetoothCodecConfig$Builder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig$Builder;->setCodecSpecific3(J)Landroid/bluetooth/BluetoothCodecConfig$Builder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig$Builder;->setCodecSpecific4(J)Landroid/bluetooth/BluetoothCodecConfig$Builder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig$Builder;->setCodecType(I)Landroid/bluetooth/BluetoothCodecConfig$Builder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig$Builder;->setSampleRate(I)Landroid/bluetooth/BluetoothCodecConfig$Builder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;-><init>(IIIIIJJJJ)V,unsupported
-Landroid/bluetooth/BluetoothCodecConfig;->BITS_PER_SAMPLE_16:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->BITS_PER_SAMPLE_24:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->BITS_PER_SAMPLE_32:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->BITS_PER_SAMPLE_NONE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->CHANNEL_MODE_MONO:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->CHANNEL_MODE_NONE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->CHANNEL_MODE_STEREO:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->CODEC_PRIORITY_DEFAULT:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->CODEC_PRIORITY_DISABLED:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->CODEC_PRIORITY_HIGHEST:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->CREATOR:Landroid/os/Parcelable$Creator;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->SAMPLE_RATE_176400:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->SAMPLE_RATE_192000:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->SAMPLE_RATE_44100:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->SAMPLE_RATE_48000:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->SAMPLE_RATE_88200:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->SAMPLE_RATE_96000:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->SAMPLE_RATE_NONE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->SOURCE_CODEC_TYPE_AAC:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->SOURCE_CODEC_TYPE_APTX:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->SOURCE_CODEC_TYPE_APTX_HD:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->SOURCE_CODEC_TYPE_INVALID:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->SOURCE_CODEC_TYPE_LC3:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->SOURCE_CODEC_TYPE_LDAC:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->SOURCE_CODEC_TYPE_SBC:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->appendCapabilityToString(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothCodecConfig;->describeContents()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->equals(Ljava/lang/Object;)Z,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->getBitsPerSample()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->getChannelMode()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->getCodecPriority()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->getCodecSpecific1()J,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->getCodecSpecific2()J,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->getCodecSpecific3()J,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->getCodecSpecific4()J,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->getCodecType()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->getSampleRate()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->hashCode()I,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->isMandatoryCodec()Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->mBitsPerSample:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothCodecConfig;->mChannelMode:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothCodecConfig;->mCodecPriority:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothCodecConfig;->mCodecSpecific1:J,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothCodecConfig;->mCodecSpecific2:J,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothCodecConfig;->mCodecSpecific3:J,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothCodecConfig;->mCodecSpecific4:J,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothCodecConfig;->mCodecType:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothCodecConfig;->mSampleRate:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothCodecConfig;->sameAudioFeedingParameters(Landroid/bluetooth/BluetoothCodecConfig;)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothCodecConfig;->toString()Ljava/lang/String;,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->writeToParcel(Landroid/os/Parcel;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecStatus$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecStatus$1;->newArray(I)[Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecStatus$Builder;-><init>()V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecStatus$Builder;->build()Landroid/bluetooth/BluetoothCodecStatus;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecStatus$Builder;->setCodecConfig(Landroid/bluetooth/BluetoothCodecConfig;)Landroid/bluetooth/BluetoothCodecStatus$Builder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecStatus$Builder;->setCodecsLocalCapabilities(Ljava/util/List;)Landroid/bluetooth/BluetoothCodecStatus$Builder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecStatus$Builder;->setCodecsSelectableCapabilities(Ljava/util/List;)Landroid/bluetooth/BluetoothCodecStatus$Builder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecStatus;->CREATOR:Landroid/os/Parcelable$Creator;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecStatus;->EXTRA_CODEC_STATUS:Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecStatus;->describeContents()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecStatus;->equals(Ljava/lang/Object;)Z,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecStatus;->getCodecConfig()Landroid/bluetooth/BluetoothCodecConfig;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecStatus;->getCodecsLocalCapabilities()Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecStatus;->getCodecsSelectableCapabilities()Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecStatus;->hashCode()I,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecStatus;->isCodecConfigSelectable(Landroid/bluetooth/BluetoothCodecConfig;)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecStatus;->mCodecConfig:Landroid/bluetooth/BluetoothCodecConfig;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothCodecStatus;->toString()Ljava/lang/String;,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCodecStatus;->writeToParcel(Landroid/os/Parcel;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCsipSetCoordinator$BluetoothCsipSetCoordinatorLockCallbackDelegate$$ExternalSyntheticLambda0;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCsipSetCoordinator$ClientLockCallback;->onGroupLockSet(IIZ)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCsipSetCoordinator;->ACTION_CSIS_CONNECTION_STATE_CHANGED:Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCsipSetCoordinator;->ACTION_CSIS_DEVICE_AVAILABLE:Ljava/lang/String;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCsipSetCoordinator;->ACTION_CSIS_SET_MEMBER_AVAILABLE:Ljava/lang/String;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCsipSetCoordinator;->EXTRA_CSIS_GROUP_ID:Ljava/lang/String;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCsipSetCoordinator;->GROUP_ID_INVALID:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCsipSetCoordinator;->close()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCsipSetCoordinator;->finalize()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCsipSetCoordinator;->getAllGroupIds(Landroid/os/ParcelUuid;)Ljava/util/List;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCsipSetCoordinator;->getConnectedDevices()Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCsipSetCoordinator;->getConnectionPolicy(Landroid/bluetooth/BluetoothDevice;)I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCsipSetCoordinator;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCsipSetCoordinator;->getDevicesMatchingConnectionStates([I)Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCsipSetCoordinator;->getGroupUuidMapByDevice(Landroid/bluetooth/BluetoothDevice;)Ljava/util/Map;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCsipSetCoordinator;->lockGroup(ILjava/util/concurrent/Executor;Landroid/bluetooth/BluetoothCsipSetCoordinator$ClientLockCallback;)Ljava/util/UUID;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCsipSetCoordinator;->setConnectionPolicy(Landroid/bluetooth/BluetoothDevice;I)Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothCsipSetCoordinator;->unlockGroup(Ljava/util/UUID;)Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice$2;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice$2;->newArray(I)[Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice$3;->apply(Ljava/lang/Object;)Ljava/lang/Object;,blocked,test-api
-Landroid/bluetooth/BluetoothDevice;-><init>(Ljava/lang/String;)V,unsupported
-Landroid/bluetooth/BluetoothDevice;->ACCESS_ALLOWED:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->ACCESS_REJECTED:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->ACCESS_UNKNOWN:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->ACTION_ACL_CONNECTED:Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->ACTION_ACL_DISCONNECTED:Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->ACTION_ACL_DISCONNECT_REQUESTED:Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->ACTION_ALIAS_CHANGED:Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->ACTION_BATTERY_LEVEL_CHANGED:Ljava/lang/String;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->ACTION_BOND_STATE_CHANGED:Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->ACTION_CLASS_CHANGED:Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->ACTION_CONNECTION_ACCESS_CANCEL:Ljava/lang/String;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->ACTION_CONNECTION_ACCESS_REPLY:Ljava/lang/String;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->ACTION_CONNECTION_ACCESS_REQUEST:Ljava/lang/String;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->ACTION_FOUND:Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->ACTION_MAS_INSTANCE:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothDevice;->ACTION_NAME_CHANGED:Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->ACTION_NAME_FAILED:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothDevice;->ACTION_PAIRING_CANCEL:Ljava/lang/String;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->ACTION_PAIRING_REQUEST:Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->ACTION_SDP_RECORD:Ljava/lang/String;,max-target-r
-Landroid/bluetooth/BluetoothDevice;->ACTION_SILENCE_MODE_CHANGED:Ljava/lang/String;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->ACTION_SWITCH_BUFFER_SIZE:Ljava/lang/String;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->ACTION_UUID:Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->ADDRESS_TYPE_PUBLIC:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->ADDRESS_TYPE_RANDOM:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->ADDRESS_TYPE_UNKNOWN:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->BATTERY_LEVEL_BLUETOOTH_OFF:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->BATTERY_LEVEL_UNKNOWN:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->BOND_BONDED:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->BOND_BONDING:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->BOND_NONE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->BOND_SUCCESS:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothDevice;->CONNECTION_ACCESS_NO:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->CONNECTION_ACCESS_YES:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->CONNECTION_STATE_CONNECTED:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothDevice;->CONNECTION_STATE_DISCONNECTED:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothDevice;->CONNECTION_STATE_ENCRYPTED_BREDR:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothDevice;->CONNECTION_STATE_ENCRYPTED_LE:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothDevice;->CREATOR:Landroid/os/Parcelable$Creator;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->DBG:Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothDevice;->DEVICE_TYPE_CLASSIC:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->DEVICE_TYPE_DEFAULT:Ljava/lang/String;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->DEVICE_TYPE_DUAL:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->DEVICE_TYPE_LE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->DEVICE_TYPE_UNKNOWN:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->DEVICE_TYPE_UNTETHERED_HEADSET:Ljava/lang/String;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->DEVICE_TYPE_WATCH:Ljava/lang/String;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->ERROR:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->EXTRA_ACCESS_REQUEST_TYPE:Ljava/lang/String;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->EXTRA_ALWAYS_ALLOWED:Ljava/lang/String;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->EXTRA_BATTERY_LEVEL:Ljava/lang/String;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->EXTRA_BOND_STATE:Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->EXTRA_CLASS:Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->EXTRA_CLASS_NAME:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothDevice;->EXTRA_CONNECTION_ACCESS_RESULT:Ljava/lang/String;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->EXTRA_DEVICE:Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->EXTRA_IS_COORDINATED_SET_MEMBER:Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->EXTRA_LOW_LATENCY_BUFFER_SIZE:Ljava/lang/String;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->EXTRA_MAS_INSTANCE:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothDevice;->EXTRA_NAME:Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->EXTRA_PACKAGE_NAME:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothDevice;->EXTRA_PAIRING_INITIATOR:Ljava/lang/String;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->EXTRA_PAIRING_INITIATOR_BACKGROUND:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->EXTRA_PAIRING_INITIATOR_FOREGROUND:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->EXTRA_PAIRING_KEY:Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->EXTRA_PAIRING_VARIANT:Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->EXTRA_PREVIOUS_BOND_STATE:Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->EXTRA_REASON:Ljava/lang/String;,unsupported
-Landroid/bluetooth/BluetoothDevice;->EXTRA_RSSI:Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->EXTRA_SDP_RECORD:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothDevice;->EXTRA_SDP_SEARCH_STATUS:Ljava/lang/String;,max-target-r
-Landroid/bluetooth/BluetoothDevice;->EXTRA_TRANSPORT:Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->EXTRA_UNBOND_REASON:Ljava/lang/String;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->EXTRA_UUID:Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->METADATA_COMPANION_APP:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->METADATA_DEVICE_TYPE:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->METADATA_ENHANCED_SETTINGS_UI_URI:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->METADATA_HARDWARE_VERSION:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->METADATA_IS_UNTETHERED_HEADSET:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->METADATA_MAIN_BATTERY:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->METADATA_MAIN_CHARGING:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->METADATA_MAIN_ICON:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->METADATA_MAIN_LOW_BATTERY_THRESHOLD:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->METADATA_MANUFACTURER_NAME:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->METADATA_MAX_LENGTH:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->METADATA_MODEL_NAME:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->METADATA_SOFTWARE_VERSION:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->METADATA_UNTETHERED_CASE_BATTERY:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->METADATA_UNTETHERED_CASE_CHARGING:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->METADATA_UNTETHERED_CASE_ICON:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->METADATA_UNTETHERED_CASE_LOW_BATTERY_THRESHOLD:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->METADATA_UNTETHERED_LEFT_BATTERY:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->METADATA_UNTETHERED_LEFT_CHARGING:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->METADATA_UNTETHERED_LEFT_ICON:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->METADATA_UNTETHERED_LEFT_LOW_BATTERY_THRESHOLD:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->METADATA_UNTETHERED_RIGHT_BATTERY:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->METADATA_UNTETHERED_RIGHT_CHARGING:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->METADATA_UNTETHERED_RIGHT_ICON:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->METADATA_UNTETHERED_RIGHT_LOW_BATTERY_THRESHOLD:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->PAIRING_VARIANT_CONSENT:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->PAIRING_VARIANT_DISPLAY_PASSKEY:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->PAIRING_VARIANT_DISPLAY_PIN:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->PAIRING_VARIANT_OOB_CONSENT:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->PAIRING_VARIANT_PASSKEY:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->PAIRING_VARIANT_PASSKEY_CONFIRMATION:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->PAIRING_VARIANT_PIN:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->PAIRING_VARIANT_PIN_16_DIGITS:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->PHY_LE_1M:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->PHY_LE_1M_MASK:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->PHY_LE_2M:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->PHY_LE_2M_MASK:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->PHY_LE_CODED:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->PHY_LE_CODED_MASK:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->PHY_OPTION_NO_PREFERRED:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->PHY_OPTION_S2:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->PHY_OPTION_S8:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->REQUEST_TYPE_MESSAGE_ACCESS:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->REQUEST_TYPE_PHONEBOOK_ACCESS:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->REQUEST_TYPE_PROFILE_CONNECTION:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->REQUEST_TYPE_SIM_ACCESS:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->TAG:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothDevice;->TRANSPORT_AUTO:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->TRANSPORT_BREDR:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->TRANSPORT_LE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->UNBOND_REASON_AUTH_CANCELED:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->UNBOND_REASON_AUTH_FAILED:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->UNBOND_REASON_AUTH_REJECTED:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->UNBOND_REASON_AUTH_TIMEOUT:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->UNBOND_REASON_DISCOVERY_IN_PROGRESS:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->UNBOND_REASON_REMOTE_AUTH_CANCELED:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->UNBOND_REASON_REMOTE_DEVICE_DOWN:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->UNBOND_REASON_REMOVED:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->UNBOND_REASON_REPEATED_ATTEMPTS:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->canBondWithoutDialog()Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->cancelBondProcess()Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->connect()I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->connectGatt(Landroid/content/Context;ZLandroid/bluetooth/BluetoothGattCallback;)Landroid/bluetooth/BluetoothGatt;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->connectGatt(Landroid/content/Context;ZLandroid/bluetooth/BluetoothGattCallback;I)Landroid/bluetooth/BluetoothGatt;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->connectGatt(Landroid/content/Context;ZLandroid/bluetooth/BluetoothGattCallback;II)Landroid/bluetooth/BluetoothGatt;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->connectGatt(Landroid/content/Context;ZLandroid/bluetooth/BluetoothGattCallback;IILandroid/os/Handler;)Landroid/bluetooth/BluetoothGatt;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->connectGatt(Landroid/content/Context;ZLandroid/bluetooth/BluetoothGattCallback;IZILandroid/os/Handler;)Landroid/bluetooth/BluetoothGatt;,max-target-r
-Landroid/bluetooth/BluetoothDevice;->convertPinToBytes(Ljava/lang/String;)[B,unsupported
-Landroid/bluetooth/BluetoothDevice;->createBond()Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->createBond(I)Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->createBondOutOfBand(ILandroid/bluetooth/OobData;Landroid/bluetooth/OobData;)Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->createInsecureL2capChannel(I)Landroid/bluetooth/BluetoothSocket;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->createInsecureL2capSocket(I)Landroid/bluetooth/BluetoothSocket;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothDevice;->createInsecureRfcommSocket(I)Landroid/bluetooth/BluetoothSocket;,unsupported
-Landroid/bluetooth/BluetoothDevice;->createInsecureRfcommSocketToServiceRecord(Ljava/util/UUID;)Landroid/bluetooth/BluetoothSocket;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->createL2capChannel(I)Landroid/bluetooth/BluetoothSocket;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->createL2capSocket(I)Landroid/bluetooth/BluetoothSocket;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothDevice;->createRfcommSocket(I)Landroid/bluetooth/BluetoothSocket;,unsupported
-Landroid/bluetooth/BluetoothDevice;->createRfcommSocketToServiceRecord(Ljava/util/UUID;)Landroid/bluetooth/BluetoothSocket;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->createScoSocket()Landroid/bluetooth/BluetoothSocket;,unsupported
-Landroid/bluetooth/BluetoothDevice;->describeContents()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->disconnect()I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->equals(Ljava/lang/Object;)Z,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->fetchUuidsWithSdp()Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->fetchUuidsWithSdp(I)Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->getAddress()Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->getAlias()Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->getAnonymizedAddress()Ljava/lang/String;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->getBatteryLevel()I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->getBluetoothClass()Landroid/bluetooth/BluetoothClass;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->getBondState()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->getIdentityAddress()Ljava/lang/String;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->getMessageAccessPermission()I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->getMetadata(I)[B,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->getName()Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->getPhonebookAccessPermission()I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->getSimAccessPermission()I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->getType()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->getUuids()[Landroid/os/ParcelUuid;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->hashCode()I,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->isBluetoothEnabled()Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothDevice;->isBondingInitiatedLocally()Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->isConnected()Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->isEncrypted()Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->isInSilenceMode()Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->mAddress:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothDevice;->prepareToEnterProcess(Landroid/content/AttributionSource;)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->removeBond()Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->sService:Landroid/bluetooth/IBluetooth;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothDevice;->sStateChangeCallback:Landroid/bluetooth/IBluetoothManagerCallback;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothDevice;->sdpSearch(Landroid/os/ParcelUuid;)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothDevice;->setAlias(Ljava/lang/String;)I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->setLowLatencyAudioAllowed(Z)Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->setMessageAccessPermission(I)Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->setMetadata(I[B)Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->setPairingConfirmation(Z)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->setPhonebookAccessPermission(I)Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->setPin(Ljava/lang/String;)Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->setPin([B)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->setSilenceMode(Z)Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->setSimAccessPermission(I)Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->toString()Ljava/lang/String;,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->writeToParcel(Landroid/os/Parcel;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevicePicker;->ACTION_DEVICE_SELECTED:Ljava/lang/String;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevicePicker;->ACTION_LAUNCH:Ljava/lang/String;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevicePicker;->EXTRA_FILTER_TYPE:Ljava/lang/String;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevicePicker;->EXTRA_LAUNCH_CLASS:Ljava/lang/String;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevicePicker;->EXTRA_LAUNCH_PACKAGE:Ljava/lang/String;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevicePicker;->EXTRA_NEED_AUTH:Ljava/lang/String;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevicePicker;->FILTER_TYPE_ALL:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevicePicker;->FILTER_TYPE_AUDIO:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevicePicker;->FILTER_TYPE_NAP:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevicePicker;->FILTER_TYPE_PANU:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothDevicePicker;->FILTER_TYPE_TRANSFER:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothFrameworkInitializer$$ExternalSyntheticLambda0;->createService(Landroid/content/Context;)Ljava/lang/Object;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGatt$1$10;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGatt$1$11;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGatt$1$12;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGatt$1$13;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGatt$1$14;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGatt$1$15;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGatt$1$1;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGatt$1$2;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGatt$1$3;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGatt$1$4;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGatt$1$5;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGatt$1$6;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGatt$1$7;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGatt$1$8;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGatt$1$9;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->AUTHENTICATION_MITM:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGatt;->AUTHENTICATION_NONE:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGatt;->AUTHENTICATION_NO_MITM:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGatt;->AUTH_RETRY_STATE_IDLE:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGatt;->AUTH_RETRY_STATE_MITM:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGatt;->AUTH_RETRY_STATE_NO_MITM:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGatt;->CONNECTION_PRIORITY_BALANCED:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->CONNECTION_PRIORITY_HIGH:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->CONNECTION_PRIORITY_LOW_POWER:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->CONN_STATE_CLOSED:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGatt;->CONN_STATE_CONNECTED:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGatt;->CONN_STATE_CONNECTING:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGatt;->CONN_STATE_DISCONNECTING:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGatt;->CONN_STATE_IDLE:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGatt;->DBG:Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGatt;->GATT_CONNECTION_CONGESTED:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->GATT_FAILURE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->GATT_INSUFFICIENT_AUTHENTICATION:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->GATT_INSUFFICIENT_AUTHORIZATION:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->GATT_INSUFFICIENT_ENCRYPTION:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->GATT_INVALID_ATTRIBUTE_LENGTH:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->GATT_INVALID_OFFSET:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->GATT_READ_NOT_PERMITTED:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->GATT_REQUEST_NOT_SUPPORTED:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->GATT_SUCCESS:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->GATT_WRITE_NOT_PERMITTED:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->TAG:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGatt;->VDBG:Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGatt;->abortReliableWrite()V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->abortReliableWrite(Landroid/bluetooth/BluetoothDevice;)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->beginReliableWrite()Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->close()V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->connect()Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->connect(Ljava/lang/Boolean;Landroid/bluetooth/BluetoothGattCallback;Landroid/os/Handler;)Z,max-target-r
-Landroid/bluetooth/BluetoothGatt;->disconnect()V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->discoverServiceByUuid(Ljava/util/UUID;)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGatt;->discoverServices()Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->executeReliableWrite()Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->getCharacteristicById(Landroid/bluetooth/BluetoothDevice;I)Landroid/bluetooth/BluetoothGattCharacteristic;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGatt;->getConnectedDevices()Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->getDescriptorById(Landroid/bluetooth/BluetoothDevice;I)Landroid/bluetooth/BluetoothGattDescriptor;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGatt;->getDevice()Landroid/bluetooth/BluetoothDevice;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->getDevicesMatchingConnectionStates([I)Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->getService(Landroid/bluetooth/BluetoothDevice;Ljava/util/UUID;I)Landroid/bluetooth/BluetoothGattService;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGatt;->getService(Ljava/util/UUID;)Landroid/bluetooth/BluetoothGattService;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->getServices()Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->mAuthRetryState:I,max-target-p
-Landroid/bluetooth/BluetoothGatt;->mAutoConnect:Z,unsupported
-Landroid/bluetooth/BluetoothGatt;->mBluetoothGattCallback:Landroid/bluetooth/IBluetoothGattCallback;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGatt;->mCallback:Landroid/bluetooth/BluetoothGattCallback;,unsupported
-Landroid/bluetooth/BluetoothGatt;->mClientIf:I,unsupported
-Landroid/bluetooth/BluetoothGatt;->mConnState:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGatt;->mDevice:Landroid/bluetooth/BluetoothDevice;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGatt;->mDeviceBusy:Ljava/lang/Boolean;,max-target-r
-Landroid/bluetooth/BluetoothGatt;->mHandler:Landroid/os/Handler;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGatt;->mOpportunistic:Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGatt;->mPhy:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGatt;->mService:Landroid/bluetooth/IBluetoothGatt;,unsupported
-Landroid/bluetooth/BluetoothGatt;->mServices:Ljava/util/List;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGatt;->mStateLock:Ljava/lang/Object;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGatt;->mTransport:I,max-target-r
-Landroid/bluetooth/BluetoothGatt;->readCharacteristic(Landroid/bluetooth/BluetoothGattCharacteristic;)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->readDescriptor(Landroid/bluetooth/BluetoothGattDescriptor;)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->readPhy()V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->readRemoteRssi()Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->readUsingCharacteristicUuid(Ljava/util/UUID;II)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGatt;->refresh()Z,unsupported
-Landroid/bluetooth/BluetoothGatt;->registerApp(Landroid/bluetooth/BluetoothGattCallback;Landroid/os/Handler;)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGatt;->requestConnectionPriority(I)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->requestLeConnectionUpdate(IIIIII)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGatt;->requestMtu(I)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->runOrQueueCallback(Ljava/lang/Runnable;)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGatt;->setCharacteristicNotification(Landroid/bluetooth/BluetoothGattCharacteristic;Z)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->setPreferredPhy(III)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->unregisterApp()V,unsupported
-Landroid/bluetooth/BluetoothGatt;->writeCharacteristic(Landroid/bluetooth/BluetoothGattCharacteristic;)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->writeCharacteristic(Landroid/bluetooth/BluetoothGattCharacteristic;[BI)I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->writeDescriptor(Landroid/bluetooth/BluetoothGattDescriptor;)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->writeDescriptor(Landroid/bluetooth/BluetoothGattDescriptor;[B)I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCallback;-><init>()V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCallback;->onCharacteristicChanged(Landroid/bluetooth/BluetoothGatt;Landroid/bluetooth/BluetoothGattCharacteristic;)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCallback;->onCharacteristicChanged(Landroid/bluetooth/BluetoothGatt;Landroid/bluetooth/BluetoothGattCharacteristic;[B)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCallback;->onCharacteristicRead(Landroid/bluetooth/BluetoothGatt;Landroid/bluetooth/BluetoothGattCharacteristic;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCallback;->onCharacteristicRead(Landroid/bluetooth/BluetoothGatt;Landroid/bluetooth/BluetoothGattCharacteristic;[BI)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCallback;->onCharacteristicWrite(Landroid/bluetooth/BluetoothGatt;Landroid/bluetooth/BluetoothGattCharacteristic;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCallback;->onConnectionStateChange(Landroid/bluetooth/BluetoothGatt;II)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCallback;->onConnectionUpdated(Landroid/bluetooth/BluetoothGatt;IIII)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattCallback;->onDescriptorRead(Landroid/bluetooth/BluetoothGatt;Landroid/bluetooth/BluetoothGattDescriptor;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCallback;->onDescriptorRead(Landroid/bluetooth/BluetoothGatt;Landroid/bluetooth/BluetoothGattDescriptor;I[B)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCallback;->onDescriptorWrite(Landroid/bluetooth/BluetoothGatt;Landroid/bluetooth/BluetoothGattDescriptor;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCallback;->onMtuChanged(Landroid/bluetooth/BluetoothGatt;II)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCallback;->onPhyRead(Landroid/bluetooth/BluetoothGatt;III)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCallback;->onPhyUpdate(Landroid/bluetooth/BluetoothGatt;III)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCallback;->onReadRemoteRssi(Landroid/bluetooth/BluetoothGatt;II)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCallback;->onReliableWriteCompleted(Landroid/bluetooth/BluetoothGatt;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCallback;->onServiceChanged(Landroid/bluetooth/BluetoothGatt;)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCallback;->onServicesDiscovered(Landroid/bluetooth/BluetoothGatt;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic$1;->newArray(I)[Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;-><init>(Landroid/bluetooth/BluetoothGattService;Ljava/util/UUID;III)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattCharacteristic;-><init>(Landroid/os/Parcel;)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattCharacteristic;-><init>(Ljava/util/UUID;II)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;-><init>(Ljava/util/UUID;III)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattCharacteristic;->CREATOR:Landroid/os/Parcelable$Creator;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->FORMAT_FLOAT:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->FORMAT_SFLOAT:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->FORMAT_SINT16:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->FORMAT_SINT32:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->FORMAT_SINT8:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->FORMAT_UINT16:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->FORMAT_UINT32:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->FORMAT_UINT8:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->PERMISSION_READ:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->PERMISSION_READ_ENCRYPTED:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->PERMISSION_READ_ENCRYPTED_MITM:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->PERMISSION_WRITE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->PERMISSION_WRITE_ENCRYPTED:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->PERMISSION_WRITE_ENCRYPTED_MITM:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->PERMISSION_WRITE_SIGNED:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->PERMISSION_WRITE_SIGNED_MITM:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->PROPERTY_BROADCAST:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->PROPERTY_EXTENDED_PROPS:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->PROPERTY_INDICATE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->PROPERTY_NOTIFY:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->PROPERTY_READ:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->PROPERTY_SIGNED_WRITE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->PROPERTY_WRITE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->PROPERTY_WRITE_NO_RESPONSE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->WRITE_TYPE_DEFAULT:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->WRITE_TYPE_NO_RESPONSE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->WRITE_TYPE_SIGNED:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->addDescriptor(Landroid/bluetooth/BluetoothGattDescriptor;)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->bytesToFloat(BB)F,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattCharacteristic;->bytesToFloat(BBBB)F,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattCharacteristic;->describeContents()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->getDescriptor(Ljava/util/UUID;)Landroid/bluetooth/BluetoothGattDescriptor;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->getDescriptor(Ljava/util/UUID;I)Landroid/bluetooth/BluetoothGattDescriptor;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattCharacteristic;->getDescriptors()Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->getFloatValue(II)Ljava/lang/Float;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->getInstanceId()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->getIntValue(II)Ljava/lang/Integer;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->getKeySize()I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattCharacteristic;->getPermissions()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->getProperties()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->getService()Landroid/bluetooth/BluetoothGattService;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->getStringValue(I)Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->getTypeLen(I)I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattCharacteristic;->getUuid()Ljava/util/UUID;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->getValue()[B,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->getWriteType()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->initCharacteristic(Landroid/bluetooth/BluetoothGattService;Ljava/util/UUID;III)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattCharacteristic;->intToSignedBits(II)I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattCharacteristic;->mDescriptors:Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->mInstance:I,unsupported
-Landroid/bluetooth/BluetoothGattCharacteristic;->mKeySize:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattCharacteristic;->mPermissions:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattCharacteristic;->mProperties:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattCharacteristic;->mService:Landroid/bluetooth/BluetoothGattService;,unsupported
-Landroid/bluetooth/BluetoothGattCharacteristic;->mUuid:Ljava/util/UUID;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattCharacteristic;->mValue:[B,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattCharacteristic;->mWriteType:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattCharacteristic;->setInstanceId(I)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattCharacteristic;->setKeySize(I)V,unsupported
-Landroid/bluetooth/BluetoothGattCharacteristic;->setService(Landroid/bluetooth/BluetoothGattService;)V,unsupported
-Landroid/bluetooth/BluetoothGattCharacteristic;->setValue(III)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->setValue(IIII)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->setValue(Ljava/lang/String;)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->setValue([B)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->setWriteType(I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->unsignedByteToInt(B)I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattCharacteristic;->unsignedBytesToInt(BB)I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattCharacteristic;->unsignedBytesToInt(BBBB)I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattCharacteristic;->unsignedToSigned(II)I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattCharacteristic;->writeToParcel(Landroid/os/Parcel;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattDescriptor$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattDescriptor$1;->newArray(I)[Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattDescriptor;-><init>(Landroid/bluetooth/BluetoothGattCharacteristic;Ljava/util/UUID;II)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattDescriptor;-><init>(Landroid/os/Parcel;)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattDescriptor;-><init>(Ljava/util/UUID;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattDescriptor;-><init>(Ljava/util/UUID;II)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattDescriptor;->CREATOR:Landroid/os/Parcelable$Creator;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattDescriptor;->DISABLE_NOTIFICATION_VALUE:[B,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattDescriptor;->ENABLE_INDICATION_VALUE:[B,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattDescriptor;->ENABLE_NOTIFICATION_VALUE:[B,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattDescriptor;->PERMISSION_READ:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattDescriptor;->PERMISSION_READ_ENCRYPTED:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattDescriptor;->PERMISSION_READ_ENCRYPTED_MITM:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattDescriptor;->PERMISSION_WRITE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattDescriptor;->PERMISSION_WRITE_ENCRYPTED:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattDescriptor;->PERMISSION_WRITE_ENCRYPTED_MITM:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattDescriptor;->PERMISSION_WRITE_SIGNED:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattDescriptor;->PERMISSION_WRITE_SIGNED_MITM:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattDescriptor;->describeContents()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattDescriptor;->getCharacteristic()Landroid/bluetooth/BluetoothGattCharacteristic;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattDescriptor;->getInstanceId()I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattDescriptor;->getPermissions()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattDescriptor;->getUuid()Ljava/util/UUID;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattDescriptor;->getValue()[B,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattDescriptor;->initDescriptor(Landroid/bluetooth/BluetoothGattCharacteristic;Ljava/util/UUID;II)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattDescriptor;->mCharacteristic:Landroid/bluetooth/BluetoothGattCharacteristic;,unsupported
-Landroid/bluetooth/BluetoothGattDescriptor;->mInstance:I,unsupported
-Landroid/bluetooth/BluetoothGattDescriptor;->mPermissions:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattDescriptor;->mUuid:Ljava/util/UUID;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattDescriptor;->mValue:[B,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattDescriptor;->setCharacteristic(Landroid/bluetooth/BluetoothGattCharacteristic;)V,unsupported
-Landroid/bluetooth/BluetoothGattDescriptor;->setInstanceId(I)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattDescriptor;->setValue([B)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattDescriptor;->writeToParcel(Landroid/os/Parcel;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattIncludedService$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattIncludedService$1;->newArray(I)[Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattIncludedService;-><init>(Landroid/os/Parcel;)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattIncludedService;-><init>(Ljava/util/UUID;II)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattIncludedService;->CREATOR:Landroid/os/Parcelable$Creator;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattIncludedService;->describeContents()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattIncludedService;->getInstanceId()I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattIncludedService;->getType()I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattIncludedService;->getUuid()Ljava/util/UUID;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattIncludedService;->mInstanceId:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattIncludedService;->mServiceType:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattIncludedService;->mUuid:Ljava/util/UUID;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattIncludedService;->writeToParcel(Landroid/os/Parcel;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattServer;->CALLBACK_REG_TIMEOUT:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattServer;->DBG:Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattServer;->TAG:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattServer;->VDBG:Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattServer;->addService(Landroid/bluetooth/BluetoothGattService;)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattServer;->cancelConnection(Landroid/bluetooth/BluetoothDevice;)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattServer;->clearServices()V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattServer;->close()V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattServer;->connect(Landroid/bluetooth/BluetoothDevice;Z)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattServer;->getCharacteristicByHandle(I)Landroid/bluetooth/BluetoothGattCharacteristic;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattServer;->getConnectedDevices()Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattServer;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattServer;->getDescriptorByHandle(I)Landroid/bluetooth/BluetoothGattDescriptor;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattServer;->getDevicesMatchingConnectionStates([I)Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattServer;->getService(Ljava/util/UUID;)Landroid/bluetooth/BluetoothGattService;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattServer;->getService(Ljava/util/UUID;II)Landroid/bluetooth/BluetoothGattService;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattServer;->getServices()Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattServer;->mAdapter:Landroid/bluetooth/BluetoothAdapter;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattServer;->mBluetoothGattServerCallback:Landroid/bluetooth/IBluetoothGattServerCallback;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattServer;->mCallback:Landroid/bluetooth/BluetoothGattServerCallback;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattServer;->mPendingService:Landroid/bluetooth/BluetoothGattService;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattServer;->mServerIf:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattServer;->mServerIfLock:Ljava/lang/Object;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattServer;->mService:Landroid/bluetooth/IBluetoothGatt;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattServer;->mServices:Ljava/util/List;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattServer;->mTransport:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattServer;->notifyCharacteristicChanged(Landroid/bluetooth/BluetoothDevice;Landroid/bluetooth/BluetoothGattCharacteristic;Z)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattServer;->notifyCharacteristicChanged(Landroid/bluetooth/BluetoothDevice;Landroid/bluetooth/BluetoothGattCharacteristic;Z[B)I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattServer;->readPhy(Landroid/bluetooth/BluetoothDevice;)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattServer;->registerCallback(Landroid/bluetooth/BluetoothGattServerCallback;)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattServer;->removeService(Landroid/bluetooth/BluetoothGattService;)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattServer;->sendResponse(Landroid/bluetooth/BluetoothDevice;III[B)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattServer;->setPreferredPhy(Landroid/bluetooth/BluetoothDevice;III)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattServer;->unregisterCallback()V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattServerCallback;-><init>()V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattServerCallback;->onCharacteristicReadRequest(Landroid/bluetooth/BluetoothDevice;IILandroid/bluetooth/BluetoothGattCharacteristic;)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattServerCallback;->onCharacteristicWriteRequest(Landroid/bluetooth/BluetoothDevice;ILandroid/bluetooth/BluetoothGattCharacteristic;ZZI[B)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattServerCallback;->onConnectionStateChange(Landroid/bluetooth/BluetoothDevice;II)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattServerCallback;->onConnectionUpdated(Landroid/bluetooth/BluetoothDevice;IIII)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattServerCallback;->onDescriptorReadRequest(Landroid/bluetooth/BluetoothDevice;IILandroid/bluetooth/BluetoothGattDescriptor;)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattServerCallback;->onDescriptorWriteRequest(Landroid/bluetooth/BluetoothDevice;ILandroid/bluetooth/BluetoothGattDescriptor;ZZI[B)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattServerCallback;->onExecuteWrite(Landroid/bluetooth/BluetoothDevice;IZ)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattServerCallback;->onMtuChanged(Landroid/bluetooth/BluetoothDevice;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattServerCallback;->onNotificationSent(Landroid/bluetooth/BluetoothDevice;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattServerCallback;->onPhyRead(Landroid/bluetooth/BluetoothDevice;III)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattServerCallback;->onPhyUpdate(Landroid/bluetooth/BluetoothDevice;III)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattServerCallback;->onServiceAdded(ILandroid/bluetooth/BluetoothGattService;)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattService$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattService$1;->newArray(I)[Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattService;-><init>(Landroid/bluetooth/BluetoothDevice;Ljava/util/UUID;II)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattService;-><init>(Landroid/os/Parcel;)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattService;-><init>(Ljava/util/UUID;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattService;-><init>(Ljava/util/UUID;II)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattService;->CREATOR:Landroid/os/Parcelable$Creator;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattService;->SERVICE_TYPE_PRIMARY:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattService;->SERVICE_TYPE_SECONDARY:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattService;->addCharacteristic(Landroid/bluetooth/BluetoothGattCharacteristic;)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattService;->addIncludedService(Landroid/bluetooth/BluetoothGattService;)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattService;->addService(Landroid/bluetooth/BluetoothGattService;)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattService;->describeContents()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattService;->getCharacteristic(Ljava/util/UUID;)Landroid/bluetooth/BluetoothGattCharacteristic;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattService;->getCharacteristic(Ljava/util/UUID;I)Landroid/bluetooth/BluetoothGattCharacteristic;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattService;->getCharacteristics()Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattService;->getDevice()Landroid/bluetooth/BluetoothDevice;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattService;->getHandles()I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattService;->getIncludedServices()Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattService;->getInstanceId()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattService;->getType()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattService;->getUuid()Ljava/util/UUID;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattService;->isAdvertisePreferred()Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattService;->mAdvertisePreferred:Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattService;->mCharacteristics:Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattService;->mDevice:Landroid/bluetooth/BluetoothDevice;,unsupported
-Landroid/bluetooth/BluetoothGattService;->mHandles:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattService;->mIncludedServices:Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothGattService;->mInstanceId:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattService;->mServiceType:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattService;->mUuid:Ljava/util/UUID;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattService;->setAdvertisePreferred(Z)V,max-target-r
-Landroid/bluetooth/BluetoothGattService;->setDevice(Landroid/bluetooth/BluetoothDevice;)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattService;->setHandles(I)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothGattService;->setInstanceId(I)V,unsupported
-Landroid/bluetooth/BluetoothGattService;->writeToParcel(Landroid/os/Parcel;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHapClient$1$$ExternalSyntheticLambda0;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHapClient$1$$ExternalSyntheticLambda1;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHapClient$1$$ExternalSyntheticLambda2;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHapClient$1$$ExternalSyntheticLambda3;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHapClient$1$$ExternalSyntheticLambda4;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHapClient$1$$ExternalSyntheticLambda5;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHapClient$Callback;->onPresetInfoChanged(Landroid/bluetooth/BluetoothDevice;Ljava/util/List;I)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHapClient$Callback;->onPresetSelected(Landroid/bluetooth/BluetoothDevice;II)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHapClient$Callback;->onPresetSelectionFailed(Landroid/bluetooth/BluetoothDevice;I)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHapClient$Callback;->onPresetSelectionForGroupFailed(II)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHapClient$Callback;->onSetPresetNameFailed(Landroid/bluetooth/BluetoothDevice;I)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHapClient$Callback;->onSetPresetNameForGroupFailed(II)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHapClient;->ACTION_HAP_CONNECTION_STATE_CHANGED:Ljava/lang/String;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHapClient;->close()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHapClient;->finalize()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHapClient;->getActivePresetInfo(Landroid/bluetooth/BluetoothDevice;)Landroid/bluetooth/BluetoothHapPresetInfo;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHapClient;->getAllPresetInfo(Landroid/bluetooth/BluetoothDevice;)Ljava/util/List;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHapClient;->getConnectedDevices()Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHapClient;->getConnectionPolicy(Landroid/bluetooth/BluetoothDevice;)I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHapClient;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHapClient;->getDevicesMatchingConnectionStates([I)Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHapClient;->registerCallback(Ljava/util/concurrent/Executor;Landroid/bluetooth/BluetoothHapClient$Callback;)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHapClient;->selectPreset(Landroid/bluetooth/BluetoothDevice;I)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHapClient;->selectPresetForGroup(II)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHapClient;->setConnectionPolicy(Landroid/bluetooth/BluetoothDevice;I)Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHapClient;->setPresetName(Landroid/bluetooth/BluetoothDevice;ILjava/lang/String;)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHapClient;->setPresetNameForGroup(IILjava/lang/String;)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHapClient;->unregisterCallback(Landroid/bluetooth/BluetoothHapClient$Callback;)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHapPresetInfo$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHapPresetInfo$1;->newArray(I)[Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHapPresetInfo;->CREATOR:Landroid/os/Parcelable$Creator;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHapPresetInfo;->describeContents()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHapPresetInfo;->getIndex()I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHapPresetInfo;->getName()Ljava/lang/String;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHapPresetInfo;->isAvailable()Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHapPresetInfo;->isWritable()Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHapPresetInfo;->writeToParcel(Landroid/os/Parcel;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset$3;->handleMessage(Landroid/os/Message;)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->ACTION_ACTIVE_DEVICE_CHANGED:Ljava/lang/String;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->ACTION_AUDIO_STATE_CHANGED:Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->ACTION_CONNECTION_STATE_CHANGED:Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->ACTION_HF_INDICATORS_VALUE_CHANGED:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadset;->ACTION_VENDOR_SPECIFIC_HEADSET_EVENT:Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->AT_CMD_TYPE_ACTION:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->AT_CMD_TYPE_BASIC:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->AT_CMD_TYPE_READ:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->AT_CMD_TYPE_SET:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->AT_CMD_TYPE_TEST:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->DBG:Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadset;->EXTRA_HF_INDICATORS_IND_ID:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadset;->EXTRA_HF_INDICATORS_IND_VALUE:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadset;->EXTRA_VENDOR_SPECIFIC_HEADSET_EVENT_ARGS:Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->EXTRA_VENDOR_SPECIFIC_HEADSET_EVENT_CMD:Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->EXTRA_VENDOR_SPECIFIC_HEADSET_EVENT_CMD_TYPE:Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->MESSAGE_HEADSET_SERVICE_CONNECTED:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadset;->MESSAGE_HEADSET_SERVICE_DISCONNECTED:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadset;->STATE_AUDIO_CONNECTED:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->STATE_AUDIO_CONNECTING:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->STATE_AUDIO_DISCONNECTED:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->TAG:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadset;->VDBG:Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadset;->VENDOR_RESULT_CODE_COMMAND_ANDROID:Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->VENDOR_SPECIFIC_HEADSET_EVENT_COMPANY_ID_CATEGORY:Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->VENDOR_SPECIFIC_HEADSET_EVENT_IPHONEACCEV:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadset;->VENDOR_SPECIFIC_HEADSET_EVENT_IPHONEACCEV_BATTERY_LEVEL:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadset;->VENDOR_SPECIFIC_HEADSET_EVENT_XAPL:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadset;->VENDOR_SPECIFIC_HEADSET_EVENT_XEVENT:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadset;->VENDOR_SPECIFIC_HEADSET_EVENT_XEVENT_BATTERY_LEVEL:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadset;->clccResponse(IIIIZLjava/lang/String;I)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadset;->close()V,unsupported
-Landroid/bluetooth/BluetoothHeadset;->connect(Landroid/bluetooth/BluetoothDevice;)Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->connectAudio()I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->disconnectAudio()I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->doBind()Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadset;->doUnbind()V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadset;->finalize()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->getActiveDevice()Landroid/bluetooth/BluetoothDevice;,unsupported
-Landroid/bluetooth/BluetoothHeadset;->getAudioRouteAllowed()I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->getAudioState(Landroid/bluetooth/BluetoothDevice;)I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->getConnectedDevices()Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->getConnectionPolicy(Landroid/bluetooth/BluetoothDevice;)I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->getDevicesMatchingConnectionStates([I)Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->getPriority(Landroid/bluetooth/BluetoothDevice;)I,max-target-r
-Landroid/bluetooth/BluetoothHeadset;->isAudioConnected(Landroid/bluetooth/BluetoothDevice;)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->isDisabled()Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadset;->isEnabled()Z,unsupported
-Landroid/bluetooth/BluetoothHeadset;->isInbandRingingEnabled()Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->isNoiseReductionSupported(Landroid/bluetooth/BluetoothDevice;)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->isValidDevice(Landroid/bluetooth/BluetoothDevice;)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadset;->isVoiceRecognitionSupported(Landroid/bluetooth/BluetoothDevice;)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->log(Ljava/lang/String;)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadset;->mAdapter:Landroid/bluetooth/BluetoothAdapter;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadset;->mBluetoothStateChangeCallback:Landroid/bluetooth/IBluetoothStateChangeCallback;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadset;->mConnection:Landroid/bluetooth/IBluetoothProfileServiceConnection;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadset;->mContext:Landroid/content/Context;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadset;->mHandler:Landroid/os/Handler;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadset;->mService:Landroid/bluetooth/IBluetoothHeadset;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadset;->mServiceListener:Landroid/bluetooth/BluetoothProfile$ServiceListener;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadset;->phoneStateChanged(IIILjava/lang/String;ILjava/lang/String;)V,max-target-r
-Landroid/bluetooth/BluetoothHeadset;->sendVendorSpecificResultCode(Landroid/bluetooth/BluetoothDevice;Ljava/lang/String;Ljava/lang/String;)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->setActiveDevice(Landroid/bluetooth/BluetoothDevice;)Z,unsupported
-Landroid/bluetooth/BluetoothHeadset;->setAudioRouteAllowed(Z)I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->setConnectionPolicy(Landroid/bluetooth/BluetoothDevice;I)Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->setForceScoAudio(Z)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadset;->startScoUsingVirtualVoiceCall()Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->startVoiceRecognition(Landroid/bluetooth/BluetoothDevice;)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->stopScoUsingVirtualVoiceCall()Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->stopVoiceRecognition(Landroid/bluetooth/BluetoothDevice;)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadsetClient$NetworkServiceState$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadsetClient$NetworkServiceState$1;->newArray(I)[Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadsetClient$NetworkServiceState;->CREATOR:Landroid/os/Parcelable$Creator;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadsetClient$NetworkServiceState;->describeContents()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadsetClient$NetworkServiceState;->getDevice()Landroid/bluetooth/BluetoothDevice;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadsetClient$NetworkServiceState;->getNetworkOperatorName()Ljava/lang/String;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadsetClient$NetworkServiceState;->getSignalStrength()I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadsetClient$NetworkServiceState;->isRoaming()Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadsetClient$NetworkServiceState;->isServiceAvailable()Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadsetClient$NetworkServiceState;->writeToParcel(Landroid/os/Parcel;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadsetClient;->ACTION_AG_EVENT:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->ACTION_AUDIO_STATE_CHANGED:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->ACTION_CALL_CHANGED:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->ACTION_CONNECTION_STATE_CHANGED:Ljava/lang/String;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadsetClient;->ACTION_LAST_VTAG:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->ACTION_NETWORK_SERVICE_STATE_CHANGED:Ljava/lang/String;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadsetClient;->ACTION_RESULT:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->ACTION_RESULT_ERROR:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->ACTION_RESULT_ERROR_BLACKLISTED:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->ACTION_RESULT_ERROR_BUSY:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->ACTION_RESULT_ERROR_CME:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->ACTION_RESULT_ERROR_DELAYED:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->ACTION_RESULT_ERROR_NO_ANSWER:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->ACTION_RESULT_ERROR_NO_CARRIER:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->ACTION_RESULT_OK:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->CALL_ACCEPT_HOLD:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->CALL_ACCEPT_NONE:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->CALL_ACCEPT_TERMINATE:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_CORPORATE_PERSONALIZATION_PIN_REQUIRED:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_CORPORATE_PERSONALIZATION_PUK_REQUIRED:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_DIAL_STRING_TOO_LONG:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_EAP_NOT_SUPPORTED:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_EMERGENCY_SERVICE_ONLY:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_HIDDEN_KEY_REQUIRED:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_INCORRECT_PARAMETERS:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_INCORRECT_PASSWORD:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_INVALID_CHARACTER_IN_DIAL_STRING:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_INVALID_CHARACTER_IN_TEXT_STRING:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_INVALID_INDEX:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_MEMORY_FAILURE:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_MEMORY_FULL:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_NETWORK_PERSONALIZATION_PIN_REQUIRED:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_NETWORK_PERSONALIZATION_PUK_REQUIRED:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_NETWORK_SUBSET_PERSONALIZATION_PIN_REQUIRED:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_NETWORK_SUBSET_PERSONALIZATION_PUK_REQUIRED:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_NETWORK_TIMEOUT:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_NOT_FOUND:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_NOT_SUPPORTED_FOR_VOIP:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_NO_CONNECTION_TO_PHONE:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_NO_NETWORK_SERVICE:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_NO_SIMULTANOUS_VOIP_CS_CALLS:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_OPERATION_NOT_ALLOWED:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_OPERATION_NOT_SUPPORTED:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_PHFSIM_PIN_REQUIRED:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_PHFSIM_PUK_REQUIRED:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_PHONE_FAILURE:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_PHSIM_PIN_REQUIRED:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_SERVICE_PROVIDER_PERSONALIZATION_PIN_REQUIRED:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_SERVICE_PROVIDER_PERSONALIZATION_PUK_REQUIRED:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_SIM_BUSY:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_SIM_FAILURE:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_SIM_NOT_INSERTED:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_SIM_PIN2_REQUIRED:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_SIM_PIN_REQUIRED:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_SIM_PUK2_REQUIRED:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_SIM_PUK_REQUIRED:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_SIM_WRONG:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_SIP_RESPONSE_CODE:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_TEXT_STRING_TOO_LONG:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->DBG:Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->EXTRA_AG_FEATURE_3WAY_CALLING:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->EXTRA_AG_FEATURE_ACCEPT_HELD_OR_WAITING_CALL:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->EXTRA_AG_FEATURE_ATTACH_NUMBER_TO_VT:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->EXTRA_AG_FEATURE_ECC:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->EXTRA_AG_FEATURE_MERGE:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->EXTRA_AG_FEATURE_MERGE_AND_DETACH:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->EXTRA_AG_FEATURE_REJECT_CALL:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->EXTRA_AG_FEATURE_RELEASE_AND_ACCEPT:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->EXTRA_AG_FEATURE_RELEASE_HELD_OR_WAITING_CALL:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->EXTRA_AG_FEATURE_RESPONSE_AND_HOLD:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->EXTRA_AG_FEATURE_VOICE_RECOGNITION:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->EXTRA_AUDIO_WBS:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->EXTRA_BATTERY_LEVEL:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->EXTRA_CALL:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->EXTRA_CME_CODE:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->EXTRA_IN_BAND_RING:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->EXTRA_NETWORK_ROAMING:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->EXTRA_NETWORK_SERVICE_STATE:Ljava/lang/String;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadsetClient;->EXTRA_NETWORK_SIGNAL_STRENGTH:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->EXTRA_NETWORK_STATUS:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->EXTRA_NUMBER:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->EXTRA_OPERATOR_NAME:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->EXTRA_RESULT_CODE:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->EXTRA_SUBSCRIBER_INFO:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->EXTRA_VOICE_RECOGNITION:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->STATE_AUDIO_CONNECTED:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->STATE_AUDIO_CONNECTING:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->STATE_AUDIO_DISCONNECTED:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->TAG:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->VDBG:Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->acceptCall(Landroid/bluetooth/BluetoothDevice;I)Z,max-target-r
-Landroid/bluetooth/BluetoothHeadsetClient;->close()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadsetClient;->connect(Landroid/bluetooth/BluetoothDevice;)Z,max-target-r
-Landroid/bluetooth/BluetoothHeadsetClient;->connectAudio(Landroid/bluetooth/BluetoothDevice;)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->dial(Landroid/bluetooth/BluetoothDevice;Ljava/lang/String;)Landroid/bluetooth/BluetoothHeadsetClientCall;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z,max-target-r
-Landroid/bluetooth/BluetoothHeadsetClient;->disconnectAudio(Landroid/bluetooth/BluetoothDevice;)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->enterPrivateMode(Landroid/bluetooth/BluetoothDevice;I)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->explicitCallTransfer(Landroid/bluetooth/BluetoothDevice;)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->finalize()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadsetClient;->getAudioRouteAllowed(Landroid/bluetooth/BluetoothDevice;)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->getAudioState(Landroid/bluetooth/BluetoothDevice;)I,max-target-r
-Landroid/bluetooth/BluetoothHeadsetClient;->getConnectedDevices()Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadsetClient;->getConnectionPolicy(Landroid/bluetooth/BluetoothDevice;)I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadsetClient;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadsetClient;->getCurrentAgEvents(Landroid/bluetooth/BluetoothDevice;)Landroid/os/Bundle;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->getCurrentAgFeatures(Landroid/bluetooth/BluetoothDevice;)Landroid/os/Bundle;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->getCurrentCalls(Landroid/bluetooth/BluetoothDevice;)Ljava/util/List;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->getDevicesMatchingConnectionStates([I)Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadsetClient;->getLastVoiceTagNumber(Landroid/bluetooth/BluetoothDevice;)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->getNetworkServiceState(Landroid/bluetooth/BluetoothDevice;)Landroid/bluetooth/BluetoothHeadsetClient$NetworkServiceState;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadsetClient;->getPriority(Landroid/bluetooth/BluetoothDevice;)I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->holdCall(Landroid/bluetooth/BluetoothDevice;)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->isEnabled()Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->isValidDevice(Landroid/bluetooth/BluetoothDevice;)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->log(Ljava/lang/String;)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->mAdapter:Landroid/bluetooth/BluetoothAdapter;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->rejectCall(Landroid/bluetooth/BluetoothDevice;)Z,max-target-r
-Landroid/bluetooth/BluetoothHeadsetClient;->sendDTMF(Landroid/bluetooth/BluetoothDevice;B)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->setAudioRouteAllowed(Landroid/bluetooth/BluetoothDevice;Z)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->setConnectionPolicy(Landroid/bluetooth/BluetoothDevice;I)Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadsetClient;->setPriority(Landroid/bluetooth/BluetoothDevice;I)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->startVoiceRecognition(Landroid/bluetooth/BluetoothDevice;)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->stopVoiceRecognition(Landroid/bluetooth/BluetoothDevice;)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClient;->terminateCall(Landroid/bluetooth/BluetoothDevice;Landroid/bluetooth/BluetoothHeadsetClientCall;)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClientCall$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadsetClientCall$1;->newArray(I)[Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadsetClientCall;-><init>(Landroid/bluetooth/BluetoothDevice;IILjava/lang/String;ZZZ)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClientCall;-><init>(Landroid/bluetooth/BluetoothDevice;ILjava/util/UUID;ILjava/lang/String;ZZZ)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClientCall;->CALL_STATE_ACTIVE:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClientCall;->CALL_STATE_ALERTING:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClientCall;->CALL_STATE_DIALING:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClientCall;->CALL_STATE_HELD:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClientCall;->CALL_STATE_HELD_BY_RESPONSE_AND_HOLD:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClientCall;->CALL_STATE_INCOMING:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClientCall;->CALL_STATE_TERMINATED:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClientCall;->CALL_STATE_WAITING:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClientCall;->CREATOR:Landroid/os/Parcelable$Creator;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClientCall;->describeContents()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadsetClientCall;->getCreationElapsedMilli()J,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClientCall;->getDevice()Landroid/bluetooth/BluetoothDevice;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClientCall;->getId()I,max-target-r
-Landroid/bluetooth/BluetoothHeadsetClientCall;->getNumber()Ljava/lang/String;,max-target-r
-Landroid/bluetooth/BluetoothHeadsetClientCall;->getState()I,max-target-r
-Landroid/bluetooth/BluetoothHeadsetClientCall;->getUUID()Ljava/util/UUID;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClientCall;->isInBandRing()Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClientCall;->isMultiParty()Z,max-target-r
-Landroid/bluetooth/BluetoothHeadsetClientCall;->isOutgoing()Z,max-target-r
-Landroid/bluetooth/BluetoothHeadsetClientCall;->mCreationElapsedMilli:J,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClientCall;->mDevice:Landroid/bluetooth/BluetoothDevice;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClientCall;->mId:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClientCall;->mInBandRing:Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClientCall;->mMultiParty:Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClientCall;->mNumber:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClientCall;->mOutgoing:Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClientCall;->mState:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClientCall;->mUUID:Ljava/util/UUID;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClientCall;->setMultiParty(Z)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClientCall;->setNumber(Ljava/lang/String;)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClientCall;->setState(I)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClientCall;->toString()Ljava/lang/String;,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHeadsetClientCall;->toString(Z)Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHeadsetClientCall;->writeToParcel(Landroid/os/Parcel;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHealth;->APP_CONFIG_REGISTRATION_FAILURE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHealth;->APP_CONFIG_REGISTRATION_SUCCESS:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHealth;->APP_CONFIG_UNREGISTRATION_FAILURE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHealth;->APP_CONFIG_UNREGISTRATION_SUCCESS:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHealth;->CHANNEL_TYPE_RELIABLE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHealth;->CHANNEL_TYPE_STREAMING:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHealth;->SINK_ROLE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHealth;->SOURCE_ROLE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHealth;->STATE_CHANNEL_CONNECTED:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHealth;->STATE_CHANNEL_CONNECTING:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHealth;->STATE_CHANNEL_DISCONNECTED:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHealth;->STATE_CHANNEL_DISCONNECTING:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHealth;->TAG:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHealth;->connectChannelToSource(Landroid/bluetooth/BluetoothDevice;Landroid/bluetooth/BluetoothHealthAppConfiguration;)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHealth;->disconnectChannel(Landroid/bluetooth/BluetoothDevice;Landroid/bluetooth/BluetoothHealthAppConfiguration;I)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHealth;->getConnectedDevices()Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHealth;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHealth;->getDevicesMatchingConnectionStates([I)Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHealth;->getMainChannelFd(Landroid/bluetooth/BluetoothDevice;Landroid/bluetooth/BluetoothHealthAppConfiguration;)Landroid/os/ParcelFileDescriptor;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHealth;->registerSinkAppConfiguration(Ljava/lang/String;ILandroid/bluetooth/BluetoothHealthCallback;)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHealth;->unregisterAppConfiguration(Landroid/bluetooth/BluetoothHealthAppConfiguration;)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHealthAppConfiguration$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHealthAppConfiguration$1;->newArray(I)[Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHealthAppConfiguration;->CREATOR:Landroid/os/Parcelable$Creator;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHealthAppConfiguration;->describeContents()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHealthAppConfiguration;->getDataType()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHealthAppConfiguration;->getName()Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHealthAppConfiguration;->getRole()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHealthAppConfiguration;->writeToParcel(Landroid/os/Parcel;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHealthCallback;-><init>()V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHealthCallback;->TAG:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHealthCallback;->onHealthAppConfigurationStatusChange(Landroid/bluetooth/BluetoothHealthAppConfiguration;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHealthCallback;->onHealthChannelStateChange(Landroid/bluetooth/BluetoothHealthAppConfiguration;Landroid/bluetooth/BluetoothDevice;IILandroid/os/ParcelFileDescriptor;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHearingAid;->ACTION_ACTIVE_DEVICE_CHANGED:Ljava/lang/String;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHearingAid;->ACTION_CONNECTION_STATE_CHANGED:Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHearingAid;->DBG:Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHearingAid;->HI_SYNC_ID_INVALID:J,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHearingAid;->MODE_BINAURAL:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHearingAid;->MODE_MONAURAL:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHearingAid;->SIDE_LEFT:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHearingAid;->SIDE_RIGHT:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHearingAid;->TAG:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHearingAid;->VDBG:Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHearingAid;->close()V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHearingAid;->connect(Landroid/bluetooth/BluetoothDevice;)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHearingAid;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHearingAid;->getActiveDevices()Ljava/util/List;,max-target-r
-Landroid/bluetooth/BluetoothHearingAid;->getConnectedDevices()Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHearingAid;->getConnectionPolicy(Landroid/bluetooth/BluetoothDevice;)I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHearingAid;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHearingAid;->getDeviceMode(Landroid/bluetooth/BluetoothDevice;)I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHearingAid;->getDeviceSide(Landroid/bluetooth/BluetoothDevice;)I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHearingAid;->getDevicesMatchingConnectionStates([I)Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHearingAid;->getHiSyncId(Landroid/bluetooth/BluetoothDevice;)J,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHearingAid;->getPriority(Landroid/bluetooth/BluetoothDevice;)I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHearingAid;->isEnabled()Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHearingAid;->isValidDevice(Landroid/bluetooth/BluetoothDevice;)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHearingAid;->log(Ljava/lang/String;)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHearingAid;->mAdapter:Landroid/bluetooth/BluetoothAdapter;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHearingAid;->setActiveDevice(Landroid/bluetooth/BluetoothDevice;)Z,max-target-r
-Landroid/bluetooth/BluetoothHearingAid;->setConnectionPolicy(Landroid/bluetooth/BluetoothDevice;I)Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHearingAid;->setPriority(Landroid/bluetooth/BluetoothDevice;I)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHearingAid;->setVolume(I)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHearingAid;->stateToString(I)Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidDevice$Callback;-><init>()V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice$Callback;->TAG:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidDevice$Callback;->onAppStatusChanged(Landroid/bluetooth/BluetoothDevice;Z)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice$Callback;->onConnectionStateChanged(Landroid/bluetooth/BluetoothDevice;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice$Callback;->onGetReport(Landroid/bluetooth/BluetoothDevice;BBI)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice$Callback;->onInterruptData(Landroid/bluetooth/BluetoothDevice;B[B)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice$Callback;->onSetProtocol(Landroid/bluetooth/BluetoothDevice;B)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice$Callback;->onSetReport(Landroid/bluetooth/BluetoothDevice;BB[B)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice$Callback;->onVirtualCableUnplug(Landroid/bluetooth/BluetoothDevice;)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice$CallbackWrapper$$ExternalSyntheticLambda0;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice$CallbackWrapper$$ExternalSyntheticLambda1;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice$CallbackWrapper$$ExternalSyntheticLambda2;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice$CallbackWrapper$$ExternalSyntheticLambda3;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice$CallbackWrapper$$ExternalSyntheticLambda4;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice$CallbackWrapper$$ExternalSyntheticLambda5;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice$CallbackWrapper$$ExternalSyntheticLambda6;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice$CallbackWrapper;->mCallback:Landroid/bluetooth/BluetoothHidDevice$Callback;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidDevice$CallbackWrapper;->mExecutor:Ljava/util/concurrent/Executor;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidDevice$CallbackWrapper;->onAppStatusChanged(Landroid/bluetooth/BluetoothDevice;Z)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidDevice$CallbackWrapper;->onConnectionStateChanged(Landroid/bluetooth/BluetoothDevice;I)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidDevice$CallbackWrapper;->onGetReport(Landroid/bluetooth/BluetoothDevice;BBI)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidDevice$CallbackWrapper;->onInterruptData(Landroid/bluetooth/BluetoothDevice;B[B)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidDevice$CallbackWrapper;->onSetProtocol(Landroid/bluetooth/BluetoothDevice;B)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidDevice$CallbackWrapper;->onSetReport(Landroid/bluetooth/BluetoothDevice;BB[B)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidDevice$CallbackWrapper;->onVirtualCableUnplug(Landroid/bluetooth/BluetoothDevice;)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidDevice;->ACTION_CONNECTION_STATE_CHANGED:Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->ERROR_RSP_INVALID_PARAM:B,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->ERROR_RSP_INVALID_RPT_ID:B,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->ERROR_RSP_NOT_READY:B,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->ERROR_RSP_SUCCESS:B,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->ERROR_RSP_UNKNOWN:B,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->ERROR_RSP_UNSUPPORTED_REQ:B,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->PROTOCOL_BOOT_MODE:B,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->PROTOCOL_REPORT_MODE:B,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->REPORT_TYPE_FEATURE:B,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->REPORT_TYPE_INPUT:B,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->REPORT_TYPE_OUTPUT:B,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->SUBCLASS1_COMBO:B,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->SUBCLASS1_KEYBOARD:B,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->SUBCLASS1_MOUSE:B,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->SUBCLASS1_NONE:B,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->SUBCLASS2_CARD_READER:B,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->SUBCLASS2_DIGITIZER_TABLET:B,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->SUBCLASS2_GAMEPAD:B,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->SUBCLASS2_JOYSTICK:B,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->SUBCLASS2_REMOTE_CONTROL:B,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->SUBCLASS2_SENSING_DEVICE:B,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->SUBCLASS2_UNCATEGORIZED:B,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->TAG:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidDevice;->close()V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidDevice;->connect(Landroid/bluetooth/BluetoothDevice;)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->getConnectedDevices()Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->getDevicesMatchingConnectionStates([I)Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->getUserAppName()Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidDevice;->mAdapter:Landroid/bluetooth/BluetoothAdapter;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidDevice;->registerApp(Landroid/bluetooth/BluetoothHidDeviceAppSdpSettings;Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;Ljava/util/concurrent/Executor;Landroid/bluetooth/BluetoothHidDevice$Callback;)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->replyReport(Landroid/bluetooth/BluetoothDevice;BB[B)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->reportError(Landroid/bluetooth/BluetoothDevice;B)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->sendReport(Landroid/bluetooth/BluetoothDevice;I[B)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->setConnectionPolicy(Landroid/bluetooth/BluetoothDevice;I)Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->unregisterApp()Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDeviceAppQosSettings$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDeviceAppQosSettings$1;->newArray(I)[Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;-><init>(IIIIII)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;->CREATOR:Landroid/os/Parcelable$Creator;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;->MAX:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;->SERVICE_BEST_EFFORT:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;->SERVICE_GUARANTEED:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;->SERVICE_NO_TRAFFIC:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;->describeContents()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;->getDelayVariation()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;->getLatency()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;->getPeakBandwidth()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;->getServiceType()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;->getTokenBucketSize()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;->getTokenRate()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;->mDelayVariation:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;->mLatency:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;->mPeakBandwidth:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;->mServiceType:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;->mTokenBucketSize:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;->mTokenRate:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;->writeToParcel(Landroid/os/Parcel;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDeviceAppSdpSettings$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDeviceAppSdpSettings$1;->newArray(I)[Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDeviceAppSdpSettings;-><init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;B[B)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDeviceAppSdpSettings;->CREATOR:Landroid/os/Parcelable$Creator;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDeviceAppSdpSettings;->describeContents()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDeviceAppSdpSettings;->getDescription()Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDeviceAppSdpSettings;->getDescriptors()[B,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDeviceAppSdpSettings;->getName()Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDeviceAppSdpSettings;->getProvider()Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDeviceAppSdpSettings;->getSubclass()B,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidDeviceAppSdpSettings;->mDescription:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidDeviceAppSdpSettings;->mDescriptors:[B,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidDeviceAppSdpSettings;->mName:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidDeviceAppSdpSettings;->mProvider:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidDeviceAppSdpSettings;->mSubclass:B,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidDeviceAppSdpSettings;->writeToParcel(Landroid/os/Parcel;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidHost;->ACTION_CONNECTION_STATE_CHANGED:Ljava/lang/String;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidHost;->ACTION_HANDSHAKE:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidHost;->ACTION_IDLE_TIME_CHANGED:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidHost;->ACTION_PROTOCOL_MODE_CHANGED:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidHost;->ACTION_REPORT:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidHost;->ACTION_VIRTUAL_UNPLUG_STATUS:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidHost;->DBG:Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidHost;->EXTRA_IDLE_TIME:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidHost;->EXTRA_PROTOCOL_MODE:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidHost;->EXTRA_REPORT:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidHost;->EXTRA_REPORT_BUFFER_SIZE:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidHost;->EXTRA_REPORT_ID:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidHost;->EXTRA_REPORT_TYPE:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidHost;->EXTRA_STATUS:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidHost;->EXTRA_VIRTUAL_UNPLUG_STATUS:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidHost;->INPUT_CONNECT_FAILED_ALREADY_CONNECTED:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidHost;->INPUT_CONNECT_FAILED_ATTEMPT_FAILED:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidHost;->INPUT_DISCONNECT_FAILED_NOT_CONNECTED:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidHost;->INPUT_OPERATION_GENERIC_FAILURE:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidHost;->INPUT_OPERATION_SUCCESS:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidHost;->PROTOCOL_BOOT_MODE:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidHost;->PROTOCOL_REPORT_MODE:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidHost;->PROTOCOL_UNSUPPORTED_MODE:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidHost;->REPORT_TYPE_FEATURE:B,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidHost;->REPORT_TYPE_INPUT:B,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidHost;->REPORT_TYPE_OUTPUT:B,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidHost;->TAG:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidHost;->VDBG:Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidHost;->VIRTUAL_UNPLUG_STATUS_FAIL:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidHost;->VIRTUAL_UNPLUG_STATUS_SUCCESS:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidHost;->close()V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidHost;->connect(Landroid/bluetooth/BluetoothDevice;)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidHost;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidHost;->getConnectedDevices()Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidHost;->getConnectionPolicy(Landroid/bluetooth/BluetoothDevice;)I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidHost;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidHost;->getDevicesMatchingConnectionStates([I)Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidHost;->getIdleTime(Landroid/bluetooth/BluetoothDevice;)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidHost;->getPriority(Landroid/bluetooth/BluetoothDevice;)I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidHost;->getProtocolMode(Landroid/bluetooth/BluetoothDevice;)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidHost;->getReport(Landroid/bluetooth/BluetoothDevice;BBI)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidHost;->isEnabled()Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidHost;->isValidDevice(Landroid/bluetooth/BluetoothDevice;)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidHost;->log(Ljava/lang/String;)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidHost;->mAdapter:Landroid/bluetooth/BluetoothAdapter;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidHost;->sendData(Landroid/bluetooth/BluetoothDevice;Ljava/lang/String;)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidHost;->setConnectionPolicy(Landroid/bluetooth/BluetoothDevice;I)Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothHidHost;->setIdleTime(Landroid/bluetooth/BluetoothDevice;B)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidHost;->setPriority(Landroid/bluetooth/BluetoothDevice;I)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidHost;->setProtocolMode(Landroid/bluetooth/BluetoothDevice;I)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidHost;->setReport(Landroid/bluetooth/BluetoothDevice;BLjava/lang/String;)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothHidHost;->virtualUnplug(Landroid/bluetooth/BluetoothDevice;)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothInputStream;-><init>(Landroid/bluetooth/BluetoothSocket;)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothInputStream;->available()I,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothInputStream;->close()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothInputStream;->mSocket:Landroid/bluetooth/BluetoothSocket;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothInputStream;->read()I,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothInputStream;->read([BII)I,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio$1$$ExternalSyntheticLambda0;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio$1$$ExternalSyntheticLambda1;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio$1$$ExternalSyntheticLambda2;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio$1$$ExternalSyntheticLambda3;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio$Callback;->onCodecConfigChanged(ILandroid/bluetooth/BluetoothLeAudioCodecStatus;)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio$Callback;->onGroupNodeAdded(Landroid/bluetooth/BluetoothDevice;I)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio$Callback;->onGroupNodeRemoved(Landroid/bluetooth/BluetoothDevice;I)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio$Callback;->onGroupStatusChanged(II)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->ACTION_LE_AUDIO_ACTIVE_DEVICE_CHANGED:Ljava/lang/String;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->ACTION_LE_AUDIO_CONNECTION_STATE_CHANGED:Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->AUDIO_LOCATION_BACK_CENTER:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->AUDIO_LOCATION_BACK_LEFT:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->AUDIO_LOCATION_BACK_RIGHT:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->AUDIO_LOCATION_BOTTOM_FRONT_CENTER:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->AUDIO_LOCATION_BOTTOM_FRONT_LEFT:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->AUDIO_LOCATION_BOTTOM_FRONT_RIGHT:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->AUDIO_LOCATION_FRONT_CENTER:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->AUDIO_LOCATION_FRONT_LEFT:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->AUDIO_LOCATION_FRONT_LEFT_OF_CENTER:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->AUDIO_LOCATION_FRONT_LEFT_WIDE:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->AUDIO_LOCATION_FRONT_RIGHT:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->AUDIO_LOCATION_FRONT_RIGHT_OF_CENTER:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->AUDIO_LOCATION_FRONT_RIGHT_WIDE:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->AUDIO_LOCATION_INVALID:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->AUDIO_LOCATION_LEFT_SURROUND:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->AUDIO_LOCATION_LOW_FREQ_EFFECTS_ONE:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->AUDIO_LOCATION_LOW_FREQ_EFFECTS_TWO:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->AUDIO_LOCATION_RIGHT_SURROUND:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->AUDIO_LOCATION_SIDE_LEFT:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->AUDIO_LOCATION_SIDE_RIGHT:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->AUDIO_LOCATION_TOP_BACK_CENTER:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->AUDIO_LOCATION_TOP_BACK_LEFT:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->AUDIO_LOCATION_TOP_BACK_RIGHT:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->AUDIO_LOCATION_TOP_CENTER:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->AUDIO_LOCATION_TOP_FRONT_CENTER:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->AUDIO_LOCATION_TOP_FRONT_LEFT:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->AUDIO_LOCATION_TOP_FRONT_RIGHT:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->AUDIO_LOCATION_TOP_SIDE_LEFT:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->AUDIO_LOCATION_TOP_SIDE_RIGHT:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->EXTRA_LE_AUDIO_GROUP_ID:Ljava/lang/String;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->GROUP_ID_INVALID:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->close()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->finalize()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->getAudioLocation(Landroid/bluetooth/BluetoothDevice;)I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->getCodecStatus(I)Landroid/bluetooth/BluetoothLeAudioCodecStatus;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->getConnectedDevices()Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->getConnectedGroupLeadDevice(I)Landroid/bluetooth/BluetoothDevice;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->getConnectionPolicy(Landroid/bluetooth/BluetoothDevice;)I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->getDevicesMatchingConnectionStates([I)Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->getGroupId(Landroid/bluetooth/BluetoothDevice;)I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->registerCallback(Ljava/util/concurrent/Executor;Landroid/bluetooth/BluetoothLeAudio$Callback;)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->setCodecConfigPreference(ILandroid/bluetooth/BluetoothLeAudioCodecConfig;Landroid/bluetooth/BluetoothLeAudioCodecConfig;)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->setConnectionPolicy(Landroid/bluetooth/BluetoothDevice;I)Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->setVolume(I)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->unregisterCallback(Landroid/bluetooth/BluetoothLeAudio$Callback;)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig$1;->newArray(I)[Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig$Builder;-><init>()V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig$Builder;-><init>(Landroid/bluetooth/BluetoothLeAudioCodecConfig;)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig$Builder;->build()Landroid/bluetooth/BluetoothLeAudioCodecConfig;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig$Builder;->setBitsPerSample(I)Landroid/bluetooth/BluetoothLeAudioCodecConfig$Builder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig$Builder;->setChannelCount(I)Landroid/bluetooth/BluetoothLeAudioCodecConfig$Builder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig$Builder;->setCodecPriority(I)Landroid/bluetooth/BluetoothLeAudioCodecConfig$Builder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig$Builder;->setCodecType(I)Landroid/bluetooth/BluetoothLeAudioCodecConfig$Builder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig$Builder;->setFrameDuration(I)Landroid/bluetooth/BluetoothLeAudioCodecConfig$Builder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig$Builder;->setMaxOctetsPerFrame(I)Landroid/bluetooth/BluetoothLeAudioCodecConfig$Builder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig$Builder;->setMinOctetsPerFrame(I)Landroid/bluetooth/BluetoothLeAudioCodecConfig$Builder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig$Builder;->setOctetsPerFrame(I)Landroid/bluetooth/BluetoothLeAudioCodecConfig$Builder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig$Builder;->setSampleRate(I)Landroid/bluetooth/BluetoothLeAudioCodecConfig$Builder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->BITS_PER_SAMPLE_16:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->BITS_PER_SAMPLE_24:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->BITS_PER_SAMPLE_32:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->BITS_PER_SAMPLE_NONE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->CHANNEL_COUNT_1:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->CHANNEL_COUNT_2:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->CHANNEL_COUNT_NONE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->CODEC_PRIORITY_DEFAULT:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->CODEC_PRIORITY_DISABLED:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->CODEC_PRIORITY_HIGHEST:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->CREATOR:Landroid/os/Parcelable$Creator;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->FRAME_DURATION_10000:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->FRAME_DURATION_7500:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->FRAME_DURATION_NONE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->SAMPLE_RATE_16000:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->SAMPLE_RATE_24000:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->SAMPLE_RATE_32000:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->SAMPLE_RATE_44100:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->SAMPLE_RATE_48000:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->SAMPLE_RATE_8000:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->SAMPLE_RATE_NONE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->SOURCE_CODEC_TYPE_INVALID:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->SOURCE_CODEC_TYPE_LC3:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->describeContents()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->equals(Ljava/lang/Object;)Z,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->getBitsPerSample()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->getChannelCount()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->getCodecName()Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->getCodecPriority()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->getCodecType()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->getFrameDuration()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->getMaxOctetsPerFrame()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->getMinOctetsPerFrame()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->getOctetsPerFrame()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->getSampleRate()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->hashCode()I,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->toString()Ljava/lang/String;,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->writeToParcel(Landroid/os/Parcel;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfigMetadata$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfigMetadata$1;->newArray(I)[Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfigMetadata$Builder$$ExternalSyntheticLambda0;->test(Ljava/lang/Object;)Z,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfigMetadata$Builder;-><init>()V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfigMetadata$Builder;-><init>(Landroid/bluetooth/BluetoothLeAudioCodecConfigMetadata;)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfigMetadata$Builder;->build()Landroid/bluetooth/BluetoothLeAudioCodecConfigMetadata;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfigMetadata$Builder;->setAudioLocation(J)Landroid/bluetooth/BluetoothLeAudioCodecConfigMetadata$Builder;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfigMetadata;->CREATOR:Landroid/os/Parcelable$Creator;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfigMetadata;->describeContents()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfigMetadata;->equals(Ljava/lang/Object;)Z,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfigMetadata;->fromRawBytes([B)Landroid/bluetooth/BluetoothLeAudioCodecConfigMetadata;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfigMetadata;->getAudioLocation()J,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfigMetadata;->getRawMetadata()[B,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfigMetadata;->hashCode()I,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfigMetadata;->writeToParcel(Landroid/os/Parcel;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecStatus$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecStatus$1;->newArray(I)[Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecStatus;-><init>(Landroid/bluetooth/BluetoothLeAudioCodecConfig;Landroid/bluetooth/BluetoothLeAudioCodecConfig;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecStatus;->CREATOR:Landroid/os/Parcelable$Creator;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecStatus;->EXTRA_LE_AUDIO_CODEC_STATUS:Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecStatus;->describeContents()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecStatus;->equals(Ljava/lang/Object;)Z,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecStatus;->getInputCodecConfig()Landroid/bluetooth/BluetoothLeAudioCodecConfig;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecStatus;->getInputCodecLocalCapabilities()Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecStatus;->getInputCodecSelectableCapabilities()Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecStatus;->getOutputCodecConfig()Landroid/bluetooth/BluetoothLeAudioCodecConfig;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecStatus;->getOutputCodecLocalCapabilities()Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecStatus;->getOutputCodecSelectableCapabilities()Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecStatus;->hashCode()I,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecStatus;->isInputCodecConfigSelectable(Landroid/bluetooth/BluetoothLeAudioCodecConfig;)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecStatus;->isOutputCodecConfigSelectable(Landroid/bluetooth/BluetoothLeAudioCodecConfig;)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecStatus;->toString()Ljava/lang/String;,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecStatus;->writeToParcel(Landroid/os/Parcel;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioContentMetadata$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioContentMetadata$1;->newArray(I)[Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioContentMetadata$Builder$$ExternalSyntheticLambda0;->test(Ljava/lang/Object;)Z,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioContentMetadata$Builder$$ExternalSyntheticLambda1;->test(Ljava/lang/Object;)Z,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioContentMetadata$Builder;-><init>()V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioContentMetadata$Builder;-><init>(Landroid/bluetooth/BluetoothLeAudioContentMetadata;)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioContentMetadata$Builder;->build()Landroid/bluetooth/BluetoothLeAudioContentMetadata;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioContentMetadata$Builder;->setLanguage(Ljava/lang/String;)Landroid/bluetooth/BluetoothLeAudioContentMetadata$Builder;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioContentMetadata$Builder;->setProgramInfo(Ljava/lang/String;)Landroid/bluetooth/BluetoothLeAudioContentMetadata$Builder;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioContentMetadata;->CREATOR:Landroid/os/Parcelable$Creator;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioContentMetadata;->describeContents()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioContentMetadata;->equals(Ljava/lang/Object;)Z,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioContentMetadata;->fromRawBytes([B)Landroid/bluetooth/BluetoothLeAudioContentMetadata;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioContentMetadata;->getLanguage()Ljava/lang/String;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioContentMetadata;->getProgramInfo()Ljava/lang/String;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioContentMetadata;->getRawMetadata()[B,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioContentMetadata;->hashCode()I,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioContentMetadata;->writeToParcel(Landroid/os/Parcel;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcast$2$$ExternalSyntheticLambda0;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcast$2$$ExternalSyntheticLambda1;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcast$2$$ExternalSyntheticLambda2;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcast$2$$ExternalSyntheticLambda3;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcast$2$$ExternalSyntheticLambda4;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcast$2$$ExternalSyntheticLambda5;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcast$2$$ExternalSyntheticLambda6;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcast$2$$ExternalSyntheticLambda7;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcast$2$$ExternalSyntheticLambda8;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcast$Callback;->onBroadcastMetadataChanged(ILandroid/bluetooth/BluetoothLeBroadcastMetadata;)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcast$Callback;->onBroadcastStartFailed(I)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcast$Callback;->onBroadcastStarted(II)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcast$Callback;->onBroadcastStopFailed(I)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcast$Callback;->onBroadcastStopped(II)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcast$Callback;->onBroadcastUpdateFailed(II)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcast$Callback;->onBroadcastUpdated(II)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcast$Callback;->onPlaybackStarted(II)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcast$Callback;->onPlaybackStopped(II)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcast;->close()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcast;->finalize()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcast;->getAllBroadcastMetadata()Ljava/util/List;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcast;->getConnectedDevices()Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcast;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcast;->getDevicesMatchingConnectionStates([I)Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcast;->getMaximumNumberOfBroadcasts()I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcast;->isPlaying(I)Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcast;->registerCallback(Ljava/util/concurrent/Executor;Landroid/bluetooth/BluetoothLeBroadcast$Callback;)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcast;->startBroadcast(Landroid/bluetooth/BluetoothLeAudioContentMetadata;[B)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcast;->stopBroadcast(I)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcast;->unregisterCallback(Landroid/bluetooth/BluetoothLeBroadcast$Callback;)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcast;->updateBroadcast(ILandroid/bluetooth/BluetoothLeAudioContentMetadata;)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistant$Callback;->onReceiveStateChanged(Landroid/bluetooth/BluetoothDevice;ILandroid/bluetooth/BluetoothLeBroadcastReceiveState;)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistant$Callback;->onSearchStartFailed(I)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistant$Callback;->onSearchStarted(I)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistant$Callback;->onSearchStopFailed(I)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistant$Callback;->onSearchStopped(I)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistant$Callback;->onSourceAddFailed(Landroid/bluetooth/BluetoothDevice;Landroid/bluetooth/BluetoothLeBroadcastMetadata;I)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistant$Callback;->onSourceAdded(Landroid/bluetooth/BluetoothDevice;II)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistant$Callback;->onSourceFound(Landroid/bluetooth/BluetoothLeBroadcastMetadata;)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistant$Callback;->onSourceModified(Landroid/bluetooth/BluetoothDevice;II)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistant$Callback;->onSourceModifyFailed(Landroid/bluetooth/BluetoothDevice;II)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistant$Callback;->onSourceRemoveFailed(Landroid/bluetooth/BluetoothDevice;II)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistant$Callback;->onSourceRemoved(Landroid/bluetooth/BluetoothDevice;II)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistant;->ACTION_CONNECTION_STATE_CHANGED:Ljava/lang/String;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistant;->addSource(Landroid/bluetooth/BluetoothDevice;Landroid/bluetooth/BluetoothLeBroadcastMetadata;Z)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistant;->close()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistant;->finalize()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistant;->getAllSources(Landroid/bluetooth/BluetoothDevice;)Ljava/util/List;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistant;->getConnectedDevices()Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistant;->getConnectionPolicy(Landroid/bluetooth/BluetoothDevice;)I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistant;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistant;->getDevicesMatchingConnectionStates([I)Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistant;->getMaximumSourceCapacity(Landroid/bluetooth/BluetoothDevice;)I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistant;->isSearchInProgress()Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistant;->modifySource(Landroid/bluetooth/BluetoothDevice;ILandroid/bluetooth/BluetoothLeBroadcastMetadata;)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistant;->registerCallback(Ljava/util/concurrent/Executor;Landroid/bluetooth/BluetoothLeBroadcastAssistant$Callback;)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistant;->removeSource(Landroid/bluetooth/BluetoothDevice;I)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistant;->setConnectionPolicy(Landroid/bluetooth/BluetoothDevice;I)Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistant;->startSearchingForSources(Ljava/util/List;)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistant;->stopSearchingForSources()V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistant;->unregisterCallback(Landroid/bluetooth/BluetoothLeBroadcastAssistant$Callback;)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistantCallback$$ExternalSyntheticLambda0;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistantCallback$$ExternalSyntheticLambda10;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistantCallback$$ExternalSyntheticLambda11;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistantCallback$$ExternalSyntheticLambda1;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistantCallback$$ExternalSyntheticLambda2;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistantCallback$$ExternalSyntheticLambda3;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistantCallback$$ExternalSyntheticLambda4;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistantCallback$$ExternalSyntheticLambda5;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistantCallback$$ExternalSyntheticLambda6;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistantCallback$$ExternalSyntheticLambda7;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistantCallback$$ExternalSyntheticLambda8;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistantCallback$$ExternalSyntheticLambda9;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastChannel$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastChannel$1;->newArray(I)[Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastChannel$Builder;-><init>()V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastChannel$Builder;-><init>(Landroid/bluetooth/BluetoothLeBroadcastChannel;)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastChannel$Builder;->build()Landroid/bluetooth/BluetoothLeBroadcastChannel;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastChannel$Builder;->setChannelIndex(I)Landroid/bluetooth/BluetoothLeBroadcastChannel$Builder;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastChannel$Builder;->setCodecMetadata(Landroid/bluetooth/BluetoothLeAudioCodecConfigMetadata;)Landroid/bluetooth/BluetoothLeBroadcastChannel$Builder;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastChannel$Builder;->setSelected(Z)Landroid/bluetooth/BluetoothLeBroadcastChannel$Builder;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastChannel;->CREATOR:Landroid/os/Parcelable$Creator;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastChannel;->describeContents()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastChannel;->equals(Ljava/lang/Object;)Z,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastChannel;->getChannelIndex()I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastChannel;->getCodecMetadata()Landroid/bluetooth/BluetoothLeAudioCodecConfigMetadata;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastChannel;->hashCode()I,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastChannel;->isSelected()Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastChannel;->writeToParcel(Landroid/os/Parcel;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastMetadata$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastMetadata$1;->newArray(I)[Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastMetadata$Builder;-><init>()V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastMetadata$Builder;-><init>(Landroid/bluetooth/BluetoothLeBroadcastMetadata;)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastMetadata$Builder;->addSubgroup(Landroid/bluetooth/BluetoothLeBroadcastSubgroup;)Landroid/bluetooth/BluetoothLeBroadcastMetadata$Builder;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastMetadata$Builder;->build()Landroid/bluetooth/BluetoothLeBroadcastMetadata;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastMetadata$Builder;->clearSubgroup()Landroid/bluetooth/BluetoothLeBroadcastMetadata$Builder;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastMetadata$Builder;->setBroadcastCode([B)Landroid/bluetooth/BluetoothLeBroadcastMetadata$Builder;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastMetadata$Builder;->setBroadcastId(I)Landroid/bluetooth/BluetoothLeBroadcastMetadata$Builder;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastMetadata$Builder;->setEncrypted(Z)Landroid/bluetooth/BluetoothLeBroadcastMetadata$Builder;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastMetadata$Builder;->setPaSyncInterval(I)Landroid/bluetooth/BluetoothLeBroadcastMetadata$Builder;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastMetadata$Builder;->setPresentationDelayMicros(I)Landroid/bluetooth/BluetoothLeBroadcastMetadata$Builder;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastMetadata$Builder;->setSourceAdvertisingSid(I)Landroid/bluetooth/BluetoothLeBroadcastMetadata$Builder;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastMetadata$Builder;->setSourceDevice(Landroid/bluetooth/BluetoothDevice;I)Landroid/bluetooth/BluetoothLeBroadcastMetadata$Builder;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastMetadata;->CREATOR:Landroid/os/Parcelable$Creator;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastMetadata;->PA_SYNC_INTERVAL_UNKNOWN:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastMetadata;->describeContents()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastMetadata;->equals(Ljava/lang/Object;)Z,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastMetadata;->getBroadcastCode()[B,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastMetadata;->getBroadcastId()I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastMetadata;->getPaSyncInterval()I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastMetadata;->getPresentationDelayMicros()I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastMetadata;->getSourceAddressType()I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastMetadata;->getSourceAdvertisingSid()I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastMetadata;->getSourceDevice()Landroid/bluetooth/BluetoothDevice;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastMetadata;->getSubgroups()Ljava/util/List;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastMetadata;->hashCode()I,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastMetadata;->isEncrypted()Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastMetadata;->writeToParcel(Landroid/os/Parcel;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastReceiveState$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastReceiveState$1;->newArray(I)[Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastReceiveState;->BIG_ENCRYPTION_STATE_BAD_CODE:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastReceiveState;->BIG_ENCRYPTION_STATE_CODE_REQUIRED:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastReceiveState;->BIG_ENCRYPTION_STATE_DECRYPTING:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastReceiveState;->BIG_ENCRYPTION_STATE_NOT_ENCRYPTED:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastReceiveState;->CREATOR:Landroid/os/Parcelable$Creator;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastReceiveState;->PA_SYNC_STATE_FAILED_TO_SYNCHRONIZE:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastReceiveState;->PA_SYNC_STATE_IDLE:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastReceiveState;->PA_SYNC_STATE_NO_PAST:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastReceiveState;->PA_SYNC_STATE_SYNCHRONIZED:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastReceiveState;->PA_SYNC_STATE_SYNCINFO_REQUEST:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastReceiveState;->describeContents()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastReceiveState;->getBadCode()[B,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastReceiveState;->getBigEncryptionState()I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastReceiveState;->getBisSyncState()Ljava/util/List;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastReceiveState;->getBroadcastId()I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastReceiveState;->getNumSubgroups()I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastReceiveState;->getPaSyncState()I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastReceiveState;->getSourceAddressType()I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastReceiveState;->getSourceAdvertisingSid()I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastReceiveState;->getSourceDevice()Landroid/bluetooth/BluetoothDevice;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastReceiveState;->getSourceId()I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastReceiveState;->getSubgroupMetadata()Ljava/util/List;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastReceiveState;->writeToParcel(Landroid/os/Parcel;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastSubgroup$$ExternalSyntheticLambda0;->test(Ljava/lang/Object;)Z,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastSubgroup$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastSubgroup$1;->newArray(I)[Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastSubgroup$Builder;-><init>()V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastSubgroup$Builder;-><init>(Landroid/bluetooth/BluetoothLeBroadcastSubgroup;)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastSubgroup$Builder;->addChannel(Landroid/bluetooth/BluetoothLeBroadcastChannel;)Landroid/bluetooth/BluetoothLeBroadcastSubgroup$Builder;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastSubgroup$Builder;->build()Landroid/bluetooth/BluetoothLeBroadcastSubgroup;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastSubgroup$Builder;->clearChannel()Landroid/bluetooth/BluetoothLeBroadcastSubgroup$Builder;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastSubgroup$Builder;->setCodecId(J)Landroid/bluetooth/BluetoothLeBroadcastSubgroup$Builder;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastSubgroup$Builder;->setCodecSpecificConfig(Landroid/bluetooth/BluetoothLeAudioCodecConfigMetadata;)Landroid/bluetooth/BluetoothLeBroadcastSubgroup$Builder;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastSubgroup$Builder;->setContentMetadata(Landroid/bluetooth/BluetoothLeAudioContentMetadata;)Landroid/bluetooth/BluetoothLeBroadcastSubgroup$Builder;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastSubgroup;->CREATOR:Landroid/os/Parcelable$Creator;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastSubgroup;->describeContents()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastSubgroup;->equals(Ljava/lang/Object;)Z,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastSubgroup;->getChannels()Ljava/util/List;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastSubgroup;->getCodecId()J,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastSubgroup;->getCodecSpecificConfig()Landroid/bluetooth/BluetoothLeAudioCodecConfigMetadata;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastSubgroup;->getContentMetadata()Landroid/bluetooth/BluetoothLeAudioContentMetadata;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastSubgroup;->hasChannelPreference()Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastSubgroup;->hashCode()I,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastSubgroup;->writeToParcel(Landroid/os/Parcel;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeCall$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeCall$1;->newArray(I)[Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeCall;->describeContents()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeCall;->equals(Ljava/lang/Object;)Z,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeCall;->hashCode()I,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeCall;->toString()Ljava/lang/String;,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeCall;->writeToParcel(Landroid/os/Parcel;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeCallControl$3;->handleMessage(Landroid/os/Message;)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeCallControl$CallbackWrapper$$ExternalSyntheticLambda0;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeCallControl$CallbackWrapper$$ExternalSyntheticLambda1;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeCallControl$CallbackWrapper$$ExternalSyntheticLambda2;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeCallControl$CallbackWrapper$$ExternalSyntheticLambda3;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeCallControl$CallbackWrapper$$ExternalSyntheticLambda4;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeCallControl$CallbackWrapper$$ExternalSyntheticLambda5;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeCallControl;->getConnectedDevices()Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeCallControl;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothLeCallControl;->getDevicesMatchingConnectionStates([I)Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothManager;-><init>(Landroid/content/Context;)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothManager;->DBG:Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothManager;->TAG:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothManager;->getAdapter()Landroid/bluetooth/BluetoothAdapter;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothManager;->getConnectedDevices(I)Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothManager;->getConnectionState(Landroid/bluetooth/BluetoothDevice;I)I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothManager;->getDevicesMatchingConnectionStates(I[I)Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothManager;->mAdapter:Landroid/bluetooth/BluetoothAdapter;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothManager;->openGattServer(Landroid/content/Context;Landroid/bluetooth/BluetoothGattServerCallback;)Landroid/bluetooth/BluetoothGattServer;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothManager;->openGattServer(Landroid/content/Context;Landroid/bluetooth/BluetoothGattServerCallback;I)Landroid/bluetooth/BluetoothGattServer;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothMap$2;->apply(Ljava/lang/Object;)Ljava/lang/Object;,blocked,test-api
-Landroid/bluetooth/BluetoothMap;->ACTION_CONNECTION_STATE_CHANGED:Ljava/lang/String;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothMap;->DBG:Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothMap;->RESULT_CANCELED:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothMap;->RESULT_FAILURE:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothMap;->RESULT_SUCCESS:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothMap;->STATE_ERROR:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothMap;->TAG:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothMap;->VDBG:Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothMap;->close()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothMap;->connect(Landroid/bluetooth/BluetoothDevice;)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothMap;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z,max-target-r
-Landroid/bluetooth/BluetoothMap;->doesClassMatchSink(Landroid/bluetooth/BluetoothClass;)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothMap;->finalize()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothMap;->getClient()Landroid/bluetooth/BluetoothDevice;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothMap;->getConnectedDevices()Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothMap;->getConnectionPolicy(Landroid/bluetooth/BluetoothDevice;)I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothMap;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothMap;->getDevicesMatchingConnectionStates([I)Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothMap;->getPriority(Landroid/bluetooth/BluetoothDevice;)I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothMap;->getState()I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothMap;->isConnected(Landroid/bluetooth/BluetoothDevice;)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothMap;->isEnabled()Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothMap;->isValidDevice(Landroid/bluetooth/BluetoothDevice;)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothMap;->log(Ljava/lang/String;)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothMap;->mAdapter:Landroid/bluetooth/BluetoothAdapter;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothMap;->setConnectionPolicy(Landroid/bluetooth/BluetoothDevice;I)Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothMap;->setPriority(Landroid/bluetooth/BluetoothDevice;I)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothMapClient;->ACTION_CONNECTION_STATE_CHANGED:Ljava/lang/String;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothMapClient;->ACTION_MESSAGE_DELIVERED_SUCCESSFULLY:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothMapClient;->ACTION_MESSAGE_RECEIVED:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothMapClient;->ACTION_MESSAGE_SENT_SUCCESSFULLY:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothMapClient;->DBG:Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothMapClient;->EXTRA_MESSAGE_HANDLE:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothMapClient;->EXTRA_SENDER_CONTACT_NAME:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothMapClient;->EXTRA_SENDER_CONTACT_URI:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothMapClient;->RESULT_CANCELED:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothMapClient;->RESULT_FAILURE:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothMapClient;->RESULT_SUCCESS:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothMapClient;->STATE_ERROR:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothMapClient;->TAG:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothMapClient;->VDBG:Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothMapClient;->close()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothMapClient;->connect(Landroid/bluetooth/BluetoothDevice;)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothMapClient;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothMapClient;->finalize()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothMapClient;->getConnectedDevices()Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothMapClient;->getConnectionPolicy(Landroid/bluetooth/BluetoothDevice;)I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothMapClient;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothMapClient;->getDevicesMatchingConnectionStates([I)Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothMapClient;->getPriority(Landroid/bluetooth/BluetoothDevice;)I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothMapClient;->getUnreadMessages(Landroid/bluetooth/BluetoothDevice;)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothMapClient;->isConnected(Landroid/bluetooth/BluetoothDevice;)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothMapClient;->isEnabled()Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothMapClient;->isValidDevice(Landroid/bluetooth/BluetoothDevice;)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothMapClient;->mAdapter:Landroid/bluetooth/BluetoothAdapter;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothMapClient;->sendMessage(Landroid/bluetooth/BluetoothDevice;Ljava/util/Collection;Ljava/lang/String;Landroid/app/PendingIntent;Landroid/app/PendingIntent;)Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothMapClient;->sendMessage(Landroid/bluetooth/BluetoothDevice;[Landroid/net/Uri;Ljava/lang/String;Landroid/app/PendingIntent;Landroid/app/PendingIntent;)Z,max-target-r
-Landroid/bluetooth/BluetoothMapClient;->setConnectionPolicy(Landroid/bluetooth/BluetoothDevice;I)Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothMapClient;->setPriority(Landroid/bluetooth/BluetoothDevice;I)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothMasInstance$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothMasInstance$1;->newArray(I)[Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothMasInstance$MessageType;-><init>()V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothMasInstance$MessageType;->EMAIL:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothMasInstance$MessageType;->MMS:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothMasInstance$MessageType;->SMS_CDMA:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothMasInstance$MessageType;->SMS_GSM:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothMasInstance;-><init>(ILjava/lang/String;II)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothMasInstance;->CREATOR:Landroid/os/Parcelable$Creator;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothMasInstance;->describeContents()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothMasInstance;->equals(Ljava/lang/Object;)Z,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothMasInstance;->getChannel()I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothMasInstance;->getId()I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothMasInstance;->getMsgTypes()I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothMasInstance;->getName()Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothMasInstance;->hashCode()I,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothMasInstance;->mChannel:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothMasInstance;->mId:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothMasInstance;->mMsgTypes:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothMasInstance;->mName:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothMasInstance;->msgSupported(I)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothMasInstance;->toString()Ljava/lang/String;,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothMasInstance;->writeToParcel(Landroid/os/Parcel;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothOutputStream;-><init>(Landroid/bluetooth/BluetoothSocket;)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothOutputStream;->close()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothOutputStream;->mSocket:Landroid/bluetooth/BluetoothSocket;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothOutputStream;->write(I)V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothOutputStream;->write([BII)V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothPan$2$$ExternalSyntheticLambda0;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothPan$2$$ExternalSyntheticLambda1;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothPan;-><init>(Landroid/content/Context;Landroid/bluetooth/BluetoothProfile$ServiceListener;Landroid/bluetooth/BluetoothAdapter;)V,unsupported
-Landroid/bluetooth/BluetoothPan;->ACTION_CONNECTION_STATE_CHANGED:Ljava/lang/String;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothPan;->ACTION_TETHERING_STATE_CHANGED:Ljava/lang/String;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothPan;->DBG:Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothPan;->EXTRA_LOCAL_ROLE:Ljava/lang/String;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothPan;->EXTRA_TETHERING_STATE:Ljava/lang/String;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothPan;->LOCAL_NAP_ROLE:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothPan;->LOCAL_PANU_ROLE:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothPan;->PAN_CONNECT_FAILED_ALREADY_CONNECTED:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothPan;->PAN_CONNECT_FAILED_ATTEMPT_FAILED:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothPan;->PAN_DISCONNECT_FAILED_NOT_CONNECTED:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothPan;->PAN_OPERATION_GENERIC_FAILURE:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothPan;->PAN_OPERATION_SUCCESS:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothPan;->PAN_ROLE_NONE:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothPan;->REMOTE_NAP_ROLE:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothPan;->REMOTE_PANU_ROLE:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothPan;->TAG:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothPan;->TETHERING_STATE_OFF:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothPan;->TETHERING_STATE_ON:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothPan;->VDBG:Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothPan;->close()V,unsupported
-Landroid/bluetooth/BluetoothPan;->connect(Landroid/bluetooth/BluetoothDevice;)Z,max-target-r
-Landroid/bluetooth/BluetoothPan;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z,unsupported
-Landroid/bluetooth/BluetoothPan;->finalize()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothPan;->getConnectedDevices()Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothPan;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothPan;->getDevicesMatchingConnectionStates([I)Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothPan;->isEnabled()Z,unsupported
-Landroid/bluetooth/BluetoothPan;->isTetheringOn()Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothPan;->isValidDevice(Landroid/bluetooth/BluetoothDevice;)Z,unsupported
-Landroid/bluetooth/BluetoothPan;->log(Ljava/lang/String;)V,unsupported
-Landroid/bluetooth/BluetoothPan;->mAdapter:Landroid/bluetooth/BluetoothAdapter;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothPan;->mContext:Landroid/content/Context;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothPan;->setBluetoothTethering(Z)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothPan;->setConnectionPolicy(Landroid/bluetooth/BluetoothDevice;I)Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothPbap;->ACTION_CONNECTION_STATE_CHANGED:Ljava/lang/String;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothPbap;->DBG:Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothPbap;->RESULT_CANCELED:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothPbap;->RESULT_FAILURE:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothPbap;->RESULT_SUCCESS:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothPbap;->TAG:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothPbap;->close()V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothPbap;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z,max-target-r
-Landroid/bluetooth/BluetoothPbap;->finalize()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothPbap;->getConnectedDevices()Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothPbap;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothPbap;->getDevicesMatchingConnectionStates([I)Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothPbap;->log(Ljava/lang/String;)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothPbap;->mAdapter:Landroid/bluetooth/BluetoothAdapter;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothPbap;->setConnectionPolicy(Landroid/bluetooth/BluetoothDevice;I)Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothPbapClient;->ACTION_CONNECTION_STATE_CHANGED:Ljava/lang/String;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothPbapClient;->DBG:Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothPbapClient;->RESULT_CANCELED:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothPbapClient;->RESULT_FAILURE:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothPbapClient;->RESULT_SUCCESS:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothPbapClient;->STATE_ERROR:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothPbapClient;->TAG:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothPbapClient;->VDBG:Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothPbapClient;->close()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothPbapClient;->connect(Landroid/bluetooth/BluetoothDevice;)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothPbapClient;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothPbapClient;->finalize()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothPbapClient;->getConnectedDevices()Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothPbapClient;->getConnectionPolicy(Landroid/bluetooth/BluetoothDevice;)I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothPbapClient;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothPbapClient;->getDevicesMatchingConnectionStates([I)Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothPbapClient;->getPriority(Landroid/bluetooth/BluetoothDevice;)I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothPbapClient;->isEnabled()Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothPbapClient;->isValidDevice(Landroid/bluetooth/BluetoothDevice;)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothPbapClient;->log(Ljava/lang/String;)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothPbapClient;->mAdapter:Landroid/bluetooth/BluetoothAdapter;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothPbapClient;->setConnectionPolicy(Landroid/bluetooth/BluetoothDevice;I)Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothPbapClient;->setPriority(Landroid/bluetooth/BluetoothDevice;I)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothProfile$ServiceListener;->onServiceConnected(ILandroid/bluetooth/BluetoothProfile;)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothProfile$ServiceListener;->onServiceDisconnected(I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->A2DP:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->A2DP_SINK:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->AVRCP:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothProfile;->AVRCP_CONTROLLER:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->CONNECTION_POLICY_ALLOWED:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->CONNECTION_POLICY_FORBIDDEN:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->CONNECTION_POLICY_UNKNOWN:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->CSIP_SET_COORDINATOR:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->EXTRA_PREVIOUS_STATE:Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->EXTRA_STATE:Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->GATT:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->GATT_SERVER:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->HAP_CLIENT:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->HEADSET:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->HEADSET_CLIENT:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->HEALTH:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->HEARING_AID:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->HID_DEVICE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->HID_HOST:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->LE_AUDIO:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->LE_AUDIO_BROADCAST:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->LE_AUDIO_BROADCAST_ASSISTANT:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->MAP:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->MAP_CLIENT:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->MAX_PROFILE_ID:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothProfile;->OPP:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->PAN:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->PBAP:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->PBAP_CLIENT:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->PRIORITY_AUTO_CONNECT:I,max-target-r
-Landroid/bluetooth/BluetoothProfile;->PRIORITY_OFF:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->PRIORITY_ON:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->PRIORITY_UNDEFINED:I,unsupported
-Landroid/bluetooth/BluetoothProfile;->SAP:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->STATE_CONNECTED:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->STATE_CONNECTING:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->STATE_DISCONNECTED:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->STATE_DISCONNECTING:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->VOLUME_CONTROL:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->getConnectedDevices()Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->getConnectionStateName(I)Ljava/lang/String;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->getDevicesMatchingConnectionStates([I)Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->getProfileName(I)Ljava/lang/String;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothProfileConnector$2;->onServiceConnected(Landroid/content/ComponentName;Landroid/os/IBinder;)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothProfileConnector$2;->onServiceDisconnected(Landroid/content/ComponentName;)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothProfileConnector;->finalize()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothSap$2;->apply(Ljava/lang/Object;)Ljava/lang/Object;,blocked,test-api
-Landroid/bluetooth/BluetoothSap;->ACTION_CONNECTION_STATE_CHANGED:Ljava/lang/String;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothSap;->DBG:Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSap;->RESULT_CANCELED:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSap;->RESULT_SUCCESS:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSap;->STATE_ERROR:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSap;->TAG:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSap;->VDBG:Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSap;->close()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothSap;->connect(Landroid/bluetooth/BluetoothDevice;)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSap;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z,max-target-r
-Landroid/bluetooth/BluetoothSap;->finalize()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothSap;->getClient()Landroid/bluetooth/BluetoothDevice;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSap;->getConnectedDevices()Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothSap;->getConnectionPolicy(Landroid/bluetooth/BluetoothDevice;)I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothSap;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothSap;->getDevicesMatchingConnectionStates([I)Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothSap;->getPriority(Landroid/bluetooth/BluetoothDevice;)I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSap;->getState()I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSap;->isConnected(Landroid/bluetooth/BluetoothDevice;)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSap;->isEnabled()Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSap;->isValidDevice(Landroid/bluetooth/BluetoothDevice;)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSap;->log(Ljava/lang/String;)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSap;->mAdapter:Landroid/bluetooth/BluetoothAdapter;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSap;->setConnectionPolicy(Landroid/bluetooth/BluetoothDevice;I)Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothSap;->setPriority(Landroid/bluetooth/BluetoothDevice;I)Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothServerSocket;-><init>(IZZI)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothServerSocket;-><init>(IZZIZZ)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothServerSocket;-><init>(IZZLandroid/os/ParcelUuid;)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothServerSocket;->DBG:Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothServerSocket;->TAG:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothServerSocket;->accept()Landroid/bluetooth/BluetoothSocket;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothServerSocket;->accept(I)Landroid/bluetooth/BluetoothSocket;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothServerSocket;->close()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothServerSocket;->getChannel()I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothServerSocket;->getPsm()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothServerSocket;->mChannel:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothServerSocket;->mHandler:Landroid/os/Handler;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothServerSocket;->mMessage:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothServerSocket;->mSocket:Landroid/bluetooth/BluetoothSocket;,unsupported
-Landroid/bluetooth/BluetoothServerSocket;->setChannel(I)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothServerSocket;->setCloseHandler(Landroid/os/Handler;I)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothServerSocket;->setServiceName(Ljava/lang/String;)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothServerSocket;->toString()Ljava/lang/String;,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothSocket$SocketState;->CLOSED:Landroid/bluetooth/BluetoothSocket$SocketState;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSocket$SocketState;->CONNECTED:Landroid/bluetooth/BluetoothSocket$SocketState;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSocket$SocketState;->INIT:Landroid/bluetooth/BluetoothSocket$SocketState;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSocket$SocketState;->LISTENING:Landroid/bluetooth/BluetoothSocket$SocketState;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSocket$SocketState;->valueOf(Ljava/lang/String;)Landroid/bluetooth/BluetoothSocket$SocketState;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSocket$SocketState;->values()[Landroid/bluetooth/BluetoothSocket$SocketState;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSocket;-><init>(IIZZLandroid/bluetooth/BluetoothDevice;ILandroid/os/ParcelUuid;)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSocket;-><init>(IIZZLandroid/bluetooth/BluetoothDevice;ILandroid/os/ParcelUuid;ZZ)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSocket;-><init>(IIZZLjava/lang/String;I)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSocket;-><init>(Landroid/bluetooth/BluetoothSocket;)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSocket;->BTSOCK_FLAG_NO_SDP:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSocket;->DBG:Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSocket;->EADDRINUSE:I,max-target-r
-Landroid/bluetooth/BluetoothSocket;->EBADFD:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSocket;->MAX_L2CAP_PACKAGE_SIZE:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSocket;->MAX_RFCOMM_CHANNEL:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSocket;->PROXY_CONNECTION_TIMEOUT:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSocket;->SEC_FLAG_AUTH:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSocket;->SEC_FLAG_AUTH_16_DIGIT:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSocket;->SEC_FLAG_AUTH_MITM:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSocket;->SEC_FLAG_ENCRYPT:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSocket;->SOCK_SIGNAL_SIZE:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSocket;->TAG:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSocket;->TYPE_L2CAP:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothSocket;->TYPE_L2CAP_BREDR:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSocket;->TYPE_L2CAP_LE:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSocket;->TYPE_RFCOMM:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothSocket;->TYPE_SCO:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothSocket;->VDBG:Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSocket;->accept(I)Landroid/bluetooth/BluetoothSocket;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSocket;->acceptSocket(Ljava/lang/String;)Landroid/bluetooth/BluetoothSocket;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSocket;->available()I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSocket;->bindListen()I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSocket;->close()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothSocket;->connect()V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothSocket;->convertAddr([B)Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSocket;->createL2capRxBuffer()V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSocket;->fillL2capRxBuffer()I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSocket;->finalize()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothSocket;->getConnectionType()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothSocket;->getInputStream()Ljava/io/InputStream;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothSocket;->getMaxReceivePacketSize()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothSocket;->getMaxTransmitPacketSize()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothSocket;->getOutputStream()Ljava/io/OutputStream;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothSocket;->getPort()I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSocket;->getRemoteDevice()Landroid/bluetooth/BluetoothDevice;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothSocket;->getSecurityFlags()I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSocket;->isConnected()Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothSocket;->mAddress:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSocket;->mAuth:Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSocket;->mAuthMitm:Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSocket;->mDevice:Landroid/bluetooth/BluetoothDevice;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSocket;->mEncrypt:Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSocket;->mExcludeSdp:Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSocket;->mFd:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSocket;->mInputStream:Landroid/bluetooth/BluetoothInputStream;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSocket;->mL2capBuffer:Ljava/nio/ByteBuffer;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSocket;->mMaxRxPacketSize:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSocket;->mMaxTxPacketSize:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSocket;->mMin16DigitPin:Z,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSocket;->mOutputStream:Landroid/bluetooth/BluetoothOutputStream;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSocket;->mPfd:Landroid/os/ParcelFileDescriptor;,unsupported
-Landroid/bluetooth/BluetoothSocket;->mPort:I,unsupported
-Landroid/bluetooth/BluetoothSocket;->mServiceName:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSocket;->mSocket:Landroid/net/LocalSocket;,unsupported
-Landroid/bluetooth/BluetoothSocket;->mSocketIS:Ljava/io/InputStream;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSocket;->mSocketOS:Ljava/io/OutputStream;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSocket;->mSocketState:Landroid/bluetooth/BluetoothSocket$SocketState;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSocket;->mType:I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSocket;->mUuid:Landroid/os/ParcelUuid;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSocket;->read([BII)I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSocket;->readAll(Ljava/io/InputStream;[B)I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSocket;->readInt(Ljava/io/InputStream;)I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSocket;->removeChannel()V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSocket;->requestMaximumTxDataLength()V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSocket;->setExcludeSdp(Z)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSocket;->setServiceName(Ljava/lang/String;)V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSocket;->waitSocketSignal(Ljava/io/InputStream;)Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothSocket;->write([BII)I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothStatusCodes;->ALLOWED:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_ALREADY_IN_TARGET_STATE:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_ANOTHER_ACTIVE_OOB_REQUEST:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_AUDIO_DEVICE_ALREADY_CONNECTED:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_AUDIO_DEVICE_ALREADY_DISCONNECTED:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_AUDIO_ROUTE_BLOCKED:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_BAD_PARAMETERS:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_BLUETOOTH_NOT_ALLOWED:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_BLUETOOTH_NOT_ENABLED:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_CALL_ACTIVE:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_CSIP_GROUP_LOCKED_BY_OTHER:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_CSIP_INVALID_GROUP_ID:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_CSIP_LOCKED_GROUP_MEMBER_LOST:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_DEVICE_NOT_BONDED:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_GATT_WRITE_NOT_ALLOWED:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_GATT_WRITE_REQUEST_BUSY:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_HAP_INVALID_PRESET_INDEX:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_HAP_PRESET_NAME_TOO_LONG:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_HARDWARE_GENERIC:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_LE_BROADCAST_ASSISTANT_DUPLICATE_ADDITION:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_LE_BROADCAST_ASSISTANT_INVALID_SOURCE_ID:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_LE_BROADCAST_INVALID_BROADCAST_ID:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_LE_BROADCAST_INVALID_CODE:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_LE_CONTENT_METADATA_INVALID_LANGUAGE:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_LE_CONTENT_METADATA_INVALID_OTHER:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_LE_CONTENT_METADATA_INVALID_PROGRAM_INFO:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_LOCAL_NOT_ENOUGH_RESOURCES:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_MISSING_BLUETOOTH_CONNECT_PERMISSION:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_NOT_ACTIVE_DEVICE:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_NO_ACTIVE_DEVICES:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_PROFILE_NOT_CONNECTED:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_PROFILE_SERVICE_NOT_BOUND:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_REMOTE_LINK_ERROR:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_REMOTE_NOT_ENOUGH_RESOURCES:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_REMOTE_OPERATION_NOT_SUPPORTED:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_REMOTE_OPERATION_REJECTED:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_TIMEOUT:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_UNKNOWN:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->FEATURE_NOT_SUPPORTED:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->FEATURE_SUPPORTED:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->NOT_ALLOWED:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->REASON_LOCAL_APP_REQUEST:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->REASON_LOCAL_STACK_REQUEST:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->REASON_REMOTE_REQUEST:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->REASON_SYSTEM_POLICY:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->RFCOMM_LISTENER_FAILED_TO_CLOSE_SERVER_SOCKET:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->RFCOMM_LISTENER_FAILED_TO_CREATE_SERVER_SOCKET:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->RFCOMM_LISTENER_NO_SOCKET_AVAILABLE:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->RFCOMM_LISTENER_OPERATION_FAILED_DIFFERENT_APP:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->RFCOMM_LISTENER_OPERATION_FAILED_NO_MATCHING_SERVICE_RECORD:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->RFCOMM_LISTENER_START_FAILED_UUID_IN_USE:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->SUCCESS:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;-><init>()V,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothUuid;->A2DP_SINK:Landroid/os/ParcelUuid;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->A2DP_SOURCE:Landroid/os/ParcelUuid;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->ADV_AUDIO_DIST:Landroid/os/ParcelUuid;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->AVRCP:Landroid/os/ParcelUuid;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->AVRCP_CONTROLLER:Landroid/os/ParcelUuid;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->AVRCP_TARGET:Landroid/os/ParcelUuid;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->BASE_UUID:Landroid/os/ParcelUuid;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->BASS:Landroid/os/ParcelUuid;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->BNEP:Landroid/os/ParcelUuid;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->CAP:Landroid/os/ParcelUuid;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->COORDINATED_SET:Landroid/os/ParcelUuid;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->DIP:Landroid/os/ParcelUuid;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->GENERIC_MEDIA_CONTROL:Landroid/os/ParcelUuid;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->HAS:Landroid/os/ParcelUuid;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->HEARING_AID:Landroid/os/ParcelUuid;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->HFP:Landroid/os/ParcelUuid;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->HFP_AG:Landroid/os/ParcelUuid;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->HID:Landroid/os/ParcelUuid;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->HOGP:Landroid/os/ParcelUuid;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->HSP:Landroid/os/ParcelUuid;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->HSP_AG:Landroid/os/ParcelUuid;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->LE_AUDIO:Landroid/os/ParcelUuid;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->MAP:Landroid/os/ParcelUuid;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->MAS:Landroid/os/ParcelUuid;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->MEDIA_CONTROL:Landroid/os/ParcelUuid;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->MNS:Landroid/os/ParcelUuid;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->NAP:Landroid/os/ParcelUuid;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->OBEX_OBJECT_PUSH:Landroid/os/ParcelUuid;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->PANU:Landroid/os/ParcelUuid;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->PBAP_PCE:Landroid/os/ParcelUuid;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->PBAP_PSE:Landroid/os/ParcelUuid;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->SAP:Landroid/os/ParcelUuid;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->UUID_BYTES_128_BIT:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->UUID_BYTES_16_BIT:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->UUID_BYTES_32_BIT:I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->VOLUME_CONTROL:Landroid/os/ParcelUuid;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->containsAnyUuid([Landroid/os/ParcelUuid;[Landroid/os/ParcelUuid;)Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->getServiceIdentifierFromParcelUuid(Landroid/os/ParcelUuid;)I,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothUuid;->is16BitUuid(Landroid/os/ParcelUuid;)Z,unsupported
-Landroid/bluetooth/BluetoothUuid;->is32BitUuid(Landroid/os/ParcelUuid;)Z,unsupported
-Landroid/bluetooth/BluetoothUuid;->parseUuidFrom([B)Landroid/os/ParcelUuid;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->uuidToBytes(Landroid/os/ParcelUuid;)[B,lo-prio,max-target-o
-Landroid/bluetooth/BluetoothVolumeControl$1$$ExternalSyntheticLambda0;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothVolumeControl$Callback;->onVolumeOffsetChanged(Landroid/bluetooth/BluetoothDevice;I)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothVolumeControl;->ACTION_CONNECTION_STATE_CHANGED:Ljava/lang/String;,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothVolumeControl;->close()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothVolumeControl;->finalize()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothVolumeControl;->getConnectedDevices()Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothVolumeControl;->getConnectionPolicy(Landroid/bluetooth/BluetoothDevice;)I,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothVolumeControl;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothVolumeControl;->getDevicesMatchingConnectionStates([I)Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothVolumeControl;->isVolumeOffsetAvailable(Landroid/bluetooth/BluetoothDevice;)Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothVolumeControl;->registerCallback(Ljava/util/concurrent/Executor;Landroid/bluetooth/BluetoothVolumeControl$Callback;)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothVolumeControl;->setConnectionPolicy(Landroid/bluetooth/BluetoothDevice;I)Z,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothVolumeControl;->setVolumeOffset(Landroid/bluetooth/BluetoothDevice;I)V,sdk,system-api,test-api
-Landroid/bluetooth/BluetoothVolumeControl;->unregisterCallback(Landroid/bluetooth/BluetoothVolumeControl$Callback;)V,sdk,system-api,test-api
-Landroid/bluetooth/BufferConstraint$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BufferConstraint$1;->newArray(I)[Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BufferConstraint;-><init>(III)V,sdk,system-api,test-api
-Landroid/bluetooth/BufferConstraint;->CREATOR:Landroid/os/Parcelable$Creator;,sdk,system-api,test-api
-Landroid/bluetooth/BufferConstraint;->describeContents()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BufferConstraint;->getDefaultMillis()I,sdk,system-api,test-api
-Landroid/bluetooth/BufferConstraint;->getMaxMillis()I,sdk,system-api,test-api
-Landroid/bluetooth/BufferConstraint;->getMinMillis()I,sdk,system-api,test-api
-Landroid/bluetooth/BufferConstraint;->writeToParcel(Landroid/os/Parcel;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BufferConstraints$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BufferConstraints$1;->newArray(I)[Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BufferConstraints;-><init>(Ljava/util/List;)V,sdk,system-api,test-api
-Landroid/bluetooth/BufferConstraints;->BUFFER_CODEC_MAX_NUM:I,sdk,system-api,test-api
-Landroid/bluetooth/BufferConstraints;->CREATOR:Landroid/os/Parcelable$Creator;,sdk,system-api,test-api
-Landroid/bluetooth/BufferConstraints;->describeContents()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/BufferConstraints;->forCodec(I)Landroid/bluetooth/BufferConstraint;,sdk,system-api,test-api
-Landroid/bluetooth/BufferConstraints;->writeToParcel(Landroid/os/Parcel;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetooth$Default;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetooth$Stub$Proxy;-><init>(Landroid/os/IBinder;)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->fetchRemoteUuids(Landroid/bluetooth/BluetoothDevice;)Z,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->getAddress()Ljava/lang/String;,unsupported
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I,lo-prio,max-target-r
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->getRemoteAlias(Landroid/bluetooth/BluetoothDevice;)Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->getSocketManager()Landroid/bluetooth/IBluetoothSocketManager;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->mRemote:Landroid/os/IBinder;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->DESCRIPTOR:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_cancelBondProcess:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_cancelDiscovery:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_createBond:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_disable:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_enable:I,lo-prio,max-target-r
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_factoryReset:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_fetchRemoteUuids:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_getAdapterConnectionState:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_getAddress:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_getBatteryLevel:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_getBluetoothClass:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_getBondState:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_getBondedDevices:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_getConnectionState:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_getDiscoverableTimeout:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_getDiscoveryEndMillis:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_getLeMaximumAdvertisingDataLength:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_getMaxConnectedAudioDevices:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_getMessageAccessPermission:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_getName:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_getPhonebookAccessPermission:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_getProfileConnectionState:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_getRemoteAlias:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_getRemoteClass:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_getRemoteName:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_getRemoteType:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_getRemoteUuids:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_getScanMode:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_getSimAccessPermission:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_getSocketManager:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_getState:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_getSupportedProfiles:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_getUuids:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_isActivityAndEnergyReportingSupported:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_isBondingInitiatedLocally:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_isDiscovering:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_isLe2MPhySupported:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_isLeCodedPhySupported:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_isLeExtendedAdvertisingSupported:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_isLePeriodicAdvertisingSupported:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_isMultiAdvertisementSupported:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_isOffloadedFilteringSupported:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_isOffloadedScanBatchingSupported:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_onBrEdrDown:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_onLeServiceUp:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_registerCallback:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_removeBond:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_reportActivityInfo:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_requestActivityInfo:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_sdpSearch:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_setBluetoothClass:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_setDiscoverableTimeout:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_setMessageAccessPermission:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_setName:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_setPairingConfirmation:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_setPasskey:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_setPhonebookAccessPermission:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_setPin:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_setRemoteAlias:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_setScanMode:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_setSimAccessPermission:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_startDiscovery:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_unregisterCallback:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetooth$Stub;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetooth$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluetooth;,unsupported
-Landroid/bluetooth/IBluetooth$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetooth;->fetchRemoteUuids(Landroid/bluetooth/BluetoothDevice;)Z,unsupported
-Landroid/bluetooth/IBluetooth;->getAddress()Ljava/lang/String;,unsupported
-Landroid/bluetooth/IBluetooth;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I,unsupported
-Landroid/bluetooth/IBluetooth;->getRemoteAlias(Landroid/bluetooth/BluetoothDevice;)Ljava/lang/String;,unsupported
-Landroid/bluetooth/IBluetooth;->getSocketManager()Landroid/bluetooth/IBluetoothSocketManager;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothA2dp$Default;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothA2dp$Stub$Proxy;-><init>(Landroid/os/IBinder;)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothA2dp$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothA2dp$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothA2dp$Stub$Proxy;->mRemote:Landroid/os/IBinder;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothA2dp$Stub;->DESCRIPTOR:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothA2dp$Stub;->TRANSACTION_connect:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothA2dp$Stub;->TRANSACTION_disableOptionalCodecs:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothA2dp$Stub;->TRANSACTION_disconnect:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothA2dp$Stub;->TRANSACTION_enableOptionalCodecs:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothA2dp$Stub;->TRANSACTION_getActiveDevice:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothA2dp$Stub;->TRANSACTION_getCodecStatus:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothA2dp$Stub;->TRANSACTION_getConnectedDevices:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothA2dp$Stub;->TRANSACTION_getConnectionState:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothA2dp$Stub;->TRANSACTION_getDevicesMatchingConnectionStates:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothA2dp$Stub;->TRANSACTION_isA2dpPlaying:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothA2dp$Stub;->TRANSACTION_isAvrcpAbsoluteVolumeSupported:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothA2dp$Stub;->TRANSACTION_setActiveDevice:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothA2dp$Stub;->TRANSACTION_setAvrcpAbsoluteVolume:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothA2dp$Stub;->TRANSACTION_setCodecConfigPreference:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothA2dp$Stub;->TRANSACTION_setOptionalCodecsEnabled:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothA2dp$Stub;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothA2dp$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluetoothA2dp;,unsupported
-Landroid/bluetooth/IBluetoothA2dp$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothA2dp;->connect(Landroid/bluetooth/BluetoothDevice;Lcom/android/bluetooth/x/com/android/modules/utils/SynchronousResultReceiver;)V,unsupported
-Landroid/bluetooth/IBluetoothA2dp;->disconnect(Landroid/bluetooth/BluetoothDevice;Lcom/android/bluetooth/x/com/android/modules/utils/SynchronousResultReceiver;)V,unsupported
-Landroid/bluetooth/IBluetoothA2dp;->getConnectedDevices(Lcom/android/bluetooth/x/com/android/modules/utils/SynchronousResultReceiver;)V,unsupported
-Landroid/bluetooth/IBluetoothA2dp;->getConnectionState(Landroid/bluetooth/BluetoothDevice;Lcom/android/bluetooth/x/com/android/modules/utils/SynchronousResultReceiver;)V,unsupported
-Landroid/bluetooth/IBluetoothA2dp;->getDevicesMatchingConnectionStates([ILcom/android/bluetooth/x/com/android/modules/utils/SynchronousResultReceiver;)V,unsupported
-Landroid/bluetooth/IBluetoothA2dpSink$Default;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothA2dpSink$Stub$Proxy;-><init>(Landroid/os/IBinder;)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothA2dpSink$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothA2dpSink$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothA2dpSink$Stub$Proxy;->mRemote:Landroid/os/IBinder;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothA2dpSink$Stub;-><init>()V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothA2dpSink$Stub;->DESCRIPTOR:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothA2dpSink$Stub;->TRANSACTION_connect:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothA2dpSink$Stub;->TRANSACTION_disconnect:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothA2dpSink$Stub;->TRANSACTION_getAudioConfig:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothA2dpSink$Stub;->TRANSACTION_getConnectedDevices:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothA2dpSink$Stub;->TRANSACTION_getConnectionState:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothA2dpSink$Stub;->TRANSACTION_getDevicesMatchingConnectionStates:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothA2dpSink$Stub;->TRANSACTION_isA2dpPlaying:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothA2dpSink$Stub;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothA2dpSink$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluetoothA2dpSink;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothA2dpSink$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothActivityEnergyInfoListener$Default;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothActivityEnergyInfoListener$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothActivityEnergyInfoListener$Stub;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothActivityEnergyInfoListener$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothAvrcpController$Default;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothAvrcpController$Stub$Proxy;-><init>(Landroid/os/IBinder;)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothAvrcpController$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothAvrcpController$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothAvrcpController$Stub$Proxy;->mRemote:Landroid/os/IBinder;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothAvrcpController$Stub;-><init>()V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothAvrcpController$Stub;->DESCRIPTOR:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothAvrcpController$Stub;->TRANSACTION_getConnectedDevices:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothAvrcpController$Stub;->TRANSACTION_getConnectionState:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothAvrcpController$Stub;->TRANSACTION_getDevicesMatchingConnectionStates:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothAvrcpController$Stub;->TRANSACTION_getPlayerSettings:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothAvrcpController$Stub;->TRANSACTION_sendGroupNavigationCmd:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothAvrcpController$Stub;->TRANSACTION_setPlayerApplicationSetting:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothAvrcpController$Stub;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothAvrcpController$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluetoothAvrcpController;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothAvrcpController$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothAvrcpTarget$Default;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothAvrcpTarget$Stub$Proxy;-><init>(Landroid/os/IBinder;)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothAvrcpTarget$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothAvrcpTarget$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothAvrcpTarget$Stub$Proxy;->mRemote:Landroid/os/IBinder;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothAvrcpTarget$Stub$Proxy;->sendVolumeChanged(I)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothAvrcpTarget$Stub;-><init>()V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothAvrcpTarget$Stub;->DESCRIPTOR:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothAvrcpTarget$Stub;->TRANSACTION_sendVolumeChanged:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothAvrcpTarget$Stub;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothAvrcpTarget$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluetoothAvrcpTarget;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothAvrcpTarget$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothAvrcpTarget;->sendVolumeChanged(I)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothBattery$Default;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothBattery$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothBattery$Stub;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothBattery$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothCallback$Default;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothCallback$Stub$Proxy;-><init>(Landroid/os/IBinder;)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothCallback$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothCallback$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothCallback$Stub$Proxy;->mRemote:Landroid/os/IBinder;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothCallback$Stub$Proxy;->onBluetoothStateChange(II)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothCallback$Stub;-><init>()V,unsupported
-Landroid/bluetooth/IBluetoothCallback$Stub;->DESCRIPTOR:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothCallback$Stub;->TRANSACTION_onBluetoothStateChange:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothCallback$Stub;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothCallback$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluetoothCallback;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothCallback$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothCallback;->onBluetoothStateChange(II)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothConnectionCallback$Default;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothConnectionCallback$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothConnectionCallback$Stub;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothConnectionCallback$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothCsipSetCoordinator$Default;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothCsipSetCoordinator$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothCsipSetCoordinator$Stub;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothCsipSetCoordinator$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothCsipSetCoordinatorCallback$Default;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothCsipSetCoordinatorCallback$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothCsipSetCoordinatorCallback$Stub;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothCsipSetCoordinatorCallback$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothCsipSetCoordinatorLockCallback$Default;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothCsipSetCoordinatorLockCallback$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothCsipSetCoordinatorLockCallback$Stub;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothCsipSetCoordinatorLockCallback$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothGatt$Default;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;-><init>(Landroid/os/IBinder;)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->mRemote:Landroid/os/IBinder;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGatt$Stub;-><init>()V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGatt$Stub;->DESCRIPTOR:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_addService:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_beginReliableWrite:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_clearServices:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_clientConnect:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_clientDisconnect:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_clientReadPhy:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_clientSetPreferredPhy:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_configureMTU:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_connectionParameterUpdate:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_disconnectAll:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_discoverServiceByUuid:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_discoverServices:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_enableAdvertisingSet:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_endReliableWrite:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_flushPendingBatchResults:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_getDevicesMatchingConnectionStates:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_getOwnAddress:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_leConnectionUpdate:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_numHwTrackFiltersAvailable:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_readCharacteristic:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_readDescriptor:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_readRemoteRssi:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_readUsingCharacteristicUuid:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_refreshDevice:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_registerClient:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_registerForNotification:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_registerScanner:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_registerServer:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_registerSync:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_removeService:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_sendNotification:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_sendResponse:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_serverConnect:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_serverDisconnect:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_serverReadPhy:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_serverSetPreferredPhy:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_setAdvertisingData:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_setAdvertisingParameters:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_setPeriodicAdvertisingData:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_setPeriodicAdvertisingEnable:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_setPeriodicAdvertisingParameters:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_setScanResponseData:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_startAdvertisingSet:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_startScan:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_startScanForIntent:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_stopAdvertisingSet:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_stopScan:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_stopScanForIntent:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_unregAll:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_unregisterClient:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_unregisterScanner:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_unregisterServer:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_unregisterSync:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_writeCharacteristic:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_writeDescriptor:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGatt$Stub;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothGatt$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluetoothGatt;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGatt$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothGattCallback$Default;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;-><init>(Landroid/os/IBinder;)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;->mRemote:Landroid/os/IBinder;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;->onCharacteristicRead(Ljava/lang/String;II[B)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;->onClientConnectionState(IIZLjava/lang/String;)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;->onClientRegistered(II)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;->onConfigureMTU(Ljava/lang/String;II)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;->onConnectionUpdated(Ljava/lang/String;IIII)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;->onDescriptorRead(Ljava/lang/String;II[B)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;->onExecuteWrite(Ljava/lang/String;I)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;->onNotify(Ljava/lang/String;I[B)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;->onPhyRead(Ljava/lang/String;III)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;->onPhyUpdate(Ljava/lang/String;III)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;->onReadRemoteRssi(Ljava/lang/String;II)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;->onSearchComplete(Ljava/lang/String;Ljava/util/List;I)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattCallback$Stub;-><init>()V,unsupported
-Landroid/bluetooth/IBluetoothGattCallback$Stub;->DESCRIPTOR:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattCallback$Stub;->TRANSACTION_onCharacteristicRead:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattCallback$Stub;->TRANSACTION_onCharacteristicWrite:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattCallback$Stub;->TRANSACTION_onClientConnectionState:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattCallback$Stub;->TRANSACTION_onClientRegistered:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattCallback$Stub;->TRANSACTION_onConfigureMTU:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattCallback$Stub;->TRANSACTION_onConnectionUpdated:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattCallback$Stub;->TRANSACTION_onDescriptorRead:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattCallback$Stub;->TRANSACTION_onDescriptorWrite:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattCallback$Stub;->TRANSACTION_onExecuteWrite:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattCallback$Stub;->TRANSACTION_onNotify:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattCallback$Stub;->TRANSACTION_onPhyRead:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattCallback$Stub;->TRANSACTION_onPhyUpdate:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattCallback$Stub;->TRANSACTION_onReadRemoteRssi:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattCallback$Stub;->TRANSACTION_onSearchComplete:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattCallback$Stub;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothGattCallback$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluetoothGattCallback;,unsupported
-Landroid/bluetooth/IBluetoothGattCallback$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothGattCallback;->onCharacteristicRead(Ljava/lang/String;II[B)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattCallback;->onClientConnectionState(IIZLjava/lang/String;)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattCallback;->onClientRegistered(II)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattCallback;->onConfigureMTU(Ljava/lang/String;II)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattCallback;->onConnectionUpdated(Ljava/lang/String;IIII)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattCallback;->onDescriptorRead(Ljava/lang/String;II[B)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattCallback;->onExecuteWrite(Ljava/lang/String;I)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattCallback;->onNotify(Ljava/lang/String;I[B)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattCallback;->onPhyRead(Ljava/lang/String;III)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattCallback;->onPhyUpdate(Ljava/lang/String;III)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattCallback;->onReadRemoteRssi(Ljava/lang/String;II)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattCallback;->onSearchComplete(Ljava/lang/String;Ljava/util/List;I)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattServerCallback$Default;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub$Proxy;-><init>(Landroid/os/IBinder;)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub$Proxy;->mRemote:Landroid/os/IBinder;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub$Proxy;->onCharacteristicReadRequest(Ljava/lang/String;IIZI)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub$Proxy;->onCharacteristicWriteRequest(Ljava/lang/String;IIIZZI[B)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub$Proxy;->onConnectionUpdated(Ljava/lang/String;IIII)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub$Proxy;->onDescriptorReadRequest(Ljava/lang/String;IIZI)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub$Proxy;->onDescriptorWriteRequest(Ljava/lang/String;IIIZZI[B)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub$Proxy;->onExecuteWrite(Ljava/lang/String;IZ)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub$Proxy;->onMtuChanged(Ljava/lang/String;I)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub$Proxy;->onNotificationSent(Ljava/lang/String;I)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub$Proxy;->onPhyRead(Ljava/lang/String;III)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub$Proxy;->onPhyUpdate(Ljava/lang/String;III)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub$Proxy;->onServerConnectionState(IIZLjava/lang/String;)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub$Proxy;->onServerRegistered(II)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub$Proxy;->onServiceAdded(ILandroid/bluetooth/BluetoothGattService;)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub;-><init>()V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub;->DESCRIPTOR:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub;->TRANSACTION_onCharacteristicReadRequest:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub;->TRANSACTION_onCharacteristicWriteRequest:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub;->TRANSACTION_onConnectionUpdated:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub;->TRANSACTION_onDescriptorReadRequest:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub;->TRANSACTION_onDescriptorWriteRequest:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub;->TRANSACTION_onExecuteWrite:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub;->TRANSACTION_onMtuChanged:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub;->TRANSACTION_onNotificationSent:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub;->TRANSACTION_onPhyRead:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub;->TRANSACTION_onPhyUpdate:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub;->TRANSACTION_onServerConnectionState:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub;->TRANSACTION_onServerRegistered:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub;->TRANSACTION_onServiceAdded:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluetoothGattServerCallback;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothGattServerCallback;->onCharacteristicReadRequest(Ljava/lang/String;IIZI)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattServerCallback;->onCharacteristicWriteRequest(Ljava/lang/String;IIIZZI[B)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattServerCallback;->onConnectionUpdated(Ljava/lang/String;IIII)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattServerCallback;->onDescriptorReadRequest(Ljava/lang/String;IIZI)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattServerCallback;->onDescriptorWriteRequest(Ljava/lang/String;IIIZZI[B)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattServerCallback;->onExecuteWrite(Ljava/lang/String;IZ)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattServerCallback;->onMtuChanged(Ljava/lang/String;I)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattServerCallback;->onNotificationSent(Ljava/lang/String;I)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattServerCallback;->onPhyRead(Ljava/lang/String;III)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattServerCallback;->onPhyUpdate(Ljava/lang/String;III)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattServerCallback;->onServerConnectionState(IIZLjava/lang/String;)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattServerCallback;->onServerRegistered(II)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothGattServerCallback;->onServiceAdded(ILandroid/bluetooth/BluetoothGattService;)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHapClient$Default;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothHapClient$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothHapClient$Stub;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothHapClient$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothHapClientCallback$Default;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothHapClientCallback$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothHapClientCallback$Stub;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothHapClientCallback$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothHeadset$Default;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothHeadset$Stub$Proxy;-><init>(Landroid/os/IBinder;)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHeadset$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothHeadset$Stub$Proxy;->connect(Landroid/bluetooth/BluetoothDevice;)Z,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHeadset$Stub$Proxy;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHeadset$Stub$Proxy;->getConnectedDevices()Ljava/util/List;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHeadset$Stub$Proxy;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHeadset$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHeadset$Stub$Proxy;->mRemote:Landroid/os/IBinder;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHeadset$Stub;-><init>()V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHeadset$Stub;->DESCRIPTOR:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHeadset$Stub;->TRANSACTION_clccResponse:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHeadset$Stub;->TRANSACTION_connect:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHeadset$Stub;->TRANSACTION_connectAudio:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHeadset$Stub;->TRANSACTION_disconnect:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHeadset$Stub;->TRANSACTION_disconnectAudio:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHeadset$Stub;->TRANSACTION_getActiveDevice:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHeadset$Stub;->TRANSACTION_getAudioRouteAllowed:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHeadset$Stub;->TRANSACTION_getAudioState:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHeadset$Stub;->TRANSACTION_getConnectedDevices:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHeadset$Stub;->TRANSACTION_getConnectionState:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHeadset$Stub;->TRANSACTION_getDevicesMatchingConnectionStates:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHeadset$Stub;->TRANSACTION_isAudioConnected:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHeadset$Stub;->TRANSACTION_isAudioOn:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHeadset$Stub;->TRANSACTION_isInbandRingingEnabled:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHeadset$Stub;->TRANSACTION_phoneStateChanged:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHeadset$Stub;->TRANSACTION_sendVendorSpecificResultCode:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHeadset$Stub;->TRANSACTION_setActiveDevice:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHeadset$Stub;->TRANSACTION_setAudioRouteAllowed:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHeadset$Stub;->TRANSACTION_setForceScoAudio:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHeadset$Stub;->TRANSACTION_startScoUsingVirtualVoiceCall:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHeadset$Stub;->TRANSACTION_startVoiceRecognition:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHeadset$Stub;->TRANSACTION_stopScoUsingVirtualVoiceCall:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHeadset$Stub;->TRANSACTION_stopVoiceRecognition:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHeadset$Stub;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothHeadset$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluetoothHeadset;,unsupported
-Landroid/bluetooth/IBluetoothHeadset$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothHeadset;->connect(Landroid/bluetooth/BluetoothDevice;)Z,unsupported
-Landroid/bluetooth/IBluetoothHeadset;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z,unsupported
-Landroid/bluetooth/IBluetoothHeadset;->getConnectedDevices()Ljava/util/List;,unsupported
-Landroid/bluetooth/IBluetoothHeadset;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I,unsupported
-Landroid/bluetooth/IBluetoothHeadsetClient$Default;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub$Proxy;-><init>(Landroid/os/IBinder;)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub$Proxy;->mRemote:Landroid/os/IBinder;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub;-><init>()V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub;->DESCRIPTOR:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub;->TRANSACTION_acceptCall:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub;->TRANSACTION_connect:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub;->TRANSACTION_connectAudio:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub;->TRANSACTION_dial:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub;->TRANSACTION_disconnect:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub;->TRANSACTION_disconnectAudio:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub;->TRANSACTION_enterPrivateMode:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub;->TRANSACTION_explicitCallTransfer:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub;->TRANSACTION_getAudioRouteAllowed:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub;->TRANSACTION_getAudioState:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub;->TRANSACTION_getConnectedDevices:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub;->TRANSACTION_getConnectionState:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub;->TRANSACTION_getCurrentAgEvents:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub;->TRANSACTION_getCurrentAgFeatures:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub;->TRANSACTION_getCurrentCalls:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub;->TRANSACTION_getDevicesMatchingConnectionStates:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub;->TRANSACTION_getLastVoiceTagNumber:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub;->TRANSACTION_holdCall:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub;->TRANSACTION_rejectCall:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub;->TRANSACTION_sendDTMF:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub;->TRANSACTION_setAudioRouteAllowed:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub;->TRANSACTION_startVoiceRecognition:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub;->TRANSACTION_stopVoiceRecognition:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub;->TRANSACTION_terminateCall:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluetoothHeadsetClient;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothHearingAid$Default;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothHearingAid$Stub$Proxy;-><init>(Landroid/os/IBinder;)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHearingAid$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothHearingAid$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHearingAid$Stub$Proxy;->mRemote:Landroid/os/IBinder;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHearingAid$Stub;-><init>()V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHearingAid$Stub;->DESCRIPTOR:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHearingAid$Stub;->TRANSACTION_connect:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHearingAid$Stub;->TRANSACTION_disconnect:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHearingAid$Stub;->TRANSACTION_getActiveDevices:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHearingAid$Stub;->TRANSACTION_getConnectedDevices:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHearingAid$Stub;->TRANSACTION_getConnectionState:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHearingAid$Stub;->TRANSACTION_getDeviceMode:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHearingAid$Stub;->TRANSACTION_getDeviceSide:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHearingAid$Stub;->TRANSACTION_getDevicesMatchingConnectionStates:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHearingAid$Stub;->TRANSACTION_getHiSyncId:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHearingAid$Stub;->TRANSACTION_setActiveDevice:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHearingAid$Stub;->TRANSACTION_setVolume:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHearingAid$Stub;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothHearingAid$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluetoothHearingAid;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHearingAid$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothHearingAid;->MODE_BINAURAL:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHearingAid;->MODE_MONAURAL:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHearingAid;->SIDE_LEFT:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHearingAid;->SIDE_RIGHT:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidDevice$Default;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothHidDevice$Stub$Proxy;-><init>(Landroid/os/IBinder;)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidDevice$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothHidDevice$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidDevice$Stub$Proxy;->mRemote:Landroid/os/IBinder;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidDevice$Stub;-><init>()V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidDevice$Stub;->DESCRIPTOR:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidDevice$Stub;->TRANSACTION_connect:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidDevice$Stub;->TRANSACTION_disconnect:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidDevice$Stub;->TRANSACTION_getConnectedDevices:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidDevice$Stub;->TRANSACTION_getConnectionState:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidDevice$Stub;->TRANSACTION_getDevicesMatchingConnectionStates:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidDevice$Stub;->TRANSACTION_getUserAppName:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidDevice$Stub;->TRANSACTION_registerApp:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidDevice$Stub;->TRANSACTION_replyReport:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidDevice$Stub;->TRANSACTION_reportError:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidDevice$Stub;->TRANSACTION_sendReport:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidDevice$Stub;->TRANSACTION_unplug:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidDevice$Stub;->TRANSACTION_unregisterApp:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidDevice$Stub;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothHidDevice$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluetoothHidDevice;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidDevice$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothHidDeviceCallback$Default;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothHidDeviceCallback$Stub$Proxy;-><init>(Landroid/os/IBinder;)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidDeviceCallback$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothHidDeviceCallback$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidDeviceCallback$Stub$Proxy;->mRemote:Landroid/os/IBinder;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidDeviceCallback$Stub$Proxy;->onAppStatusChanged(Landroid/bluetooth/BluetoothDevice;Z)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidDeviceCallback$Stub$Proxy;->onConnectionStateChanged(Landroid/bluetooth/BluetoothDevice;I)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidDeviceCallback$Stub$Proxy;->onGetReport(Landroid/bluetooth/BluetoothDevice;BBI)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidDeviceCallback$Stub$Proxy;->onInterruptData(Landroid/bluetooth/BluetoothDevice;B[B)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidDeviceCallback$Stub$Proxy;->onSetProtocol(Landroid/bluetooth/BluetoothDevice;B)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidDeviceCallback$Stub$Proxy;->onSetReport(Landroid/bluetooth/BluetoothDevice;BB[B)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidDeviceCallback$Stub$Proxy;->onVirtualCableUnplug(Landroid/bluetooth/BluetoothDevice;)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidDeviceCallback$Stub;-><init>()V,unsupported
-Landroid/bluetooth/IBluetoothHidDeviceCallback$Stub;->DESCRIPTOR:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidDeviceCallback$Stub;->TRANSACTION_onAppStatusChanged:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidDeviceCallback$Stub;->TRANSACTION_onConnectionStateChanged:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidDeviceCallback$Stub;->TRANSACTION_onGetReport:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidDeviceCallback$Stub;->TRANSACTION_onInterruptData:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidDeviceCallback$Stub;->TRANSACTION_onSetProtocol:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidDeviceCallback$Stub;->TRANSACTION_onSetReport:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidDeviceCallback$Stub;->TRANSACTION_onVirtualCableUnplug:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidDeviceCallback$Stub;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothHidDeviceCallback$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluetoothHidDeviceCallback;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidDeviceCallback$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothHidDeviceCallback;->onAppStatusChanged(Landroid/bluetooth/BluetoothDevice;Z)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidDeviceCallback;->onConnectionStateChanged(Landroid/bluetooth/BluetoothDevice;I)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidDeviceCallback;->onGetReport(Landroid/bluetooth/BluetoothDevice;BBI)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidDeviceCallback;->onInterruptData(Landroid/bluetooth/BluetoothDevice;B[B)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidDeviceCallback;->onSetProtocol(Landroid/bluetooth/BluetoothDevice;B)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidDeviceCallback;->onSetReport(Landroid/bluetooth/BluetoothDevice;BB[B)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidDeviceCallback;->onVirtualCableUnplug(Landroid/bluetooth/BluetoothDevice;)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidHost$Default;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothHidHost$Stub$Proxy;-><init>(Landroid/os/IBinder;)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidHost$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothHidHost$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidHost$Stub$Proxy;->mRemote:Landroid/os/IBinder;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidHost$Stub;-><init>()V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidHost$Stub;->DESCRIPTOR:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidHost$Stub;->TRANSACTION_connect:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidHost$Stub;->TRANSACTION_disconnect:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidHost$Stub;->TRANSACTION_getConnectedDevices:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidHost$Stub;->TRANSACTION_getConnectionState:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidHost$Stub;->TRANSACTION_getDevicesMatchingConnectionStates:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidHost$Stub;->TRANSACTION_getIdleTime:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidHost$Stub;->TRANSACTION_getProtocolMode:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidHost$Stub;->TRANSACTION_getReport:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidHost$Stub;->TRANSACTION_sendData:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidHost$Stub;->TRANSACTION_setIdleTime:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidHost$Stub;->TRANSACTION_setProtocolMode:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidHost$Stub;->TRANSACTION_setReport:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidHost$Stub;->TRANSACTION_virtualUnplug:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidHost$Stub;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothHidHost$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluetoothHidHost;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothHidHost$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothLeAudio$Default;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothLeAudio$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothLeAudio$Stub;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothLeAudio$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothLeAudioCallback$Default;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothLeAudioCallback$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothLeAudioCallback$Stub;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothLeAudioCallback$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothLeBroadcastAssistant$Default;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothLeBroadcastAssistant$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothLeBroadcastAssistant$Stub;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothLeBroadcastAssistant$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothLeBroadcastAssistantCallback$Default;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothLeBroadcastAssistantCallback$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothLeBroadcastAssistantCallback$Stub;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothLeBroadcastAssistantCallback$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothLeBroadcastCallback$Default;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothLeBroadcastCallback$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothLeBroadcastCallback$Stub;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothLeBroadcastCallback$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothLeCallControl$Default;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothLeCallControl$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothLeCallControl$Stub;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothLeCallControl$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothLeCallControlCallback$Default;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothLeCallControlCallback$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothLeCallControlCallback$Stub;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothLeCallControlCallback$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothManager$Default;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothManager$Stub$Proxy;-><init>(Landroid/os/IBinder;)V,unsupported
-Landroid/bluetooth/IBluetoothManager$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothManager$Stub$Proxy;->bindBluetoothProfileService(ILandroid/bluetooth/IBluetoothProfileServiceConnection;)Z,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothManager$Stub$Proxy;->getBluetoothGatt()Landroid/bluetooth/IBluetoothGatt;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothManager$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothManager$Stub$Proxy;->getState()I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothManager$Stub$Proxy;->isBleAppPresent()Z,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothManager$Stub$Proxy;->isBleScanAlwaysAvailable()Z,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothManager$Stub$Proxy;->mRemote:Landroid/os/IBinder;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothManager$Stub$Proxy;->registerAdapter(Landroid/bluetooth/IBluetoothManagerCallback;)Landroid/bluetooth/IBluetooth;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothManager$Stub$Proxy;->registerStateChangeCallback(Landroid/bluetooth/IBluetoothStateChangeCallback;)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothManager$Stub$Proxy;->unbindBluetoothProfileService(ILandroid/bluetooth/IBluetoothProfileServiceConnection;)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothManager$Stub$Proxy;->unregisterAdapter(Landroid/bluetooth/IBluetoothManagerCallback;)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothManager$Stub$Proxy;->unregisterStateChangeCallback(Landroid/bluetooth/IBluetoothStateChangeCallback;)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothManager$Stub;-><init>()V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothManager$Stub;->DESCRIPTOR:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothManager$Stub;->TRANSACTION_bindBluetoothProfileService:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothManager$Stub;->TRANSACTION_disable:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothManager$Stub;->TRANSACTION_enable:I,lo-prio,max-target-r
-Landroid/bluetooth/IBluetoothManager$Stub;->TRANSACTION_enableNoAutoConnect:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothManager$Stub;->TRANSACTION_getAddress:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothManager$Stub;->TRANSACTION_getBluetoothGatt:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothManager$Stub;->TRANSACTION_getName:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothManager$Stub;->TRANSACTION_getState:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothManager$Stub;->TRANSACTION_isBleAppPresent:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothManager$Stub;->TRANSACTION_isBleScanAlwaysAvailable:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothManager$Stub;->TRANSACTION_registerAdapter:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothManager$Stub;->TRANSACTION_registerStateChangeCallback:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothManager$Stub;->TRANSACTION_unbindBluetoothProfileService:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothManager$Stub;->TRANSACTION_unregisterAdapter:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothManager$Stub;->TRANSACTION_unregisterStateChangeCallback:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothManager$Stub;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluetoothManager;,unsupported
-Landroid/bluetooth/IBluetoothManager$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothManager;->bindBluetoothProfileService(ILandroid/bluetooth/IBluetoothProfileServiceConnection;)Z,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothManager;->getBluetoothGatt()Landroid/bluetooth/IBluetoothGatt;,unsupported
-Landroid/bluetooth/IBluetoothManager;->getState()I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothManager;->isBleAppPresent()Z,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothManager;->isBleScanAlwaysAvailable()Z,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothManager;->registerAdapter(Landroid/bluetooth/IBluetoothManagerCallback;)Landroid/bluetooth/IBluetooth;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothManager;->registerStateChangeCallback(Landroid/bluetooth/IBluetoothStateChangeCallback;)V,unsupported
-Landroid/bluetooth/IBluetoothManager;->unbindBluetoothProfileService(ILandroid/bluetooth/IBluetoothProfileServiceConnection;)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothManager;->unregisterAdapter(Landroid/bluetooth/IBluetoothManagerCallback;)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothManager;->unregisterStateChangeCallback(Landroid/bluetooth/IBluetoothStateChangeCallback;)V,unsupported
-Landroid/bluetooth/IBluetoothManagerCallback$Default;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothManagerCallback$Stub$Proxy;-><init>(Landroid/os/IBinder;)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothManagerCallback$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothManagerCallback$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothManagerCallback$Stub$Proxy;->mRemote:Landroid/os/IBinder;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothManagerCallback$Stub$Proxy;->onBluetoothServiceDown()V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothManagerCallback$Stub$Proxy;->onBluetoothServiceUp(Landroid/bluetooth/IBluetooth;)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothManagerCallback$Stub$Proxy;->onBrEdrDown()V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothManagerCallback$Stub;-><init>()V,unsupported
-Landroid/bluetooth/IBluetoothManagerCallback$Stub;->DESCRIPTOR:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothManagerCallback$Stub;->TRANSACTION_onBluetoothServiceDown:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothManagerCallback$Stub;->TRANSACTION_onBluetoothServiceUp:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothManagerCallback$Stub;->TRANSACTION_onBrEdrDown:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothManagerCallback$Stub;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothManagerCallback$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluetoothManagerCallback;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothManagerCallback$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothManagerCallback;->onBluetoothServiceDown()V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothManagerCallback;->onBluetoothServiceUp(Landroid/bluetooth/IBluetooth;)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothManagerCallback;->onBrEdrDown()V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothMap$Default;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothMap$Stub$Proxy;-><init>(Landroid/os/IBinder;)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothMap$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothMap$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothMap$Stub$Proxy;->mRemote:Landroid/os/IBinder;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothMap$Stub;-><init>()V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothMap$Stub;->DESCRIPTOR:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothMap$Stub;->TRANSACTION_disconnect:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothMap$Stub;->TRANSACTION_getClient:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothMap$Stub;->TRANSACTION_getConnectedDevices:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothMap$Stub;->TRANSACTION_getConnectionState:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothMap$Stub;->TRANSACTION_getDevicesMatchingConnectionStates:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothMap$Stub;->TRANSACTION_getState:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothMap$Stub;->TRANSACTION_isConnected:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothMap$Stub;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothMap$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluetoothMap;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothMap$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothMapClient$Default;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothMapClient$Stub$Proxy;-><init>(Landroid/os/IBinder;)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothMapClient$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothMapClient$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothMapClient$Stub$Proxy;->mRemote:Landroid/os/IBinder;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothMapClient$Stub;-><init>()V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothMapClient$Stub;->DESCRIPTOR:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothMapClient$Stub;->TRANSACTION_connect:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothMapClient$Stub;->TRANSACTION_disconnect:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothMapClient$Stub;->TRANSACTION_getConnectedDevices:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothMapClient$Stub;->TRANSACTION_getConnectionState:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothMapClient$Stub;->TRANSACTION_getDevicesMatchingConnectionStates:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothMapClient$Stub;->TRANSACTION_getUnreadMessages:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothMapClient$Stub;->TRANSACTION_isConnected:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothMapClient$Stub;->TRANSACTION_sendMessage:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothMapClient$Stub;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothMapClient$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluetoothMapClient;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothMapClient$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothMcpServiceManager$Default;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothMcpServiceManager$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothMcpServiceManager$Stub;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothMcpServiceManager$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothMetadataListener$Default;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothMetadataListener$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothMetadataListener$Stub;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothMetadataListener$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothOobDataCallback$Default;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothOobDataCallback$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothOobDataCallback$Stub;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothOobDataCallback$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothPan$Default;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothPan$Stub$Proxy;-><init>(Landroid/os/IBinder;)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothPan$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothPan$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothPan$Stub$Proxy;->mRemote:Landroid/os/IBinder;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothPan$Stub;-><init>()V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothPan$Stub;->DESCRIPTOR:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothPan$Stub;->TRANSACTION_connect:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothPan$Stub;->TRANSACTION_disconnect:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothPan$Stub;->TRANSACTION_getConnectedDevices:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothPan$Stub;->TRANSACTION_getConnectionState:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothPan$Stub;->TRANSACTION_getDevicesMatchingConnectionStates:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothPan$Stub;->TRANSACTION_isTetheringOn:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothPan$Stub;->TRANSACTION_setBluetoothTethering:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothPan$Stub;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothPan$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluetoothPan;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothPan$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothPanCallback$Default;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothPanCallback$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothPanCallback$Stub;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothPanCallback$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothPbap$Default;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothPbap$Stub$Proxy;-><init>(Landroid/os/IBinder;)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothPbap$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothPbap$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothPbap$Stub$Proxy;->mRemote:Landroid/os/IBinder;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothPbap$Stub;-><init>()V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothPbap$Stub;->DESCRIPTOR:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothPbap$Stub;->TRANSACTION_disconnect:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothPbap$Stub;->TRANSACTION_getConnectedDevices:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothPbap$Stub;->TRANSACTION_getConnectionState:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothPbap$Stub;->TRANSACTION_getDevicesMatchingConnectionStates:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothPbap$Stub;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothPbap$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluetoothPbap;,unsupported
-Landroid/bluetooth/IBluetoothPbap$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothPbapClient$Default;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothPbapClient$Stub$Proxy;-><init>(Landroid/os/IBinder;)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothPbapClient$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothPbapClient$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothPbapClient$Stub$Proxy;->mRemote:Landroid/os/IBinder;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothPbapClient$Stub;-><init>()V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothPbapClient$Stub;->DESCRIPTOR:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothPbapClient$Stub;->TRANSACTION_connect:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothPbapClient$Stub;->TRANSACTION_disconnect:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothPbapClient$Stub;->TRANSACTION_getConnectedDevices:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothPbapClient$Stub;->TRANSACTION_getConnectionState:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothPbapClient$Stub;->TRANSACTION_getDevicesMatchingConnectionStates:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothPbapClient$Stub;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothPbapClient$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluetoothPbapClient;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothPbapClient$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothProfileServiceConnection$Default;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothProfileServiceConnection$Stub$Proxy;-><init>(Landroid/os/IBinder;)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothProfileServiceConnection$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothProfileServiceConnection$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothProfileServiceConnection$Stub$Proxy;->mRemote:Landroid/os/IBinder;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothProfileServiceConnection$Stub$Proxy;->onServiceConnected(Landroid/content/ComponentName;Landroid/os/IBinder;)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothProfileServiceConnection$Stub$Proxy;->onServiceDisconnected(Landroid/content/ComponentName;)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothProfileServiceConnection$Stub;-><init>()V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothProfileServiceConnection$Stub;->DESCRIPTOR:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothProfileServiceConnection$Stub;->TRANSACTION_onServiceConnected:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothProfileServiceConnection$Stub;->TRANSACTION_onServiceDisconnected:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothProfileServiceConnection$Stub;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothProfileServiceConnection$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluetoothProfileServiceConnection;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothProfileServiceConnection$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothProfileServiceConnection;->onServiceConnected(Landroid/content/ComponentName;Landroid/os/IBinder;)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothProfileServiceConnection;->onServiceDisconnected(Landroid/content/ComponentName;)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothSap$Default;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothSap$Stub$Proxy;-><init>(Landroid/os/IBinder;)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothSap$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothSap$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothSap$Stub$Proxy;->mRemote:Landroid/os/IBinder;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothSap$Stub;-><init>()V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothSap$Stub;->DESCRIPTOR:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothSap$Stub;->TRANSACTION_disconnect:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothSap$Stub;->TRANSACTION_getClient:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothSap$Stub;->TRANSACTION_getConnectedDevices:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothSap$Stub;->TRANSACTION_getConnectionState:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothSap$Stub;->TRANSACTION_getDevicesMatchingConnectionStates:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothSap$Stub;->TRANSACTION_getState:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothSap$Stub;->TRANSACTION_isConnected:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothSap$Stub;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothSap$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluetoothSap;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothSap$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothSocketManager$Default;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothSocketManager$Stub$Proxy;-><init>(Landroid/os/IBinder;)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothSocketManager$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothSocketManager$Stub$Proxy;->connectSocket(Landroid/bluetooth/BluetoothDevice;ILandroid/os/ParcelUuid;II)Landroid/os/ParcelFileDescriptor;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothSocketManager$Stub$Proxy;->createSocketChannel(ILjava/lang/String;Landroid/os/ParcelUuid;II)Landroid/os/ParcelFileDescriptor;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothSocketManager$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothSocketManager$Stub$Proxy;->mRemote:Landroid/os/IBinder;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothSocketManager$Stub$Proxy;->requestMaximumTxDataLength(Landroid/bluetooth/BluetoothDevice;)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothSocketManager$Stub;-><init>()V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothSocketManager$Stub;->DESCRIPTOR:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothSocketManager$Stub;->TRANSACTION_connectSocket:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothSocketManager$Stub;->TRANSACTION_createSocketChannel:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothSocketManager$Stub;->TRANSACTION_requestMaximumTxDataLength:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothSocketManager$Stub;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothSocketManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluetoothSocketManager;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothSocketManager$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothSocketManager;->connectSocket(Landroid/bluetooth/BluetoothDevice;ILandroid/os/ParcelUuid;II)Landroid/os/ParcelFileDescriptor;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothSocketManager;->createSocketChannel(ILjava/lang/String;Landroid/os/ParcelUuid;II)Landroid/os/ParcelFileDescriptor;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothSocketManager;->requestMaximumTxDataLength(Landroid/bluetooth/BluetoothDevice;)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothStateChangeCallback$Default;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothStateChangeCallback$Stub$Proxy;-><init>(Landroid/os/IBinder;)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothStateChangeCallback$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothStateChangeCallback$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothStateChangeCallback$Stub$Proxy;->mRemote:Landroid/os/IBinder;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothStateChangeCallback$Stub$Proxy;->onBluetoothStateChange(Z)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothStateChangeCallback$Stub;-><init>()V,unsupported
-Landroid/bluetooth/IBluetoothStateChangeCallback$Stub;->DESCRIPTOR:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothStateChangeCallback$Stub;->TRANSACTION_onBluetoothStateChange:I,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothStateChangeCallback$Stub;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothStateChangeCallback$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluetoothStateChangeCallback;,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothStateChangeCallback$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothStateChangeCallback;->onBluetoothStateChange(Z)V,lo-prio,max-target-o
-Landroid/bluetooth/IBluetoothVolumeControl$Default;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothVolumeControl$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothVolumeControl$Stub;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothVolumeControl$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothVolumeControlCallback$Default;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothVolumeControlCallback$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothVolumeControlCallback$Stub;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IBluetoothVolumeControlCallback$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IncomingRfcommSocketInfo$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IncomingRfcommSocketInfo$1;->newArray(I)[Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IncomingRfcommSocketInfo;->describeContents()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/IncomingRfcommSocketInfo;->writeToParcel(Landroid/os/Parcel;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/OobData$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/OobData$1;->newArray(I)[Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/OobData$ClassicBuilder;-><init>([B[B[B)V,sdk,system-api,test-api
-Landroid/bluetooth/OobData$ClassicBuilder;->build()Landroid/bluetooth/OobData;,sdk,system-api,test-api
-Landroid/bluetooth/OobData$ClassicBuilder;->setClassOfDevice([B)Landroid/bluetooth/OobData$ClassicBuilder;,sdk,system-api,test-api
-Landroid/bluetooth/OobData$ClassicBuilder;->setDeviceName([B)Landroid/bluetooth/OobData$ClassicBuilder;,sdk,system-api,test-api
-Landroid/bluetooth/OobData$ClassicBuilder;->setRandomizerHash([B)Landroid/bluetooth/OobData$ClassicBuilder;,sdk,system-api,test-api
-Landroid/bluetooth/OobData$LeBuilder;-><init>([B[BI)V,sdk,system-api,test-api
-Landroid/bluetooth/OobData$LeBuilder;->build()Landroid/bluetooth/OobData;,sdk,system-api,test-api
-Landroid/bluetooth/OobData$LeBuilder;->setDeviceName([B)Landroid/bluetooth/OobData$LeBuilder;,sdk,system-api,test-api
-Landroid/bluetooth/OobData$LeBuilder;->setLeFlags(I)Landroid/bluetooth/OobData$LeBuilder;,sdk,system-api,test-api
-Landroid/bluetooth/OobData$LeBuilder;->setLeTemporaryKey([B)Landroid/bluetooth/OobData$LeBuilder;,sdk,system-api,test-api
-Landroid/bluetooth/OobData$LeBuilder;->setRandomizerHash([B)Landroid/bluetooth/OobData$LeBuilder;,sdk,system-api,test-api
-Landroid/bluetooth/OobData;-><init>(Landroid/os/Parcel;)V,lo-prio,max-target-o
-Landroid/bluetooth/OobData;->CLASS_OF_DEVICE_OCTETS:I,sdk,system-api,test-api
-Landroid/bluetooth/OobData;->CONFIRMATION_OCTETS:I,sdk,system-api,test-api
-Landroid/bluetooth/OobData;->CREATOR:Landroid/os/Parcelable$Creator;,sdk,system-api,test-api
-Landroid/bluetooth/OobData;->DEVICE_ADDRESS_OCTETS:I,sdk,system-api,test-api
-Landroid/bluetooth/OobData;->LE_APPEARANCE_OCTETS:I,sdk,system-api,test-api
-Landroid/bluetooth/OobData;->LE_DEVICE_FLAG_OCTETS:I,sdk,system-api,test-api
-Landroid/bluetooth/OobData;->LE_DEVICE_ROLE_BOTH_PREFER_CENTRAL:I,sdk,system-api,test-api
-Landroid/bluetooth/OobData;->LE_DEVICE_ROLE_BOTH_PREFER_PERIPHERAL:I,sdk,system-api,test-api
-Landroid/bluetooth/OobData;->LE_DEVICE_ROLE_CENTRAL_ONLY:I,sdk,system-api,test-api
-Landroid/bluetooth/OobData;->LE_DEVICE_ROLE_OCTETS:I,sdk,system-api,test-api
-Landroid/bluetooth/OobData;->LE_DEVICE_ROLE_PERIPHERAL_ONLY:I,sdk,system-api,test-api
-Landroid/bluetooth/OobData;->LE_FLAG_BREDR_NOT_SUPPORTED:I,sdk,system-api,test-api
-Landroid/bluetooth/OobData;->LE_FLAG_GENERAL_DISCOVERY_MODE:I,sdk,system-api,test-api
-Landroid/bluetooth/OobData;->LE_FLAG_LIMITED_DISCOVERY_MODE:I,sdk,system-api,test-api
-Landroid/bluetooth/OobData;->LE_FLAG_SIMULTANEOUS_CONTROLLER:I,sdk,system-api,test-api
-Landroid/bluetooth/OobData;->LE_FLAG_SIMULTANEOUS_HOST:I,sdk,system-api,test-api
-Landroid/bluetooth/OobData;->LE_TK_OCTETS:I,sdk,system-api,test-api
-Landroid/bluetooth/OobData;->OOB_LENGTH_OCTETS:I,sdk,system-api,test-api
-Landroid/bluetooth/OobData;->RANDOMIZER_OCTETS:I,sdk,system-api,test-api
-Landroid/bluetooth/OobData;->describeContents()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/OobData;->getClassOfDevice()[B,sdk,system-api,test-api
-Landroid/bluetooth/OobData;->getClassicLength()[B,sdk,system-api,test-api
-Landroid/bluetooth/OobData;->getConfirmationHash()[B,sdk,system-api,test-api
-Landroid/bluetooth/OobData;->getDeviceAddressWithType()[B,sdk,system-api,test-api
-Landroid/bluetooth/OobData;->getDeviceName()[B,sdk,system-api,test-api
-Landroid/bluetooth/OobData;->getLeAppearance()[B,sdk,system-api,test-api
-Landroid/bluetooth/OobData;->getLeDeviceRole()I,sdk,system-api,test-api
-Landroid/bluetooth/OobData;->getLeFlags()I,sdk,system-api,test-api
-Landroid/bluetooth/OobData;->getLeTemporaryKey()[B,sdk,system-api,test-api
-Landroid/bluetooth/OobData;->getRandomizerHash()[B,sdk,system-api,test-api
-Landroid/bluetooth/OobData;->toString()Ljava/lang/String;,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/OobData;->writeToParcel(Landroid/os/Parcel;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/SdpDipRecord$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/SdpDipRecord$1;->newArray(I)[Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/SdpDipRecord;->describeContents()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/SdpDipRecord;->writeToParcel(Landroid/os/Parcel;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/SdpMasRecord$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/SdpMasRecord$1;->newArray(I)[Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/SdpMasRecord$MessageType;-><init>()V,lo-prio,max-target-o
-Landroid/bluetooth/SdpMasRecord$MessageType;->EMAIL:I,lo-prio,max-target-o
-Landroid/bluetooth/SdpMasRecord$MessageType;->MMS:I,lo-prio,max-target-o
-Landroid/bluetooth/SdpMasRecord$MessageType;->SMS_CDMA:I,lo-prio,max-target-o
-Landroid/bluetooth/SdpMasRecord$MessageType;->SMS_GSM:I,lo-prio,max-target-o
-Landroid/bluetooth/SdpMasRecord;-><init>(IIIIIILjava/lang/String;)V,lo-prio,max-target-o
-Landroid/bluetooth/SdpMasRecord;-><init>(Landroid/os/Parcel;)V,lo-prio,max-target-o
-Landroid/bluetooth/SdpMasRecord;->CREATOR:Landroid/os/Parcelable$Creator;,lo-prio,max-target-o
-Landroid/bluetooth/SdpMasRecord;->describeContents()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/SdpMasRecord;->getL2capPsm()I,lo-prio,max-target-o
-Landroid/bluetooth/SdpMasRecord;->getMasInstanceId()I,lo-prio,max-target-o
-Landroid/bluetooth/SdpMasRecord;->getProfileVersion()I,lo-prio,max-target-o
-Landroid/bluetooth/SdpMasRecord;->getRfcommCannelNumber()I,lo-prio,max-target-o
-Landroid/bluetooth/SdpMasRecord;->getServiceName()Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/SdpMasRecord;->getSupportedFeatures()I,lo-prio,max-target-o
-Landroid/bluetooth/SdpMasRecord;->getSupportedMessageTypes()I,lo-prio,max-target-o
-Landroid/bluetooth/SdpMasRecord;->mL2capPsm:I,lo-prio,max-target-o
-Landroid/bluetooth/SdpMasRecord;->mMasInstanceId:I,lo-prio,max-target-o
-Landroid/bluetooth/SdpMasRecord;->mProfileVersion:I,lo-prio,max-target-o
-Landroid/bluetooth/SdpMasRecord;->mRfcommChannelNumber:I,lo-prio,max-target-o
-Landroid/bluetooth/SdpMasRecord;->mServiceName:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/SdpMasRecord;->mSupportedFeatures:I,lo-prio,max-target-o
-Landroid/bluetooth/SdpMasRecord;->mSupportedMessageTypes:I,lo-prio,max-target-o
-Landroid/bluetooth/SdpMasRecord;->msgSupported(I)Z,lo-prio,max-target-o
-Landroid/bluetooth/SdpMasRecord;->toString()Ljava/lang/String;,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/SdpMasRecord;->writeToParcel(Landroid/os/Parcel;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/SdpMnsRecord$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/SdpMnsRecord$1;->newArray(I)[Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/SdpMnsRecord;-><init>(IIIILjava/lang/String;)V,lo-prio,max-target-o
-Landroid/bluetooth/SdpMnsRecord;-><init>(Landroid/os/Parcel;)V,lo-prio,max-target-o
-Landroid/bluetooth/SdpMnsRecord;->CREATOR:Landroid/os/Parcelable$Creator;,lo-prio,max-target-o
-Landroid/bluetooth/SdpMnsRecord;->describeContents()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/SdpMnsRecord;->getL2capPsm()I,lo-prio,max-target-o
-Landroid/bluetooth/SdpMnsRecord;->getProfileVersion()I,lo-prio,max-target-o
-Landroid/bluetooth/SdpMnsRecord;->getRfcommChannelNumber()I,lo-prio,max-target-o
-Landroid/bluetooth/SdpMnsRecord;->getServiceName()Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/SdpMnsRecord;->getSupportedFeatures()I,lo-prio,max-target-o
-Landroid/bluetooth/SdpMnsRecord;->mL2capPsm:I,lo-prio,max-target-o
-Landroid/bluetooth/SdpMnsRecord;->mProfileVersion:I,lo-prio,max-target-o
-Landroid/bluetooth/SdpMnsRecord;->mRfcommChannelNumber:I,lo-prio,max-target-o
-Landroid/bluetooth/SdpMnsRecord;->mServiceName:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/SdpMnsRecord;->mSupportedFeatures:I,lo-prio,max-target-o
-Landroid/bluetooth/SdpMnsRecord;->toString()Ljava/lang/String;,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/SdpMnsRecord;->writeToParcel(Landroid/os/Parcel;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/SdpOppOpsRecord$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/SdpOppOpsRecord$1;->newArray(I)[Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/SdpOppOpsRecord;-><init>(Landroid/os/Parcel;)V,lo-prio,max-target-o
-Landroid/bluetooth/SdpOppOpsRecord;-><init>(Ljava/lang/String;III[B)V,lo-prio,max-target-o
-Landroid/bluetooth/SdpOppOpsRecord;->CREATOR:Landroid/os/Parcelable$Creator;,lo-prio,max-target-o
-Landroid/bluetooth/SdpOppOpsRecord;->describeContents()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/SdpOppOpsRecord;->getFormatsList()[B,lo-prio,max-target-o
-Landroid/bluetooth/SdpOppOpsRecord;->getL2capPsm()I,lo-prio,max-target-o
-Landroid/bluetooth/SdpOppOpsRecord;->getProfileVersion()I,lo-prio,max-target-o
-Landroid/bluetooth/SdpOppOpsRecord;->getRfcommChannel()I,lo-prio,max-target-o
-Landroid/bluetooth/SdpOppOpsRecord;->getServiceName()Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/SdpOppOpsRecord;->mFormatsList:[B,lo-prio,max-target-o
-Landroid/bluetooth/SdpOppOpsRecord;->mL2capPsm:I,lo-prio,max-target-o
-Landroid/bluetooth/SdpOppOpsRecord;->mProfileVersion:I,lo-prio,max-target-o
-Landroid/bluetooth/SdpOppOpsRecord;->mRfcommChannel:I,lo-prio,max-target-o
-Landroid/bluetooth/SdpOppOpsRecord;->mServiceName:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/SdpOppOpsRecord;->toString()Ljava/lang/String;,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/SdpOppOpsRecord;->writeToParcel(Landroid/os/Parcel;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/SdpPseRecord$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/SdpPseRecord$1;->newArray(I)[Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/SdpPseRecord;-><init>(IIIIILjava/lang/String;)V,lo-prio,max-target-o
-Landroid/bluetooth/SdpPseRecord;-><init>(Landroid/os/Parcel;)V,lo-prio,max-target-o
-Landroid/bluetooth/SdpPseRecord;->CREATOR:Landroid/os/Parcelable$Creator;,lo-prio,max-target-o
-Landroid/bluetooth/SdpPseRecord;->describeContents()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/SdpPseRecord;->getL2capPsm()I,lo-prio,max-target-o
-Landroid/bluetooth/SdpPseRecord;->getProfileVersion()I,lo-prio,max-target-o
-Landroid/bluetooth/SdpPseRecord;->getRfcommChannelNumber()I,lo-prio,max-target-o
-Landroid/bluetooth/SdpPseRecord;->getServiceName()Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/SdpPseRecord;->getSupportedFeatures()I,lo-prio,max-target-o
-Landroid/bluetooth/SdpPseRecord;->getSupportedRepositories()I,lo-prio,max-target-o
-Landroid/bluetooth/SdpPseRecord;->mL2capPsm:I,lo-prio,max-target-o
-Landroid/bluetooth/SdpPseRecord;->mProfileVersion:I,lo-prio,max-target-o
-Landroid/bluetooth/SdpPseRecord;->mRfcommChannelNumber:I,lo-prio,max-target-o
-Landroid/bluetooth/SdpPseRecord;->mServiceName:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/SdpPseRecord;->mSupportedFeatures:I,lo-prio,max-target-o
-Landroid/bluetooth/SdpPseRecord;->mSupportedRepositories:I,lo-prio,max-target-o
-Landroid/bluetooth/SdpPseRecord;->toString()Ljava/lang/String;,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/SdpPseRecord;->writeToParcel(Landroid/os/Parcel;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/SdpRecord$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/SdpRecord$1;->newArray(I)[Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/SdpRecord;-><init>(I[B)V,lo-prio,max-target-o
-Landroid/bluetooth/SdpRecord;-><init>(Landroid/os/Parcel;)V,lo-prio,max-target-o
-Landroid/bluetooth/SdpRecord;->CREATOR:Landroid/os/Parcelable$Creator;,lo-prio,max-target-o
-Landroid/bluetooth/SdpRecord;->describeContents()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/SdpRecord;->getRawData()[B,lo-prio,max-target-o
-Landroid/bluetooth/SdpRecord;->getRawSize()I,lo-prio,max-target-o
-Landroid/bluetooth/SdpRecord;->mRawData:[B,lo-prio,max-target-o
-Landroid/bluetooth/SdpRecord;->mRawSize:I,lo-prio,max-target-o
-Landroid/bluetooth/SdpRecord;->toString()Ljava/lang/String;,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/SdpRecord;->writeToParcel(Landroid/os/Parcel;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/SdpSapsRecord$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/SdpSapsRecord$1;->newArray(I)[Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/SdpSapsRecord;-><init>(IILjava/lang/String;)V,lo-prio,max-target-o
-Landroid/bluetooth/SdpSapsRecord;-><init>(Landroid/os/Parcel;)V,lo-prio,max-target-o
-Landroid/bluetooth/SdpSapsRecord;->CREATOR:Landroid/os/Parcelable$Creator;,lo-prio,max-target-o
-Landroid/bluetooth/SdpSapsRecord;->describeContents()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/SdpSapsRecord;->getProfileVersion()I,lo-prio,max-target-o
-Landroid/bluetooth/SdpSapsRecord;->getRfcommCannelNumber()I,lo-prio,max-target-o
-Landroid/bluetooth/SdpSapsRecord;->getServiceName()Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/SdpSapsRecord;->mProfileVersion:I,lo-prio,max-target-o
-Landroid/bluetooth/SdpSapsRecord;->mRfcommChannelNumber:I,lo-prio,max-target-o
-Landroid/bluetooth/SdpSapsRecord;->mServiceName:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/SdpSapsRecord;->toString()Ljava/lang/String;,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/SdpSapsRecord;->writeToParcel(Landroid/os/Parcel;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/UidTraffic$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/UidTraffic$1;->newArray(I)[Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/UidTraffic;-><init>(IJJ)V,lo-prio,max-target-o
-Landroid/bluetooth/UidTraffic;-><init>(Landroid/os/Parcel;)V,lo-prio,max-target-o
-Landroid/bluetooth/UidTraffic;->CREATOR:Landroid/os/Parcelable$Creator;,sdk,system-api,test-api
-Landroid/bluetooth/UidTraffic;->addRxBytes(J)V,lo-prio,max-target-o
-Landroid/bluetooth/UidTraffic;->addTxBytes(J)V,lo-prio,max-target-o
-Landroid/bluetooth/UidTraffic;->clone()Landroid/bluetooth/UidTraffic;,sdk,system-api,test-api
-Landroid/bluetooth/UidTraffic;->clone()Ljava/lang/Object;,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/UidTraffic;->describeContents()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/UidTraffic;->getRxBytes()J,sdk,system-api,test-api
-Landroid/bluetooth/UidTraffic;->getTxBytes()J,sdk,system-api,test-api
-Landroid/bluetooth/UidTraffic;->getUid()I,sdk,system-api,test-api
-Landroid/bluetooth/UidTraffic;->mAppUid:I,lo-prio,max-target-o
-Landroid/bluetooth/UidTraffic;->mRxBytes:J,lo-prio,max-target-o
-Landroid/bluetooth/UidTraffic;->mTxBytes:J,lo-prio,max-target-o
-Landroid/bluetooth/UidTraffic;->setRxBytes(J)V,lo-prio,max-target-o
-Landroid/bluetooth/UidTraffic;->setTxBytes(J)V,lo-prio,max-target-o
-Landroid/bluetooth/UidTraffic;->toString()Ljava/lang/String;,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/UidTraffic;->writeToParcel(Landroid/os/Parcel;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertiseCallback;-><init>()V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertiseCallback;->ADVERTISE_FAILED_ALREADY_STARTED:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertiseCallback;->ADVERTISE_FAILED_DATA_TOO_LARGE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertiseCallback;->ADVERTISE_FAILED_FEATURE_UNSUPPORTED:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertiseCallback;->ADVERTISE_FAILED_INTERNAL_ERROR:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertiseCallback;->ADVERTISE_FAILED_TOO_MANY_ADVERTISERS:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertiseCallback;->ADVERTISE_SUCCESS:I,lo-prio,max-target-o
-Landroid/bluetooth/le/AdvertiseCallback;->onStartFailure(I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertiseCallback;->onStartSuccess(Landroid/bluetooth/le/AdvertiseSettings;)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertiseData$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertiseData$1;->newArray(I)[Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertiseData$Builder;-><init>()V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertiseData$Builder;->addManufacturerData(I[B)Landroid/bluetooth/le/AdvertiseData$Builder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertiseData$Builder;->addServiceData(Landroid/os/ParcelUuid;[B)Landroid/bluetooth/le/AdvertiseData$Builder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertiseData$Builder;->addServiceSolicitationUuid(Landroid/os/ParcelUuid;)Landroid/bluetooth/le/AdvertiseData$Builder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertiseData$Builder;->addServiceUuid(Landroid/os/ParcelUuid;)Landroid/bluetooth/le/AdvertiseData$Builder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertiseData$Builder;->addTransportDiscoveryData(Landroid/bluetooth/le/TransportDiscoveryData;)Landroid/bluetooth/le/AdvertiseData$Builder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertiseData$Builder;->build()Landroid/bluetooth/le/AdvertiseData;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertiseData$Builder;->mIncludeDeviceName:Z,lo-prio,max-target-o
-Landroid/bluetooth/le/AdvertiseData$Builder;->mIncludeTxPowerLevel:Z,lo-prio,max-target-o
-Landroid/bluetooth/le/AdvertiseData$Builder;->mManufacturerSpecificData:Landroid/util/SparseArray;,lo-prio,max-target-o
-Landroid/bluetooth/le/AdvertiseData$Builder;->mServiceData:Ljava/util/Map;,lo-prio,max-target-o
-Landroid/bluetooth/le/AdvertiseData$Builder;->mServiceUuids:Ljava/util/List;,lo-prio,max-target-o
-Landroid/bluetooth/le/AdvertiseData$Builder;->setIncludeDeviceName(Z)Landroid/bluetooth/le/AdvertiseData$Builder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertiseData$Builder;->setIncludeTxPowerLevel(Z)Landroid/bluetooth/le/AdvertiseData$Builder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertiseData;->CREATOR:Landroid/os/Parcelable$Creator;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertiseData;->describeContents()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertiseData;->equals(Ljava/lang/Object;)Z,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertiseData;->getIncludeDeviceName()Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertiseData;->getIncludeTxPowerLevel()Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertiseData;->getManufacturerSpecificData()Landroid/util/SparseArray;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertiseData;->getServiceData()Ljava/util/Map;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertiseData;->getServiceSolicitationUuids()Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertiseData;->getServiceUuids()Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertiseData;->getTransportDiscoveryData()Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertiseData;->hashCode()I,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertiseData;->mIncludeDeviceName:Z,lo-prio,max-target-o
-Landroid/bluetooth/le/AdvertiseData;->mIncludeTxPowerLevel:Z,lo-prio,max-target-o
-Landroid/bluetooth/le/AdvertiseData;->mManufacturerSpecificData:Landroid/util/SparseArray;,lo-prio,max-target-o
-Landroid/bluetooth/le/AdvertiseData;->mServiceData:Ljava/util/Map;,lo-prio,max-target-o
-Landroid/bluetooth/le/AdvertiseData;->mServiceUuids:Ljava/util/List;,lo-prio,max-target-o
-Landroid/bluetooth/le/AdvertiseData;->toString()Ljava/lang/String;,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertiseData;->writeToParcel(Landroid/os/Parcel;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertiseSettings$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertiseSettings$1;->newArray(I)[Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertiseSettings$Builder;-><init>()V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertiseSettings$Builder;->build()Landroid/bluetooth/le/AdvertiseSettings;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertiseSettings$Builder;->mConnectable:Z,lo-prio,max-target-o
-Landroid/bluetooth/le/AdvertiseSettings$Builder;->mMode:I,lo-prio,max-target-o
-Landroid/bluetooth/le/AdvertiseSettings$Builder;->mTimeoutMillis:I,lo-prio,max-target-o
-Landroid/bluetooth/le/AdvertiseSettings$Builder;->mTxPowerLevel:I,lo-prio,max-target-o
-Landroid/bluetooth/le/AdvertiseSettings$Builder;->setAdvertiseMode(I)Landroid/bluetooth/le/AdvertiseSettings$Builder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertiseSettings$Builder;->setConnectable(Z)Landroid/bluetooth/le/AdvertiseSettings$Builder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertiseSettings$Builder;->setOwnAddressType(I)Landroid/bluetooth/le/AdvertiseSettings$Builder;,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertiseSettings$Builder;->setTimeout(I)Landroid/bluetooth/le/AdvertiseSettings$Builder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertiseSettings$Builder;->setTxPowerLevel(I)Landroid/bluetooth/le/AdvertiseSettings$Builder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertiseSettings;-><init>(Landroid/os/Parcel;)V,lo-prio,max-target-o
-Landroid/bluetooth/le/AdvertiseSettings;->ADVERTISE_MODE_BALANCED:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertiseSettings;->ADVERTISE_MODE_LOW_LATENCY:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertiseSettings;->ADVERTISE_MODE_LOW_POWER:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertiseSettings;->ADVERTISE_TX_POWER_HIGH:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertiseSettings;->ADVERTISE_TX_POWER_LOW:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertiseSettings;->ADVERTISE_TX_POWER_MEDIUM:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertiseSettings;->ADVERTISE_TX_POWER_ULTRA_LOW:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertiseSettings;->CREATOR:Landroid/os/Parcelable$Creator;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertiseSettings;->LIMITED_ADVERTISING_MAX_MILLIS:I,lo-prio,max-target-o
-Landroid/bluetooth/le/AdvertiseSettings;->describeContents()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertiseSettings;->getMode()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertiseSettings;->getOwnAddressType()I,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertiseSettings;->getTimeout()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertiseSettings;->getTxPowerLevel()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertiseSettings;->isConnectable()Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertiseSettings;->mAdvertiseConnectable:Z,lo-prio,max-target-o
-Landroid/bluetooth/le/AdvertiseSettings;->mAdvertiseMode:I,lo-prio,max-target-o
-Landroid/bluetooth/le/AdvertiseSettings;->mAdvertiseTimeoutMillis:I,lo-prio,max-target-o
-Landroid/bluetooth/le/AdvertiseSettings;->mAdvertiseTxPowerLevel:I,lo-prio,max-target-o
-Landroid/bluetooth/le/AdvertiseSettings;->toString()Ljava/lang/String;,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertiseSettings;->writeToParcel(Landroid/os/Parcel;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSet;->TAG:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/le/AdvertisingSet;->enableAdvertising(ZII)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSet;->getAdvertiserId()I,lo-prio,max-target-o
-Landroid/bluetooth/le/AdvertisingSet;->getOwnAddress()V,lo-prio,max-target-o
-Landroid/bluetooth/le/AdvertisingSet;->mAdvertiserId:I,lo-prio,max-target-o
-Landroid/bluetooth/le/AdvertisingSet;->mGatt:Landroid/bluetooth/IBluetoothGatt;,lo-prio,max-target-o
-Landroid/bluetooth/le/AdvertisingSet;->setAdvertiserId(I)V,lo-prio,max-target-o
-Landroid/bluetooth/le/AdvertisingSet;->setAdvertisingData(Landroid/bluetooth/le/AdvertiseData;)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSet;->setAdvertisingParameters(Landroid/bluetooth/le/AdvertisingSetParameters;)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSet;->setPeriodicAdvertisingData(Landroid/bluetooth/le/AdvertiseData;)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSet;->setPeriodicAdvertisingEnabled(Z)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSet;->setPeriodicAdvertisingParameters(Landroid/bluetooth/le/PeriodicAdvertisingParameters;)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSet;->setScanResponseData(Landroid/bluetooth/le/AdvertiseData;)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetCallback;-><init>()V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetCallback;->ADVERTISE_FAILED_ALREADY_STARTED:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetCallback;->ADVERTISE_FAILED_DATA_TOO_LARGE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetCallback;->ADVERTISE_FAILED_FEATURE_UNSUPPORTED:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetCallback;->ADVERTISE_FAILED_INTERNAL_ERROR:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetCallback;->ADVERTISE_FAILED_TOO_MANY_ADVERTISERS:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetCallback;->ADVERTISE_SUCCESS:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetCallback;->onAdvertisingDataSet(Landroid/bluetooth/le/AdvertisingSet;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetCallback;->onAdvertisingEnabled(Landroid/bluetooth/le/AdvertisingSet;ZI)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetCallback;->onAdvertisingParametersUpdated(Landroid/bluetooth/le/AdvertisingSet;II)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetCallback;->onAdvertisingSetStarted(Landroid/bluetooth/le/AdvertisingSet;II)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetCallback;->onAdvertisingSetStopped(Landroid/bluetooth/le/AdvertisingSet;)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetCallback;->onOwnAddressRead(Landroid/bluetooth/le/AdvertisingSet;ILjava/lang/String;)V,lo-prio,max-target-o
-Landroid/bluetooth/le/AdvertisingSetCallback;->onPeriodicAdvertisingDataSet(Landroid/bluetooth/le/AdvertisingSet;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetCallback;->onPeriodicAdvertisingEnabled(Landroid/bluetooth/le/AdvertisingSet;ZI)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetCallback;->onPeriodicAdvertisingParametersUpdated(Landroid/bluetooth/le/AdvertisingSet;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetCallback;->onScanResponseDataSet(Landroid/bluetooth/le/AdvertisingSet;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters$1;->newArray(I)[Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters$Builder;-><init>()V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters$Builder;->build()Landroid/bluetooth/le/AdvertisingSetParameters;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters$Builder;->mConnectable:Z,lo-prio,max-target-o
-Landroid/bluetooth/le/AdvertisingSetParameters$Builder;->mIncludeTxPower:Z,lo-prio,max-target-o
-Landroid/bluetooth/le/AdvertisingSetParameters$Builder;->mInterval:I,lo-prio,max-target-o
-Landroid/bluetooth/le/AdvertisingSetParameters$Builder;->mIsAnonymous:Z,lo-prio,max-target-o
-Landroid/bluetooth/le/AdvertisingSetParameters$Builder;->mIsLegacy:Z,lo-prio,max-target-o
-Landroid/bluetooth/le/AdvertisingSetParameters$Builder;->mPrimaryPhy:I,lo-prio,max-target-o
-Landroid/bluetooth/le/AdvertisingSetParameters$Builder;->mScannable:Z,lo-prio,max-target-o
-Landroid/bluetooth/le/AdvertisingSetParameters$Builder;->mSecondaryPhy:I,lo-prio,max-target-o
-Landroid/bluetooth/le/AdvertisingSetParameters$Builder;->mTxPowerLevel:I,lo-prio,max-target-o
-Landroid/bluetooth/le/AdvertisingSetParameters$Builder;->setAnonymous(Z)Landroid/bluetooth/le/AdvertisingSetParameters$Builder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters$Builder;->setConnectable(Z)Landroid/bluetooth/le/AdvertisingSetParameters$Builder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters$Builder;->setIncludeTxPower(Z)Landroid/bluetooth/le/AdvertisingSetParameters$Builder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters$Builder;->setInterval(I)Landroid/bluetooth/le/AdvertisingSetParameters$Builder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters$Builder;->setLegacyMode(Z)Landroid/bluetooth/le/AdvertisingSetParameters$Builder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters$Builder;->setOwnAddressType(I)Landroid/bluetooth/le/AdvertisingSetParameters$Builder;,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters$Builder;->setPrimaryPhy(I)Landroid/bluetooth/le/AdvertisingSetParameters$Builder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters$Builder;->setScannable(Z)Landroid/bluetooth/le/AdvertisingSetParameters$Builder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters$Builder;->setSecondaryPhy(I)Landroid/bluetooth/le/AdvertisingSetParameters$Builder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters$Builder;->setTxPowerLevel(I)Landroid/bluetooth/le/AdvertisingSetParameters$Builder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters;-><init>(Landroid/os/Parcel;)V,lo-prio,max-target-o
-Landroid/bluetooth/le/AdvertisingSetParameters;->ADDRESS_TYPE_DEFAULT:I,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters;->ADDRESS_TYPE_PUBLIC:I,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters;->ADDRESS_TYPE_RANDOM:I,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters;->CREATOR:Landroid/os/Parcelable$Creator;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters;->INTERVAL_HIGH:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters;->INTERVAL_LOW:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters;->INTERVAL_MAX:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters;->INTERVAL_MEDIUM:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters;->INTERVAL_MIN:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters;->LIMITED_ADVERTISING_MAX_MILLIS:I,lo-prio,max-target-o
-Landroid/bluetooth/le/AdvertisingSetParameters;->TX_POWER_HIGH:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters;->TX_POWER_LOW:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters;->TX_POWER_MAX:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters;->TX_POWER_MEDIUM:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters;->TX_POWER_MIN:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters;->TX_POWER_ULTRA_LOW:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters;->describeContents()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters;->getInterval()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters;->getOwnAddressType()I,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters;->getPrimaryPhy()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters;->getSecondaryPhy()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters;->getTxPowerLevel()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters;->includeTxPower()Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters;->isAnonymous()Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters;->isConnectable()Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters;->isLegacy()Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters;->isScannable()Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters;->mConnectable:Z,lo-prio,max-target-o
-Landroid/bluetooth/le/AdvertisingSetParameters;->mIncludeTxPower:Z,lo-prio,max-target-o
-Landroid/bluetooth/le/AdvertisingSetParameters;->mInterval:I,lo-prio,max-target-o
-Landroid/bluetooth/le/AdvertisingSetParameters;->mIsAnonymous:Z,lo-prio,max-target-o
-Landroid/bluetooth/le/AdvertisingSetParameters;->mIsLegacy:Z,lo-prio,max-target-o
-Landroid/bluetooth/le/AdvertisingSetParameters;->mPrimaryPhy:I,lo-prio,max-target-o
-Landroid/bluetooth/le/AdvertisingSetParameters;->mScannable:Z,lo-prio,max-target-o
-Landroid/bluetooth/le/AdvertisingSetParameters;->mSecondaryPhy:I,lo-prio,max-target-o
-Landroid/bluetooth/le/AdvertisingSetParameters;->mTxPowerLevel:I,lo-prio,max-target-o
-Landroid/bluetooth/le/AdvertisingSetParameters;->toString()Ljava/lang/String;,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters;->writeToParcel(Landroid/os/Parcel;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeAdvertiser$1;->onAdvertisingEnabled(Landroid/bluetooth/le/AdvertisingSet;ZI)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeAdvertiser$1;->onAdvertisingSetStarted(Landroid/bluetooth/le/AdvertisingSet;II)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeAdvertiser$2$10;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeAdvertiser$2$1;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeAdvertiser$2$2;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeAdvertiser$2$3;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeAdvertiser$2$4;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeAdvertiser$2$5;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeAdvertiser$2$6;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeAdvertiser$2$7;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeAdvertiser$2$8;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeAdvertiser$2$9;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeAdvertiser$3;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeAdvertiser$4;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeAdvertiser$5;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeAdvertiser;->FLAGS_FIELD_BYTES:I,lo-prio,max-target-o
-Landroid/bluetooth/le/BluetoothLeAdvertiser;->MANUFACTURER_SPECIFIC_DATA_LENGTH:I,lo-prio,max-target-o
-Landroid/bluetooth/le/BluetoothLeAdvertiser;->MAX_ADVERTISING_DATA_BYTES:I,lo-prio,max-target-o
-Landroid/bluetooth/le/BluetoothLeAdvertiser;->MAX_LEGACY_ADVERTISING_DATA_BYTES:I,lo-prio,max-target-o
-Landroid/bluetooth/le/BluetoothLeAdvertiser;->OVERHEAD_BYTES_PER_FIELD:I,lo-prio,max-target-o
-Landroid/bluetooth/le/BluetoothLeAdvertiser;->TAG:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/le/BluetoothLeAdvertiser;->byteLength([B)I,lo-prio,max-target-o
-Landroid/bluetooth/le/BluetoothLeAdvertiser;->cleanup()V,lo-prio,max-target-o
-Landroid/bluetooth/le/BluetoothLeAdvertiser;->mAdvertisingSets:Ljava/util/Map;,lo-prio,max-target-o
-Landroid/bluetooth/le/BluetoothLeAdvertiser;->mBluetoothAdapter:Landroid/bluetooth/BluetoothAdapter;,lo-prio,max-target-o
-Landroid/bluetooth/le/BluetoothLeAdvertiser;->mBluetoothManager:Landroid/bluetooth/IBluetoothManager;,lo-prio,max-target-o
-Landroid/bluetooth/le/BluetoothLeAdvertiser;->mCallbackWrappers:Ljava/util/Map;,lo-prio,max-target-o
-Landroid/bluetooth/le/BluetoothLeAdvertiser;->mHandler:Landroid/os/Handler;,lo-prio,max-target-o
-Landroid/bluetooth/le/BluetoothLeAdvertiser;->mLegacyAdvertisers:Ljava/util/Map;,lo-prio,max-target-o
-Landroid/bluetooth/le/BluetoothLeAdvertiser;->postStartFailure(Landroid/bluetooth/le/AdvertiseCallback;I)V,lo-prio,max-target-o
-Landroid/bluetooth/le/BluetoothLeAdvertiser;->postStartSetFailure(Landroid/os/Handler;Landroid/bluetooth/le/AdvertisingSetCallback;I)V,lo-prio,max-target-o
-Landroid/bluetooth/le/BluetoothLeAdvertiser;->postStartSuccess(Landroid/bluetooth/le/AdvertiseCallback;Landroid/bluetooth/le/AdvertiseSettings;)V,lo-prio,max-target-o
-Landroid/bluetooth/le/BluetoothLeAdvertiser;->startAdvertising(Landroid/bluetooth/le/AdvertiseSettings;Landroid/bluetooth/le/AdvertiseData;Landroid/bluetooth/le/AdvertiseCallback;)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeAdvertiser;->startAdvertising(Landroid/bluetooth/le/AdvertiseSettings;Landroid/bluetooth/le/AdvertiseData;Landroid/bluetooth/le/AdvertiseData;Landroid/bluetooth/le/AdvertiseCallback;)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeAdvertiser;->startAdvertisingSet(Landroid/bluetooth/le/AdvertisingSetParameters;Landroid/bluetooth/le/AdvertiseData;Landroid/bluetooth/le/AdvertiseData;Landroid/bluetooth/le/PeriodicAdvertisingParameters;Landroid/bluetooth/le/AdvertiseData;IILandroid/bluetooth/le/AdvertisingSetCallback;)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeAdvertiser;->startAdvertisingSet(Landroid/bluetooth/le/AdvertisingSetParameters;Landroid/bluetooth/le/AdvertiseData;Landroid/bluetooth/le/AdvertiseData;Landroid/bluetooth/le/PeriodicAdvertisingParameters;Landroid/bluetooth/le/AdvertiseData;IILandroid/bluetooth/le/AdvertisingSetCallback;Landroid/os/Handler;)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeAdvertiser;->startAdvertisingSet(Landroid/bluetooth/le/AdvertisingSetParameters;Landroid/bluetooth/le/AdvertiseData;Landroid/bluetooth/le/AdvertiseData;Landroid/bluetooth/le/PeriodicAdvertisingParameters;Landroid/bluetooth/le/AdvertiseData;Landroid/bluetooth/le/AdvertisingSetCallback;)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeAdvertiser;->startAdvertisingSet(Landroid/bluetooth/le/AdvertisingSetParameters;Landroid/bluetooth/le/AdvertiseData;Landroid/bluetooth/le/AdvertiseData;Landroid/bluetooth/le/PeriodicAdvertisingParameters;Landroid/bluetooth/le/AdvertiseData;Landroid/bluetooth/le/AdvertisingSetCallback;Landroid/os/Handler;)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeAdvertiser;->stopAdvertising(Landroid/bluetooth/le/AdvertiseCallback;)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeAdvertiser;->stopAdvertisingSet(Landroid/bluetooth/le/AdvertisingSetCallback;)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeAdvertiser;->totalBytes(Landroid/bluetooth/le/AdvertiseData;Z)I,lo-prio,max-target-o
-Landroid/bluetooth/le/BluetoothLeAdvertiser;->wrap(Landroid/bluetooth/le/AdvertisingSetCallback;Landroid/os/Handler;)Landroid/bluetooth/le/IAdvertisingSetCallback;,lo-prio,max-target-o
-Landroid/bluetooth/le/BluetoothLeAdvertiser;->wrapOldCallback(Landroid/bluetooth/le/AdvertiseCallback;Landroid/bluetooth/le/AdvertiseSettings;)Landroid/bluetooth/le/AdvertisingSetCallback;,lo-prio,max-target-o
-Landroid/bluetooth/le/BluetoothLeScanner$1;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeScanner$BleScanCallbackWrapper$1;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeScanner$BleScanCallbackWrapper$2;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeScanner$BleScanCallbackWrapper$3;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeScanner$BleScanCallbackWrapper;->REGISTRATION_CALLBACK_TIMEOUT_MILLIS:I,lo-prio,max-target-o
-Landroid/bluetooth/le/BluetoothLeScanner$BleScanCallbackWrapper;->flushPendingBatchResults()V,lo-prio,max-target-o
-Landroid/bluetooth/le/BluetoothLeScanner$BleScanCallbackWrapper;->mBluetoothGatt:Landroid/bluetooth/IBluetoothGatt;,lo-prio,max-target-o
-Landroid/bluetooth/le/BluetoothLeScanner$BleScanCallbackWrapper;->mFilters:Ljava/util/List;,lo-prio,max-target-o
-Landroid/bluetooth/le/BluetoothLeScanner$BleScanCallbackWrapper;->mScanCallback:Landroid/bluetooth/le/ScanCallback;,lo-prio,max-target-o
-Landroid/bluetooth/le/BluetoothLeScanner$BleScanCallbackWrapper;->mScannerId:I,lo-prio,max-target-o
-Landroid/bluetooth/le/BluetoothLeScanner$BleScanCallbackWrapper;->mSettings:Landroid/bluetooth/le/ScanSettings;,lo-prio,max-target-o
-Landroid/bluetooth/le/BluetoothLeScanner$BleScanCallbackWrapper;->mWorkSource:Landroid/os/WorkSource;,lo-prio,max-target-o
-Landroid/bluetooth/le/BluetoothLeScanner$BleScanCallbackWrapper;->onBatchScanResults(Ljava/util/List;)V,lo-prio,max-target-o
-Landroid/bluetooth/le/BluetoothLeScanner$BleScanCallbackWrapper;->onFoundOrLost(ZLandroid/bluetooth/le/ScanResult;)V,lo-prio,max-target-o
-Landroid/bluetooth/le/BluetoothLeScanner$BleScanCallbackWrapper;->onScanManagerErrorCallback(I)V,lo-prio,max-target-o
-Landroid/bluetooth/le/BluetoothLeScanner$BleScanCallbackWrapper;->onScanResult(Landroid/bluetooth/le/ScanResult;)V,lo-prio,max-target-o
-Landroid/bluetooth/le/BluetoothLeScanner$BleScanCallbackWrapper;->onScannerRegistered(II)V,lo-prio,max-target-o
-Landroid/bluetooth/le/BluetoothLeScanner$BleScanCallbackWrapper;->startRegistration()V,lo-prio,max-target-o
-Landroid/bluetooth/le/BluetoothLeScanner$BleScanCallbackWrapper;->stopLeScan()V,lo-prio,max-target-o
-Landroid/bluetooth/le/BluetoothLeScanner;->DBG:Z,lo-prio,max-target-o
-Landroid/bluetooth/le/BluetoothLeScanner;->EXTRA_CALLBACK_TYPE:Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeScanner;->EXTRA_ERROR_CODE:Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeScanner;->EXTRA_LIST_SCAN_RESULT:Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeScanner;->TAG:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/le/BluetoothLeScanner;->VDBG:Z,lo-prio,max-target-o
-Landroid/bluetooth/le/BluetoothLeScanner;->cleanup()V,lo-prio,max-target-o
-Landroid/bluetooth/le/BluetoothLeScanner;->flushPendingScanResults(Landroid/bluetooth/le/ScanCallback;)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeScanner;->isHardwareResourcesAvailableForScan(Landroid/bluetooth/le/ScanSettings;)Z,lo-prio,max-target-o
-Landroid/bluetooth/le/BluetoothLeScanner;->isSettingsAndFilterComboAllowed(Landroid/bluetooth/le/ScanSettings;Ljava/util/List;)Z,lo-prio,max-target-o
-Landroid/bluetooth/le/BluetoothLeScanner;->isSettingsConfigAllowedForScan(Landroid/bluetooth/le/ScanSettings;)Z,lo-prio,max-target-o
-Landroid/bluetooth/le/BluetoothLeScanner;->mBluetoothAdapter:Landroid/bluetooth/BluetoothAdapter;,lo-prio,max-target-o
-Landroid/bluetooth/le/BluetoothLeScanner;->mBluetoothManager:Landroid/bluetooth/IBluetoothManager;,lo-prio,max-target-o
-Landroid/bluetooth/le/BluetoothLeScanner;->mHandler:Landroid/os/Handler;,lo-prio,max-target-o
-Landroid/bluetooth/le/BluetoothLeScanner;->mLeScanClients:Ljava/util/Map;,lo-prio,max-target-o
-Landroid/bluetooth/le/BluetoothLeScanner;->postCallbackError(Landroid/bluetooth/le/ScanCallback;I)V,lo-prio,max-target-o
-Landroid/bluetooth/le/BluetoothLeScanner;->postCallbackErrorOrReturn(Landroid/bluetooth/le/ScanCallback;I)I,lo-prio,max-target-o
-Landroid/bluetooth/le/BluetoothLeScanner;->startScan(Landroid/bluetooth/le/ScanCallback;)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeScanner;->startScan(Ljava/util/List;Landroid/bluetooth/le/ScanSettings;Landroid/app/PendingIntent;)I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeScanner;->startScan(Ljava/util/List;Landroid/bluetooth/le/ScanSettings;Landroid/bluetooth/le/ScanCallback;)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeScanner;->startScanFromSource(Landroid/os/WorkSource;Landroid/bluetooth/le/ScanCallback;)V,sdk,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeScanner;->startScanFromSource(Ljava/util/List;Landroid/bluetooth/le/ScanSettings;Landroid/os/WorkSource;Landroid/bluetooth/le/ScanCallback;)V,sdk,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeScanner;->startTruncatedScan(Ljava/util/List;Landroid/bluetooth/le/ScanSettings;Landroid/bluetooth/le/ScanCallback;)V,sdk,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeScanner;->stopScan(Landroid/app/PendingIntent;)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeScanner;->stopScan(Landroid/bluetooth/le/ScanCallback;)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeUtils;-><init>()V,lo-prio,max-target-o
-Landroid/bluetooth/le/BluetoothLeUtils;->checkAdapterStateOn(Landroid/bluetooth/BluetoothAdapter;)V,lo-prio,max-target-o
-Landroid/bluetooth/le/BluetoothLeUtils;->equals(Landroid/util/SparseArray;Landroid/util/SparseArray;)Z,lo-prio,max-target-o
-Landroid/bluetooth/le/BluetoothLeUtils;->equals(Ljava/util/Map;Ljava/util/Map;)Z,lo-prio,max-target-o
-Landroid/bluetooth/le/BluetoothLeUtils;->toString(Landroid/util/SparseArray;)Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/le/BluetoothLeUtils;->toString(Ljava/util/Map;)Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/le/IAdvertisingSetCallback$Default;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/IAdvertisingSetCallback$Stub$Proxy;-><init>(Landroid/os/IBinder;)V,lo-prio,max-target-o
-Landroid/bluetooth/le/IAdvertisingSetCallback$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/IAdvertisingSetCallback$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/le/IAdvertisingSetCallback$Stub$Proxy;->mRemote:Landroid/os/IBinder;,lo-prio,max-target-o
-Landroid/bluetooth/le/IAdvertisingSetCallback$Stub$Proxy;->onAdvertisingDataSet(II)V,lo-prio,max-target-o
-Landroid/bluetooth/le/IAdvertisingSetCallback$Stub$Proxy;->onAdvertisingEnabled(IZI)V,lo-prio,max-target-o
-Landroid/bluetooth/le/IAdvertisingSetCallback$Stub$Proxy;->onAdvertisingParametersUpdated(III)V,lo-prio,max-target-o
-Landroid/bluetooth/le/IAdvertisingSetCallback$Stub$Proxy;->onAdvertisingSetStarted(III)V,lo-prio,max-target-o
-Landroid/bluetooth/le/IAdvertisingSetCallback$Stub$Proxy;->onAdvertisingSetStopped(I)V,lo-prio,max-target-o
-Landroid/bluetooth/le/IAdvertisingSetCallback$Stub$Proxy;->onOwnAddressRead(IILjava/lang/String;)V,lo-prio,max-target-o
-Landroid/bluetooth/le/IAdvertisingSetCallback$Stub$Proxy;->onPeriodicAdvertisingDataSet(II)V,lo-prio,max-target-o
-Landroid/bluetooth/le/IAdvertisingSetCallback$Stub$Proxy;->onPeriodicAdvertisingEnabled(IZI)V,lo-prio,max-target-o
-Landroid/bluetooth/le/IAdvertisingSetCallback$Stub$Proxy;->onPeriodicAdvertisingParametersUpdated(II)V,lo-prio,max-target-o
-Landroid/bluetooth/le/IAdvertisingSetCallback$Stub$Proxy;->onScanResponseDataSet(II)V,lo-prio,max-target-o
-Landroid/bluetooth/le/IAdvertisingSetCallback$Stub;-><init>()V,lo-prio,max-target-o
-Landroid/bluetooth/le/IAdvertisingSetCallback$Stub;->DESCRIPTOR:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/le/IAdvertisingSetCallback$Stub;->TRANSACTION_onAdvertisingDataSet:I,lo-prio,max-target-o
-Landroid/bluetooth/le/IAdvertisingSetCallback$Stub;->TRANSACTION_onAdvertisingEnabled:I,lo-prio,max-target-o
-Landroid/bluetooth/le/IAdvertisingSetCallback$Stub;->TRANSACTION_onAdvertisingParametersUpdated:I,lo-prio,max-target-o
-Landroid/bluetooth/le/IAdvertisingSetCallback$Stub;->TRANSACTION_onAdvertisingSetStarted:I,lo-prio,max-target-o
-Landroid/bluetooth/le/IAdvertisingSetCallback$Stub;->TRANSACTION_onAdvertisingSetStopped:I,lo-prio,max-target-o
-Landroid/bluetooth/le/IAdvertisingSetCallback$Stub;->TRANSACTION_onOwnAddressRead:I,lo-prio,max-target-o
-Landroid/bluetooth/le/IAdvertisingSetCallback$Stub;->TRANSACTION_onPeriodicAdvertisingDataSet:I,lo-prio,max-target-o
-Landroid/bluetooth/le/IAdvertisingSetCallback$Stub;->TRANSACTION_onPeriodicAdvertisingEnabled:I,lo-prio,max-target-o
-Landroid/bluetooth/le/IAdvertisingSetCallback$Stub;->TRANSACTION_onPeriodicAdvertisingParametersUpdated:I,lo-prio,max-target-o
-Landroid/bluetooth/le/IAdvertisingSetCallback$Stub;->TRANSACTION_onScanResponseDataSet:I,lo-prio,max-target-o
-Landroid/bluetooth/le/IAdvertisingSetCallback$Stub;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/IAdvertisingSetCallback$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/le/IAdvertisingSetCallback;,lo-prio,max-target-o
-Landroid/bluetooth/le/IAdvertisingSetCallback$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/IAdvertisingSetCallback;->onAdvertisingDataSet(II)V,lo-prio,max-target-o
-Landroid/bluetooth/le/IAdvertisingSetCallback;->onAdvertisingEnabled(IZI)V,lo-prio,max-target-o
-Landroid/bluetooth/le/IAdvertisingSetCallback;->onAdvertisingParametersUpdated(III)V,lo-prio,max-target-o
-Landroid/bluetooth/le/IAdvertisingSetCallback;->onAdvertisingSetStarted(III)V,lo-prio,max-target-o
-Landroid/bluetooth/le/IAdvertisingSetCallback;->onAdvertisingSetStopped(I)V,lo-prio,max-target-o
-Landroid/bluetooth/le/IAdvertisingSetCallback;->onOwnAddressRead(IILjava/lang/String;)V,lo-prio,max-target-o
-Landroid/bluetooth/le/IAdvertisingSetCallback;->onPeriodicAdvertisingDataSet(II)V,lo-prio,max-target-o
-Landroid/bluetooth/le/IAdvertisingSetCallback;->onPeriodicAdvertisingEnabled(IZI)V,lo-prio,max-target-o
-Landroid/bluetooth/le/IAdvertisingSetCallback;->onPeriodicAdvertisingParametersUpdated(II)V,lo-prio,max-target-o
-Landroid/bluetooth/le/IAdvertisingSetCallback;->onScanResponseDataSet(II)V,lo-prio,max-target-o
-Landroid/bluetooth/le/IPeriodicAdvertisingCallback$Default;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/IPeriodicAdvertisingCallback$Stub$Proxy;-><init>(Landroid/os/IBinder;)V,lo-prio,max-target-o
-Landroid/bluetooth/le/IPeriodicAdvertisingCallback$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/IPeriodicAdvertisingCallback$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/le/IPeriodicAdvertisingCallback$Stub$Proxy;->mRemote:Landroid/os/IBinder;,lo-prio,max-target-o
-Landroid/bluetooth/le/IPeriodicAdvertisingCallback$Stub$Proxy;->onPeriodicAdvertisingReport(Landroid/bluetooth/le/PeriodicAdvertisingReport;)V,lo-prio,max-target-o
-Landroid/bluetooth/le/IPeriodicAdvertisingCallback$Stub$Proxy;->onSyncEstablished(ILandroid/bluetooth/BluetoothDevice;IIII)V,lo-prio,max-target-o
-Landroid/bluetooth/le/IPeriodicAdvertisingCallback$Stub$Proxy;->onSyncLost(I)V,lo-prio,max-target-o
-Landroid/bluetooth/le/IPeriodicAdvertisingCallback$Stub;-><init>()V,lo-prio,max-target-o
-Landroid/bluetooth/le/IPeriodicAdvertisingCallback$Stub;->DESCRIPTOR:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/le/IPeriodicAdvertisingCallback$Stub;->TRANSACTION_onPeriodicAdvertisingReport:I,lo-prio,max-target-o
-Landroid/bluetooth/le/IPeriodicAdvertisingCallback$Stub;->TRANSACTION_onSyncEstablished:I,lo-prio,max-target-o
-Landroid/bluetooth/le/IPeriodicAdvertisingCallback$Stub;->TRANSACTION_onSyncLost:I,lo-prio,max-target-o
-Landroid/bluetooth/le/IPeriodicAdvertisingCallback$Stub;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/IPeriodicAdvertisingCallback$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/le/IPeriodicAdvertisingCallback;,lo-prio,max-target-o
-Landroid/bluetooth/le/IPeriodicAdvertisingCallback$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/IPeriodicAdvertisingCallback;->onPeriodicAdvertisingReport(Landroid/bluetooth/le/PeriodicAdvertisingReport;)V,lo-prio,max-target-o
-Landroid/bluetooth/le/IPeriodicAdvertisingCallback;->onSyncEstablished(ILandroid/bluetooth/BluetoothDevice;IIII)V,lo-prio,max-target-o
-Landroid/bluetooth/le/IPeriodicAdvertisingCallback;->onSyncLost(I)V,lo-prio,max-target-o
-Landroid/bluetooth/le/IScannerCallback$Default;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/IScannerCallback$Stub$Proxy;-><init>(Landroid/os/IBinder;)V,lo-prio,max-target-o
-Landroid/bluetooth/le/IScannerCallback$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/IScannerCallback$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/le/IScannerCallback$Stub$Proxy;->mRemote:Landroid/os/IBinder;,lo-prio,max-target-o
-Landroid/bluetooth/le/IScannerCallback$Stub$Proxy;->onBatchScanResults(Ljava/util/List;)V,lo-prio,max-target-o
-Landroid/bluetooth/le/IScannerCallback$Stub$Proxy;->onFoundOrLost(ZLandroid/bluetooth/le/ScanResult;)V,lo-prio,max-target-o
-Landroid/bluetooth/le/IScannerCallback$Stub$Proxy;->onScanManagerErrorCallback(I)V,lo-prio,max-target-o
-Landroid/bluetooth/le/IScannerCallback$Stub$Proxy;->onScanResult(Landroid/bluetooth/le/ScanResult;)V,lo-prio,max-target-o
-Landroid/bluetooth/le/IScannerCallback$Stub$Proxy;->onScannerRegistered(II)V,lo-prio,max-target-o
-Landroid/bluetooth/le/IScannerCallback$Stub;-><init>()V,lo-prio,max-target-o
-Landroid/bluetooth/le/IScannerCallback$Stub;->DESCRIPTOR:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/le/IScannerCallback$Stub;->TRANSACTION_onBatchScanResults:I,lo-prio,max-target-o
-Landroid/bluetooth/le/IScannerCallback$Stub;->TRANSACTION_onFoundOrLost:I,lo-prio,max-target-o
-Landroid/bluetooth/le/IScannerCallback$Stub;->TRANSACTION_onScanManagerErrorCallback:I,lo-prio,max-target-o
-Landroid/bluetooth/le/IScannerCallback$Stub;->TRANSACTION_onScanResult:I,lo-prio,max-target-o
-Landroid/bluetooth/le/IScannerCallback$Stub;->TRANSACTION_onScannerRegistered:I,lo-prio,max-target-o
-Landroid/bluetooth/le/IScannerCallback$Stub;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/IScannerCallback$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/le/IScannerCallback;,lo-prio,max-target-o
-Landroid/bluetooth/le/IScannerCallback$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/IScannerCallback;->onBatchScanResults(Ljava/util/List;)V,lo-prio,max-target-o
-Landroid/bluetooth/le/IScannerCallback;->onFoundOrLost(ZLandroid/bluetooth/le/ScanResult;)V,lo-prio,max-target-o
-Landroid/bluetooth/le/IScannerCallback;->onScanManagerErrorCallback(I)V,lo-prio,max-target-o
-Landroid/bluetooth/le/IScannerCallback;->onScanResult(Landroid/bluetooth/le/ScanResult;)V,lo-prio,max-target-o
-Landroid/bluetooth/le/IScannerCallback;->onScannerRegistered(II)V,lo-prio,max-target-o
-Landroid/bluetooth/le/PeriodicAdvertisingCallback;-><init>()V,lo-prio,max-target-o
-Landroid/bluetooth/le/PeriodicAdvertisingCallback;->SYNC_NO_RESOURCES:I,lo-prio,max-target-o
-Landroid/bluetooth/le/PeriodicAdvertisingCallback;->SYNC_NO_RESPONSE:I,lo-prio,max-target-o
-Landroid/bluetooth/le/PeriodicAdvertisingCallback;->SYNC_SUCCESS:I,lo-prio,max-target-o
-Landroid/bluetooth/le/PeriodicAdvertisingCallback;->onPeriodicAdvertisingReport(Landroid/bluetooth/le/PeriodicAdvertisingReport;)V,lo-prio,max-target-o
-Landroid/bluetooth/le/PeriodicAdvertisingCallback;->onSyncEstablished(ILandroid/bluetooth/BluetoothDevice;IIII)V,lo-prio,max-target-o
-Landroid/bluetooth/le/PeriodicAdvertisingCallback;->onSyncLost(I)V,lo-prio,max-target-o
-Landroid/bluetooth/le/PeriodicAdvertisingManager$1$1;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/PeriodicAdvertisingManager$1$2;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/PeriodicAdvertisingManager$1$3;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/PeriodicAdvertisingManager$1$4;->run()V,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/PeriodicAdvertisingManager;->SKIP_MAX:I,lo-prio,max-target-o
-Landroid/bluetooth/le/PeriodicAdvertisingManager;->SKIP_MIN:I,lo-prio,max-target-o
-Landroid/bluetooth/le/PeriodicAdvertisingManager;->SYNC_STARTING:I,lo-prio,max-target-o
-Landroid/bluetooth/le/PeriodicAdvertisingManager;->TAG:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/le/PeriodicAdvertisingManager;->TIMEOUT_MAX:I,lo-prio,max-target-o
-Landroid/bluetooth/le/PeriodicAdvertisingManager;->TIMEOUT_MIN:I,lo-prio,max-target-o
-Landroid/bluetooth/le/PeriodicAdvertisingManager;->mBluetoothAdapter:Landroid/bluetooth/BluetoothAdapter;,lo-prio,max-target-o
-Landroid/bluetooth/le/PeriodicAdvertisingManager;->mBluetoothManager:Landroid/bluetooth/IBluetoothManager;,lo-prio,max-target-o
-Landroid/bluetooth/le/PeriodicAdvertisingManager;->mCallbackWrappers:Ljava/util/Map;,lo-prio,max-target-o
-Landroid/bluetooth/le/PeriodicAdvertisingManager;->registerSync(Landroid/bluetooth/le/ScanResult;IILandroid/bluetooth/le/PeriodicAdvertisingCallback;)V,lo-prio,max-target-o
-Landroid/bluetooth/le/PeriodicAdvertisingManager;->registerSync(Landroid/bluetooth/le/ScanResult;IILandroid/bluetooth/le/PeriodicAdvertisingCallback;Landroid/os/Handler;)V,lo-prio,max-target-o
-Landroid/bluetooth/le/PeriodicAdvertisingManager;->unregisterSync(Landroid/bluetooth/le/PeriodicAdvertisingCallback;)V,lo-prio,max-target-o
-Landroid/bluetooth/le/PeriodicAdvertisingManager;->wrap(Landroid/bluetooth/le/PeriodicAdvertisingCallback;Landroid/os/Handler;)Landroid/bluetooth/le/IPeriodicAdvertisingCallback;,lo-prio,max-target-o
-Landroid/bluetooth/le/PeriodicAdvertisingParameters$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/PeriodicAdvertisingParameters$1;->newArray(I)[Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/PeriodicAdvertisingParameters$Builder;-><init>()V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/PeriodicAdvertisingParameters$Builder;->build()Landroid/bluetooth/le/PeriodicAdvertisingParameters;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/PeriodicAdvertisingParameters$Builder;->mIncludeTxPower:Z,lo-prio,max-target-o
-Landroid/bluetooth/le/PeriodicAdvertisingParameters$Builder;->mInterval:I,lo-prio,max-target-o
-Landroid/bluetooth/le/PeriodicAdvertisingParameters$Builder;->setIncludeTxPower(Z)Landroid/bluetooth/le/PeriodicAdvertisingParameters$Builder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/PeriodicAdvertisingParameters$Builder;->setInterval(I)Landroid/bluetooth/le/PeriodicAdvertisingParameters$Builder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/PeriodicAdvertisingParameters;-><init>(Landroid/os/Parcel;)V,lo-prio,max-target-o
-Landroid/bluetooth/le/PeriodicAdvertisingParameters;-><init>(ZI)V,lo-prio,max-target-o
-Landroid/bluetooth/le/PeriodicAdvertisingParameters;->CREATOR:Landroid/os/Parcelable$Creator;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/PeriodicAdvertisingParameters;->INTERVAL_MAX:I,lo-prio,max-target-o
-Landroid/bluetooth/le/PeriodicAdvertisingParameters;->INTERVAL_MIN:I,lo-prio,max-target-o
-Landroid/bluetooth/le/PeriodicAdvertisingParameters;->describeContents()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/PeriodicAdvertisingParameters;->getIncludeTxPower()Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/PeriodicAdvertisingParameters;->getInterval()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/PeriodicAdvertisingParameters;->mIncludeTxPower:Z,lo-prio,max-target-o
-Landroid/bluetooth/le/PeriodicAdvertisingParameters;->mInterval:I,lo-prio,max-target-o
-Landroid/bluetooth/le/PeriodicAdvertisingParameters;->writeToParcel(Landroid/os/Parcel;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/PeriodicAdvertisingReport$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/PeriodicAdvertisingReport$1;->newArray(I)[Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/PeriodicAdvertisingReport;-><init>(IIIILandroid/bluetooth/le/ScanRecord;)V,lo-prio,max-target-o
-Landroid/bluetooth/le/PeriodicAdvertisingReport;-><init>(Landroid/os/Parcel;)V,lo-prio,max-target-o
-Landroid/bluetooth/le/PeriodicAdvertisingReport;->CREATOR:Landroid/os/Parcelable$Creator;,lo-prio,max-target-o
-Landroid/bluetooth/le/PeriodicAdvertisingReport;->DATA_COMPLETE:I,lo-prio,max-target-o
-Landroid/bluetooth/le/PeriodicAdvertisingReport;->DATA_INCOMPLETE_TRUNCATED:I,lo-prio,max-target-o
-Landroid/bluetooth/le/PeriodicAdvertisingReport;->describeContents()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/PeriodicAdvertisingReport;->equals(Ljava/lang/Object;)Z,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/PeriodicAdvertisingReport;->getData()Landroid/bluetooth/le/ScanRecord;,lo-prio,max-target-o
-Landroid/bluetooth/le/PeriodicAdvertisingReport;->getDataStatus()I,lo-prio,max-target-o
-Landroid/bluetooth/le/PeriodicAdvertisingReport;->getRssi()I,lo-prio,max-target-o
-Landroid/bluetooth/le/PeriodicAdvertisingReport;->getSyncHandle()I,lo-prio,max-target-o
-Landroid/bluetooth/le/PeriodicAdvertisingReport;->getTimestampNanos()J,lo-prio,max-target-o
-Landroid/bluetooth/le/PeriodicAdvertisingReport;->getTxPower()I,lo-prio,max-target-o
-Landroid/bluetooth/le/PeriodicAdvertisingReport;->hashCode()I,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/PeriodicAdvertisingReport;->mData:Landroid/bluetooth/le/ScanRecord;,lo-prio,max-target-o
-Landroid/bluetooth/le/PeriodicAdvertisingReport;->mDataStatus:I,lo-prio,max-target-o
-Landroid/bluetooth/le/PeriodicAdvertisingReport;->mRssi:I,lo-prio,max-target-o
-Landroid/bluetooth/le/PeriodicAdvertisingReport;->mSyncHandle:I,lo-prio,max-target-o
-Landroid/bluetooth/le/PeriodicAdvertisingReport;->mTimestampNanos:J,lo-prio,max-target-o
-Landroid/bluetooth/le/PeriodicAdvertisingReport;->mTxPower:I,lo-prio,max-target-o
-Landroid/bluetooth/le/PeriodicAdvertisingReport;->readFromParcel(Landroid/os/Parcel;)V,lo-prio,max-target-o
-Landroid/bluetooth/le/PeriodicAdvertisingReport;->toString()Ljava/lang/String;,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/PeriodicAdvertisingReport;->writeToParcel(Landroid/os/Parcel;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ResultStorageDescriptor$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ResultStorageDescriptor$1;->newArray(I)[Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ResultStorageDescriptor;-><init>(III)V,sdk,system-api,test-api
-Landroid/bluetooth/le/ResultStorageDescriptor;-><init>(Landroid/os/Parcel;)V,lo-prio,max-target-o
-Landroid/bluetooth/le/ResultStorageDescriptor;->CREATOR:Landroid/os/Parcelable$Creator;,sdk,system-api,test-api
-Landroid/bluetooth/le/ResultStorageDescriptor;->ReadFromParcel(Landroid/os/Parcel;)V,lo-prio,max-target-o
-Landroid/bluetooth/le/ResultStorageDescriptor;->describeContents()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ResultStorageDescriptor;->getLength()I,sdk,system-api,test-api
-Landroid/bluetooth/le/ResultStorageDescriptor;->getOffset()I,sdk,system-api,test-api
-Landroid/bluetooth/le/ResultStorageDescriptor;->getType()I,sdk,system-api,test-api
-Landroid/bluetooth/le/ResultStorageDescriptor;->mLength:I,lo-prio,max-target-o
-Landroid/bluetooth/le/ResultStorageDescriptor;->mOffset:I,lo-prio,max-target-o
-Landroid/bluetooth/le/ResultStorageDescriptor;->mType:I,lo-prio,max-target-o
-Landroid/bluetooth/le/ResultStorageDescriptor;->writeToParcel(Landroid/os/Parcel;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanCallback;-><init>()V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanCallback;->NO_ERROR:I,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanCallback;->SCAN_FAILED_ALREADY_STARTED:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanCallback;->SCAN_FAILED_APPLICATION_REGISTRATION_FAILED:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanCallback;->SCAN_FAILED_FEATURE_UNSUPPORTED:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanCallback;->SCAN_FAILED_INTERNAL_ERROR:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanCallback;->SCAN_FAILED_OUT_OF_HARDWARE_RESOURCES:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanCallback;->SCAN_FAILED_SCANNING_TOO_FREQUENTLY:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanCallback;->onBatchScanResults(Ljava/util/List;)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanCallback;->onScanFailed(I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanCallback;->onScanResult(ILandroid/bluetooth/le/ScanResult;)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanFilter$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanFilter$1;->newArray(I)[Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanFilter$Builder;-><init>()V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanFilter$Builder;->LEN_IRK_OCTETS:I,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanFilter$Builder;->build()Landroid/bluetooth/le/ScanFilter;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanFilter$Builder;->mDeviceAddress:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanFilter$Builder;->mDeviceName:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanFilter$Builder;->mManufacturerData:[B,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanFilter$Builder;->mManufacturerDataMask:[B,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanFilter$Builder;->mManufacturerId:I,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanFilter$Builder;->mServiceData:[B,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanFilter$Builder;->mServiceDataMask:[B,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanFilter$Builder;->mServiceDataUuid:Landroid/os/ParcelUuid;,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanFilter$Builder;->mServiceUuid:Landroid/os/ParcelUuid;,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanFilter$Builder;->mUuidMask:Landroid/os/ParcelUuid;,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanFilter$Builder;->setAdvertisingDataType(I)Landroid/bluetooth/le/ScanFilter$Builder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanFilter$Builder;->setAdvertisingDataTypeWithData(I[B[B)Landroid/bluetooth/le/ScanFilter$Builder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanFilter$Builder;->setDeviceAddress(Ljava/lang/String;)Landroid/bluetooth/le/ScanFilter$Builder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanFilter$Builder;->setDeviceAddress(Ljava/lang/String;I)Landroid/bluetooth/le/ScanFilter$Builder;,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanFilter$Builder;->setDeviceAddress(Ljava/lang/String;I[B)Landroid/bluetooth/le/ScanFilter$Builder;,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanFilter$Builder;->setDeviceName(Ljava/lang/String;)Landroid/bluetooth/le/ScanFilter$Builder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanFilter$Builder;->setManufacturerData(I[B)Landroid/bluetooth/le/ScanFilter$Builder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanFilter$Builder;->setManufacturerData(I[B[B)Landroid/bluetooth/le/ScanFilter$Builder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanFilter$Builder;->setServiceData(Landroid/os/ParcelUuid;[B)Landroid/bluetooth/le/ScanFilter$Builder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanFilter$Builder;->setServiceData(Landroid/os/ParcelUuid;[B[B)Landroid/bluetooth/le/ScanFilter$Builder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanFilter$Builder;->setServiceSolicitationUuid(Landroid/os/ParcelUuid;)Landroid/bluetooth/le/ScanFilter$Builder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanFilter$Builder;->setServiceSolicitationUuid(Landroid/os/ParcelUuid;Landroid/os/ParcelUuid;)Landroid/bluetooth/le/ScanFilter$Builder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanFilter$Builder;->setServiceUuid(Landroid/os/ParcelUuid;)Landroid/bluetooth/le/ScanFilter$Builder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanFilter$Builder;->setServiceUuid(Landroid/os/ParcelUuid;Landroid/os/ParcelUuid;)Landroid/bluetooth/le/ScanFilter$Builder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanFilter;->CREATOR:Landroid/os/Parcelable$Creator;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanFilter;->EMPTY:Landroid/bluetooth/le/ScanFilter;,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanFilter;->describeContents()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanFilter;->equals(Ljava/lang/Object;)Z,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanFilter;->getAddressType()I,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanFilter;->getAdvertisingData()[B,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanFilter;->getAdvertisingDataMask()[B,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanFilter;->getAdvertisingDataType()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanFilter;->getDeviceAddress()Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanFilter;->getDeviceName()Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanFilter;->getIrk()[B,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanFilter;->getManufacturerData()[B,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanFilter;->getManufacturerDataMask()[B,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanFilter;->getManufacturerId()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanFilter;->getServiceData()[B,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanFilter;->getServiceDataMask()[B,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanFilter;->getServiceDataUuid()Landroid/os/ParcelUuid;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanFilter;->getServiceSolicitationUuid()Landroid/os/ParcelUuid;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanFilter;->getServiceSolicitationUuidMask()Landroid/os/ParcelUuid;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanFilter;->getServiceUuid()Landroid/os/ParcelUuid;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanFilter;->getServiceUuidMask()Landroid/os/ParcelUuid;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanFilter;->hashCode()I,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanFilter;->isAllFieldsEmpty()Z,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanFilter;->mDeviceAddress:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanFilter;->mDeviceName:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanFilter;->mManufacturerData:[B,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanFilter;->mManufacturerDataMask:[B,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanFilter;->mManufacturerId:I,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanFilter;->mServiceData:[B,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanFilter;->mServiceDataMask:[B,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanFilter;->mServiceDataUuid:Landroid/os/ParcelUuid;,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanFilter;->mServiceUuid:Landroid/os/ParcelUuid;,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanFilter;->mServiceUuidMask:Landroid/os/ParcelUuid;,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanFilter;->matches(Landroid/bluetooth/le/ScanResult;)Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanFilter;->matchesPartialData([B[B[B)Z,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanFilter;->matchesServiceUuid(Ljava/util/UUID;Ljava/util/UUID;Ljava/util/UUID;)Z,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanFilter;->matchesServiceUuids(Landroid/os/ParcelUuid;Landroid/os/ParcelUuid;Ljava/util/List;)Z,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanFilter;->toString()Ljava/lang/String;,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanFilter;->writeToParcel(Landroid/os/Parcel;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_3D_INFORMATION_DATA:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_ADVERTISING_INTERVAL:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_ADVERTISING_INTERVAL_LONG:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_APPEARANCE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_BIG_INFO:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_BROADCAST_CODE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_CHANNEL_MAP_UPDATE_INDICATION:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_CLASS_OF_DEVICE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_DEVICE_ID:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_FLAGS:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_INDOOR_POSITIONING:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_LE_BLUETOOTH_DEVICE_ADDRESS:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_LE_ROLE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_LE_SECURE_CONNECTIONS_CONFIRMATION_VALUE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_LE_SECURE_CONNECTIONS_RANDOM_VALUE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_LE_SUPPORTED_FEATURES:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_LOCAL_NAME_COMPLETE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_LOCAL_NAME_SHORT:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_MANUFACTURER_SPECIFIC_DATA:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_MESH_BEACON:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_MESH_MESSAGE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_NONE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_PB_ADV:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_PUBLIC_TARGET_ADDRESS:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_RANDOM_TARGET_ADDRESS:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_RESOLVABLE_SET_IDENTIFIER:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_SECURITY_MANAGER_OUT_OF_BAND_FLAGS:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_SERVICE_DATA_128_BIT:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_SERVICE_DATA_16_BIT:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_SERVICE_DATA_32_BIT:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_SERVICE_SOLICITATION_UUIDS_128_BIT:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_SERVICE_SOLICITATION_UUIDS_16_BIT:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_SERVICE_SOLICITATION_UUIDS_32_BIT:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_SERVICE_UUIDS_128_BIT_COMPLETE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_SERVICE_UUIDS_128_BIT_PARTIAL:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_SERVICE_UUIDS_16_BIT_COMPLETE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_SERVICE_UUIDS_16_BIT_PARTIAL:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_SERVICE_UUIDS_32_BIT_COMPLETE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_SERVICE_UUIDS_32_BIT_PARTIAL:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_SIMPLE_PAIRING_HASH_C:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_SIMPLE_PAIRING_HASH_C_256:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_SIMPLE_PAIRING_RANDOMIZER_R:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_SIMPLE_PAIRING_RANDOMIZER_R_256:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_SLAVE_CONNECTION_INTERVAL_RANGE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_TRANSPORT_DISCOVERY_DATA:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_TX_POWER_LEVEL:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_URI:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->TAG:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanRecord;->extractBytes([BII)[B,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanRecord;->getAdvertiseFlags()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->getAdvertisingDataMap()Ljava/util/Map;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->getBytes()[B,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->getDeviceName()Ljava/lang/String;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->getManufacturerSpecificData()Landroid/util/SparseArray;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->getManufacturerSpecificData(I)[B,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->getServiceData()Ljava/util/Map;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->getServiceData(Landroid/os/ParcelUuid;)[B,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->getServiceSolicitationUuids()Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->getServiceUuids()Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->getTxPowerLevel()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->mAdvertiseFlags:I,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanRecord;->mBytes:[B,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanRecord;->mDeviceName:Ljava/lang/String;,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanRecord;->mManufacturerSpecificData:Landroid/util/SparseArray;,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanRecord;->mServiceData:Ljava/util/Map;,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanRecord;->mServiceUuids:Ljava/util/List;,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanRecord;->mTxPowerLevel:I,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanRecord;->parseFromBytes([B)Landroid/bluetooth/le/ScanRecord;,unsupported
-Landroid/bluetooth/le/ScanRecord;->parseServiceUuid([BIIILjava/util/List;)I,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanRecord;->toString()Ljava/lang/String;,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanResult$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanResult$1;->newArray(I)[Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanResult;-><init>(Landroid/bluetooth/BluetoothDevice;IIIIIIILandroid/bluetooth/le/ScanRecord;J)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanResult;-><init>(Landroid/bluetooth/BluetoothDevice;Landroid/bluetooth/le/ScanRecord;IJ)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanResult;-><init>(Landroid/os/Parcel;)V,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanResult;->CREATOR:Landroid/os/Parcelable$Creator;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanResult;->DATA_COMPLETE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanResult;->DATA_TRUNCATED:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanResult;->ET_CONNECTABLE_MASK:I,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanResult;->ET_LEGACY_MASK:I,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanResult;->PERIODIC_INTERVAL_NOT_PRESENT:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanResult;->PHY_UNUSED:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanResult;->SID_NOT_PRESENT:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanResult;->TX_POWER_NOT_PRESENT:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanResult;->describeContents()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanResult;->equals(Ljava/lang/Object;)Z,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanResult;->getAdvertisingSid()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanResult;->getDataStatus()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanResult;->getDevice()Landroid/bluetooth/BluetoothDevice;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanResult;->getPeriodicAdvertisingInterval()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanResult;->getPrimaryPhy()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanResult;->getRssi()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanResult;->getScanRecord()Landroid/bluetooth/le/ScanRecord;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanResult;->getSecondaryPhy()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanResult;->getTimestampNanos()J,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanResult;->getTxPower()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanResult;->hashCode()I,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanResult;->isConnectable()Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanResult;->isLegacy()Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanResult;->mAdvertisingSid:I,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanResult;->mDevice:Landroid/bluetooth/BluetoothDevice;,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanResult;->mEventType:I,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanResult;->mPeriodicAdvertisingInterval:I,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanResult;->mPrimaryPhy:I,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanResult;->mRssi:I,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanResult;->mScanRecord:Landroid/bluetooth/le/ScanRecord;,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanResult;->mSecondaryPhy:I,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanResult;->mTimestampNanos:J,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanResult;->mTxPower:I,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanResult;->readFromParcel(Landroid/os/Parcel;)V,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanResult;->toString()Ljava/lang/String;,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanResult;->writeToParcel(Landroid/os/Parcel;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanSettings$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanSettings$1;->newArray(I)[Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanSettings$Builder;-><init>()V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanSettings$Builder;->build()Landroid/bluetooth/le/ScanSettings;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanSettings$Builder;->isValidCallbackType(I)Z,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanSettings$Builder;->mCallbackType:I,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanSettings$Builder;->mLegacy:Z,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanSettings$Builder;->mMatchMode:I,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanSettings$Builder;->mNumOfMatchesPerFilter:I,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanSettings$Builder;->mPhy:I,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanSettings$Builder;->mReportDelayMillis:J,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanSettings$Builder;->mScanMode:I,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanSettings$Builder;->mScanResultType:I,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanSettings$Builder;->setCallbackType(I)Landroid/bluetooth/le/ScanSettings$Builder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanSettings$Builder;->setLegacy(Z)Landroid/bluetooth/le/ScanSettings$Builder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanSettings$Builder;->setMatchMode(I)Landroid/bluetooth/le/ScanSettings$Builder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanSettings$Builder;->setNumOfMatches(I)Landroid/bluetooth/le/ScanSettings$Builder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanSettings$Builder;->setPhy(I)Landroid/bluetooth/le/ScanSettings$Builder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanSettings$Builder;->setReportDelay(J)Landroid/bluetooth/le/ScanSettings$Builder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanSettings$Builder;->setScanMode(I)Landroid/bluetooth/le/ScanSettings$Builder;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanSettings$Builder;->setScanResultType(I)Landroid/bluetooth/le/ScanSettings$Builder;,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanSettings;-><init>(IIIJIIZI)V,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanSettings;-><init>(Landroid/os/Parcel;)V,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanSettings;->CALLBACK_TYPE_ALL_MATCHES:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanSettings;->CALLBACK_TYPE_FIRST_MATCH:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanSettings;->CALLBACK_TYPE_MATCH_LOST:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanSettings;->CREATOR:Landroid/os/Parcelable$Creator;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanSettings;->MATCH_MODE_AGGRESSIVE:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanSettings;->MATCH_MODE_STICKY:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanSettings;->MATCH_NUM_FEW_ADVERTISEMENT:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanSettings;->MATCH_NUM_MAX_ADVERTISEMENT:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanSettings;->MATCH_NUM_ONE_ADVERTISEMENT:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanSettings;->PHY_LE_ALL_SUPPORTED:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanSettings;->SCAN_MODE_AMBIENT_DISCOVERY:I,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanSettings;->SCAN_MODE_BALANCED:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanSettings;->SCAN_MODE_LOW_LATENCY:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanSettings;->SCAN_MODE_LOW_POWER:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanSettings;->SCAN_MODE_OPPORTUNISTIC:I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanSettings;->SCAN_RESULT_TYPE_ABBREVIATED:I,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanSettings;->SCAN_RESULT_TYPE_FULL:I,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanSettings;->describeContents()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanSettings;->getCallbackType()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanSettings;->getLegacy()Z,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanSettings;->getMatchMode()I,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanSettings;->getNumOfMatches()I,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanSettings;->getPhy()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanSettings;->getReportDelayMillis()J,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanSettings;->getScanMode()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanSettings;->getScanResultType()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/ScanSettings;->mCallbackType:I,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanSettings;->mLegacy:Z,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanSettings;->mMatchMode:I,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanSettings;->mNumOfMatchesPerFilter:I,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanSettings;->mPhy:I,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanSettings;->mReportDelayMillis:J,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanSettings;->mScanMode:I,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanSettings;->mScanResultType:I,lo-prio,max-target-o
-Landroid/bluetooth/le/ScanSettings;->writeToParcel(Landroid/os/Parcel;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/TransportBlock$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/TransportBlock$1;->newArray(I)[Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/TransportBlock;-><init>(III[B)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/TransportBlock;->CREATOR:Landroid/os/Parcelable$Creator;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/TransportBlock;->describeContents()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/TransportBlock;->equals(Ljava/lang/Object;)Z,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/TransportBlock;->getOrgId()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/TransportBlock;->getTdsFlags()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/TransportBlock;->getTransportData()[B,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/TransportBlock;->getTransportDataLength()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/TransportBlock;->toByteArray()[B,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/TransportBlock;->totalBytes()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/TransportBlock;->writeToParcel(Landroid/os/Parcel;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/TransportDiscoveryData$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/TransportDiscoveryData$1;->newArray(I)[Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/TransportDiscoveryData;-><init>(ILjava/util/List;)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/TransportDiscoveryData;-><init>([B)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/TransportDiscoveryData;->CREATOR:Landroid/os/Parcelable$Creator;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/TransportDiscoveryData;->describeContents()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/TransportDiscoveryData;->equals(Ljava/lang/Object;)Z,core-platform-api,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/TransportDiscoveryData;->getTransportBlocks()Ljava/util/List;,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/TransportDiscoveryData;->getTransportDataType()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/TransportDiscoveryData;->toByteArray()[B,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/TransportDiscoveryData;->totalBytes()I,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/TransportDiscoveryData;->writeToParcel(Landroid/os/Parcel;I)V,public-api,sdk,system-api,test-api
-Landroid/bluetooth/le/TruncatedFilter;-><init>(Landroid/bluetooth/le/ScanFilter;Ljava/util/List;)V,sdk,system-api,test-api
-Landroid/bluetooth/le/TruncatedFilter;->getFilter()Landroid/bluetooth/le/ScanFilter;,sdk,system-api,test-api
-Landroid/bluetooth/le/TruncatedFilter;->getStorageDescriptors()Ljava/util/List;,sdk,system-api,test-api
-Landroid/bluetooth/le/TruncatedFilter;->mFilter:Landroid/bluetooth/le/ScanFilter;,lo-prio,max-target-o
-Landroid/bluetooth/le/TruncatedFilter;->mStorageDescriptors:Ljava/util/List;,lo-prio,max-target-o
-Lcom/android/bluetooth/x/android/sysprop/BluetoothProperties$$ExternalSyntheticLambda0;->apply(Ljava/lang/Object;)Ljava/lang/Object;,core-platform-api,public-api,sdk,system-api,test-api
-Lcom/android/bluetooth/x/android/sysprop/TelephonyProperties$$ExternalSyntheticLambda0;->apply(Ljava/lang/Object;)Ljava/lang/Object;,core-platform-api,public-api,sdk,system-api,test-api
-Lcom/android/bluetooth/x/com/android/modules/utils/ISynchronousResultReceiver$Default;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Lcom/android/bluetooth/x/com/android/modules/utils/ISynchronousResultReceiver$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Lcom/android/bluetooth/x/com/android/modules/utils/ISynchronousResultReceiver$Stub;->asBinder()Landroid/os/IBinder;,public-api,sdk,system-api,test-api
-Lcom/android/bluetooth/x/com/android/modules/utils/ISynchronousResultReceiver$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,sdk,system-api,test-api
-Lcom/android/bluetooth/x/com/android/modules/utils/SynchronousResultReceiver$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Lcom/android/bluetooth/x/com/android/modules/utils/SynchronousResultReceiver$1;->newArray(I)[Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Lcom/android/bluetooth/x/com/android/modules/utils/SynchronousResultReceiver$Result$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Lcom/android/bluetooth/x/com/android/modules/utils/SynchronousResultReceiver$Result$1;->newArray(I)[Ljava/lang/Object;,public-api,sdk,system-api,test-api
-Lcom/android/bluetooth/x/com/android/modules/utils/SynchronousResultReceiver$Result;->describeContents()I,public-api,sdk,system-api,test-api
-Lcom/android/bluetooth/x/com/android/modules/utils/SynchronousResultReceiver$Result;->writeToParcel(Landroid/os/Parcel;I)V,public-api,sdk,system-api,test-api
-Lcom/android/bluetooth/x/com/android/modules/utils/SynchronousResultReceiver;->describeContents()I,public-api,sdk,system-api,test-api
-Lcom/android/bluetooth/x/com/android/modules/utils/SynchronousResultReceiver;->writeToParcel(Landroid/os/Parcel;I)V,public-api,sdk,system-api,test-api
diff --git a/current/hiddenapi/filtered-stub-flags.csv b/current/hiddenapi/filtered-stub-flags.csv
deleted file mode 100644
index 31d29d5..0000000
--- a/current/hiddenapi/filtered-stub-flags.csv
+++ /dev/null
@@ -1,2534 +0,0 @@
-Landroid/bluetooth/BluetoothA2dp;->ACTION_ACTIVE_DEVICE_CHANGED:Ljava/lang/String;,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->ACTION_CODEC_CONFIG_CHANGED:Ljava/lang/String;,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->ACTION_CONNECTION_STATE_CHANGED:Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->ACTION_PLAYING_STATE_CHANGED:Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->DYNAMIC_BUFFER_SUPPORT_A2DP_OFFLOAD:I,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->DYNAMIC_BUFFER_SUPPORT_A2DP_SOFTWARE_ENCODING:I,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->DYNAMIC_BUFFER_SUPPORT_NONE:I,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->OPTIONAL_CODECS_NOT_SUPPORTED:I,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->OPTIONAL_CODECS_PREF_DISABLED:I,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->OPTIONAL_CODECS_PREF_ENABLED:I,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->OPTIONAL_CODECS_PREF_UNKNOWN:I,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->OPTIONAL_CODECS_SUPPORTED:I,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->OPTIONAL_CODECS_SUPPORT_UNKNOWN:I,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->STATE_NOT_PLAYING:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->STATE_PLAYING:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->disableOptionalCodecs(Landroid/bluetooth/BluetoothDevice;)V,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->enableOptionalCodecs(Landroid/bluetooth/BluetoothDevice;)V,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->finalize()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->getBufferConstraints()Landroid/bluetooth/BufferConstraints;,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->getCodecStatus(Landroid/bluetooth/BluetoothDevice;)Landroid/bluetooth/BluetoothCodecStatus;,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->getConnectedDevices()Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->getConnectionPolicy(Landroid/bluetooth/BluetoothDevice;)I,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->getDevicesMatchingConnectionStates([I)Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->getDynamicBufferSupport()I,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->isA2dpPlaying(Landroid/bluetooth/BluetoothDevice;)Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->isOptionalCodecsEnabled(Landroid/bluetooth/BluetoothDevice;)I,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->isOptionalCodecsSupported(Landroid/bluetooth/BluetoothDevice;)I,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->setAvrcpAbsoluteVolume(I)V,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->setBufferLengthMillis(II)Z,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->setCodecConfigPreference(Landroid/bluetooth/BluetoothDevice;Landroid/bluetooth/BluetoothCodecConfig;)V,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->setConnectionPolicy(Landroid/bluetooth/BluetoothDevice;I)Z,system-api,test-api
-Landroid/bluetooth/BluetoothA2dp;->setOptionalCodecsEnabled(Landroid/bluetooth/BluetoothDevice;I)V,system-api,test-api
-Landroid/bluetooth/BluetoothA2dpSink;->ACTION_CONNECTION_STATE_CHANGED:Ljava/lang/String;,system-api,test-api
-Landroid/bluetooth/BluetoothA2dpSink;->finalize()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothA2dpSink;->getConnectedDevices()Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothA2dpSink;->getConnectionPolicy(Landroid/bluetooth/BluetoothDevice;)I,system-api,test-api
-Landroid/bluetooth/BluetoothA2dpSink;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothA2dpSink;->getDevicesMatchingConnectionStates([I)Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothA2dpSink;->isAudioPlaying(Landroid/bluetooth/BluetoothDevice;)Z,system-api,test-api
-Landroid/bluetooth/BluetoothA2dpSink;->setConnectionPolicy(Landroid/bluetooth/BluetoothDevice;I)Z,system-api,test-api
-Landroid/bluetooth/BluetoothActivityEnergyInfo$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothActivityEnergyInfo$1;->newArray(I)[Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothActivityEnergyInfo;->BT_STACK_STATE_INVALID:I,system-api,test-api
-Landroid/bluetooth/BluetoothActivityEnergyInfo;->BT_STACK_STATE_STATE_ACTIVE:I,system-api,test-api
-Landroid/bluetooth/BluetoothActivityEnergyInfo;->BT_STACK_STATE_STATE_IDLE:I,system-api,test-api
-Landroid/bluetooth/BluetoothActivityEnergyInfo;->BT_STACK_STATE_STATE_SCANNING:I,system-api,test-api
-Landroid/bluetooth/BluetoothActivityEnergyInfo;->CREATOR:Landroid/os/Parcelable$Creator;,system-api,test-api
-Landroid/bluetooth/BluetoothActivityEnergyInfo;->describeContents()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothActivityEnergyInfo;->getBluetoothStackState()I,system-api,test-api
-Landroid/bluetooth/BluetoothActivityEnergyInfo;->getControllerEnergyUsed()J,system-api,test-api
-Landroid/bluetooth/BluetoothActivityEnergyInfo;->getControllerIdleTimeMillis()J,system-api,test-api
-Landroid/bluetooth/BluetoothActivityEnergyInfo;->getControllerRxTimeMillis()J,system-api,test-api
-Landroid/bluetooth/BluetoothActivityEnergyInfo;->getControllerTxTimeMillis()J,system-api,test-api
-Landroid/bluetooth/BluetoothActivityEnergyInfo;->getTimestampMillis()J,system-api,test-api
-Landroid/bluetooth/BluetoothActivityEnergyInfo;->getUidTraffic()Ljava/util/List;,system-api,test-api
-Landroid/bluetooth/BluetoothActivityEnergyInfo;->isValid()Z,system-api,test-api
-Landroid/bluetooth/BluetoothActivityEnergyInfo;->toString()Ljava/lang/String;,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothActivityEnergyInfo;->writeToParcel(Landroid/os/Parcel;I)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter$$ExternalSyntheticLambda0;->test(Ljava/lang/Object;)Z,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter$$ExternalSyntheticLambda1;->test(Ljava/lang/Object;)Z,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter$1$$ExternalSyntheticLambda0;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter$2;->apply(Ljava/lang/Object;)Ljava/lang/Object;,test-api
-Landroid/bluetooth/BluetoothAdapter$3;->apply(Ljava/lang/Object;)Ljava/lang/Object;,test-api
-Landroid/bluetooth/BluetoothAdapter$4;->apply(Ljava/lang/Object;)Ljava/lang/Object;,test-api
-Landroid/bluetooth/BluetoothAdapter$5;->apply(Ljava/lang/Object;)Ljava/lang/Object;,test-api
-Landroid/bluetooth/BluetoothAdapter$7$$ExternalSyntheticLambda0;->accept(Ljava/lang/Object;Ljava/lang/Object;)V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter$8;->onScanResult(ILandroid/bluetooth/le/ScanResult;)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter$9$$ExternalSyntheticLambda0;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter$9$$ExternalSyntheticLambda1;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter$BluetoothConnectionCallback;-><init>()V,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter$BluetoothConnectionCallback;->disconnectReasonToString(I)Ljava/lang/String;,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter$BluetoothConnectionCallback;->onDeviceConnected(Landroid/bluetooth/BluetoothDevice;)V,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter$BluetoothConnectionCallback;->onDeviceDisconnected(Landroid/bluetooth/BluetoothDevice;I)V,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter$LeScanCallback;->onLeScan(Landroid/bluetooth/BluetoothDevice;I[B)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter$OnBluetoothActivityEnergyInfoCallback;->onBluetoothActivityEnergyInfoAvailable(Landroid/bluetooth/BluetoothActivityEnergyInfo;)V,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter$OnBluetoothActivityEnergyInfoCallback;->onBluetoothActivityEnergyInfoError(I)V,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter$OnBluetoothActivityEnergyInfoProxy$$ExternalSyntheticLambda0;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter$OnBluetoothActivityEnergyInfoProxy$$ExternalSyntheticLambda1;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter$OnBluetoothActivityEnergyInfoProxy$$ExternalSyntheticLambda2;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter$OnMetadataChangedListener;->onMetadataChanged(Landroid/bluetooth/BluetoothDevice;I[B)V,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter$OobDataCallback;->onError(I)V,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter$OobDataCallback;->onOobData(ILandroid/bluetooth/OobData;)V,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter$WrappedOobDataCallback$1;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter$WrappedOobDataCallback$2;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->ACTION_BLE_STATE_CHANGED:Ljava/lang/String;,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->ACTION_CONNECTION_STATE_CHANGED:Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->ACTION_DISCOVERY_FINISHED:Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->ACTION_DISCOVERY_STARTED:Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->ACTION_LOCAL_NAME_CHANGED:Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->ACTION_REQUEST_BLE_SCAN_ALWAYS_AVAILABLE:Ljava/lang/String;,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->ACTION_REQUEST_DISABLE:Ljava/lang/String;,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->ACTION_REQUEST_DISCOVERABLE:Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->ACTION_REQUEST_ENABLE:Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->ACTION_SCAN_MODE_CHANGED:Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->ACTION_STATE_CHANGED:Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->ACTIVE_DEVICE_ALL:I,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->ACTIVE_DEVICE_AUDIO:I,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->ACTIVE_DEVICE_PHONE_CALL:I,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->ERROR:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->EXTRA_CONNECTION_STATE:Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->EXTRA_DISCOVERABLE_DURATION:Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->EXTRA_LOCAL_NAME:Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->EXTRA_PREVIOUS_CONNECTION_STATE:Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->EXTRA_PREVIOUS_SCAN_MODE:Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->EXTRA_PREVIOUS_STATE:Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->EXTRA_RFCOMM_LISTENER_ID:Ljava/lang/String;,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->EXTRA_SCAN_MODE:Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->EXTRA_STATE:Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->SCAN_MODE_CONNECTABLE:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->SCAN_MODE_CONNECTABLE_DISCOVERABLE:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->SCAN_MODE_NONE:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->STATE_BLE_ON:I,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->STATE_CONNECTED:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->STATE_CONNECTING:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->STATE_DISCONNECTED:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->STATE_DISCONNECTING:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->STATE_OFF:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->STATE_ON:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->STATE_TURNING_OFF:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->STATE_TURNING_ON:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->addOnMetadataChangedListener(Landroid/bluetooth/BluetoothDevice;Ljava/util/concurrent/Executor;Landroid/bluetooth/BluetoothAdapter$OnMetadataChangedListener;)Z,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->cancelDiscovery()Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->checkBluetoothAddress(Ljava/lang/String;)Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->clearBluetooth()Z,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->closeProfileProxy(ILandroid/bluetooth/BluetoothProfile;)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->disable()Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->disable(Z)Z,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->disableBLE()Z,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->enable()Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->enableBLE()Z,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->enableNoAutoConnect()Z,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->finalize()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->generateLocalOobData(ILjava/util/concurrent/Executor;Landroid/bluetooth/BluetoothAdapter$OobDataCallback;)V,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->getActiveDevices(I)Ljava/util/List;,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->getAddress()Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->getBluetoothLeAdvertiser()Landroid/bluetooth/le/BluetoothLeAdvertiser;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->getBluetoothLeScanner()Landroid/bluetooth/le/BluetoothLeScanner;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->getBondedDevices()Ljava/util/Set;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->getConnectionState()I,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->getDefaultAdapter()Landroid/bluetooth/BluetoothAdapter;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->getDiscoverableTimeout()Ljava/time/Duration;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->getDiscoveryEndMillis()J,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->getLeMaximumAdvertisingDataLength()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->getMaxConnectedAudioDevices()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->getMostRecentlyConnectedDevices()Ljava/util/List;,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->getName()Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->getProfileConnectionState(I)I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->getProfileProxy(Landroid/content/Context;Landroid/bluetooth/BluetoothProfile$ServiceListener;I)Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->getRemoteDevice(Ljava/lang/String;)Landroid/bluetooth/BluetoothDevice;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->getRemoteDevice([B)Landroid/bluetooth/BluetoothDevice;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->getRemoteLeDevice(Ljava/lang/String;I)Landroid/bluetooth/BluetoothDevice;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->getScanMode()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->getState()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->getSupportedProfiles()Ljava/util/List;,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->getUuidsList()Ljava/util/List;,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->isBleScanAlwaysAvailable()Z,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->isDiscovering()Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->isEnabled()Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->isLe2MPhySupported()Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->isLeAudioBroadcastAssistantSupported()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->isLeAudioBroadcastSourceSupported()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->isLeAudioSupported()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->isLeCodedPhySupported()Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->isLeEnabled()Z,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->isLeExtendedAdvertisingSupported()Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->isLePeriodicAdvertisingSupported()Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->isMultipleAdvertisementSupported()Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->isOffloadedFilteringSupported()Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->isOffloadedScanBatchingSupported()Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->listenUsingInsecureL2capChannel()Landroid/bluetooth/BluetoothServerSocket;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->listenUsingInsecureRfcommWithServiceRecord(Ljava/lang/String;Ljava/util/UUID;)Landroid/bluetooth/BluetoothServerSocket;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->listenUsingL2capChannel()Landroid/bluetooth/BluetoothServerSocket;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->listenUsingRfcommWithServiceRecord(Ljava/lang/String;Ljava/util/UUID;)Landroid/bluetooth/BluetoothServerSocket;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->nameForState(I)Ljava/lang/String;,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->registerBluetoothConnectionCallback(Ljava/util/concurrent/Executor;Landroid/bluetooth/BluetoothAdapter$BluetoothConnectionCallback;)Z,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->removeActiveDevice(I)Z,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->removeOnMetadataChangedListener(Landroid/bluetooth/BluetoothDevice;Landroid/bluetooth/BluetoothAdapter$OnMetadataChangedListener;)Z,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->requestControllerActivityEnergyInfo(Ljava/util/concurrent/Executor;Landroid/bluetooth/BluetoothAdapter$OnBluetoothActivityEnergyInfoCallback;)V,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->retrieveConnectedRfcommSocket(Ljava/util/UUID;)Landroid/bluetooth/BluetoothSocket;,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->setActiveDevice(Landroid/bluetooth/BluetoothDevice;I)Z,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->setDiscoverableTimeout(Ljava/time/Duration;)I,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->setName(Ljava/lang/String;)Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->setScanMode(I)I,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->startDiscovery()Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->startLeScan(Landroid/bluetooth/BluetoothAdapter$LeScanCallback;)Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->startLeScan([Ljava/util/UUID;Landroid/bluetooth/BluetoothAdapter$LeScanCallback;)Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->startRfcommServer(Ljava/lang/String;Ljava/util/UUID;Landroid/app/PendingIntent;)I,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->stopLeScan(Landroid/bluetooth/BluetoothAdapter$LeScanCallback;)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->stopRfcommServer(Ljava/util/UUID;)I,system-api,test-api
-Landroid/bluetooth/BluetoothAdapter;->unregisterBluetoothConnectionCallback(Landroid/bluetooth/BluetoothAdapter$BluetoothConnectionCallback;)Z,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->AAMP_OF_AMERICA:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->ACCEL_SEMICONDUCTOR:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->ACE_SENSOR:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->ADIDAS:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->ADVANCED_PANMOBIL_SYSTEMS:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->AIROHA_TECHNOLOGY:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->ALCATEL:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->ALPWISE:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->AMICCOM_ELECTRONICS:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->APLIX:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->APPLE:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->APT_LICENSING:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->ARCHOS:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->ARP_DEVICES:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->ATHEROS_COMMUNICATIONS:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->ATMEL:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->AUSTCO_COMMUNICATION_SYSTEMS:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->AUTONET_MOBILE:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->AVAGO:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->AVM_BERLIN:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->A_AND_D_ENGINEERING:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->A_AND_R_CAMBRIDGE:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->BANDSPEED:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->BAND_XI_INTERNATIONAL:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->BDE_TECHNOLOGY:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->BEATS_ELECTRONICS:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->BEAUTIFUL_ENTERPRISE:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->BEKEY:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->BELKIN_INTERNATIONAL:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->BINAURIC:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->BIOSENTRONICS:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->BLUEGIGA:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->BLUERADIOS:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->BLUETOOTH_SIG:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->BLUETREK_TECHNOLOGIES:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->BOSE:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->BRIARTEK:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->BROADCOM:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->CAEN_RFID:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->CAMBRIDGE_SILICON_RADIO:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->CATC:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->CINETIX:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->CLARINOX_TECHNOLOGIES:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->COLORFY:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->COMMIL:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->CONEXANT_SYSTEMS:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->CONNECTBLUE:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->CONTINENTAL_AUTOMOTIVE:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->CONWISE_TECHNOLOGY:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->CREATIVE_TECHNOLOGY:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->C_TECHNOLOGIES:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->DANLERS:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->DELORME_PUBLISHING_COMPANY:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->DEXCOM:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->DIALOG_SEMICONDUCTOR:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->DIGIANSWER:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->ECLIPSE:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->ECOTEST:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->ELGATO_SYSTEMS:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->EM_MICROELECTRONIC_MARIN:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->EQUINOX_AG:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->ERICSSON_TECHNOLOGY:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->EVLUMA:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->FREE2MOVE:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->FUNAI_ELECTRIC:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->GARMIN_INTERNATIONAL:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->GCT_SEMICONDUCTOR:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->GELO:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->GENEQ:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->GENERAL_MOTORS:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->GENNUM:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->GEOFORCE:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->GIBSON_GUITARS:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->GN_NETCOM:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->GN_RESOUND:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->GOOGLE:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->GREEN_THROTTLE_GAMES:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->GROUP_SENSE:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->HANLYNN_TECHNOLOGIES:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->HARMAN_INTERNATIONAL:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->HEWLETT_PACKARD:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->HITACHI:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->HOSIDEN:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->IBM:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->INFINEON_TECHNOLOGIES:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->INGENIEUR_SYSTEMGRUPPE_ZAHN:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->INTEGRATED_SILICON_SOLUTION:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->INTEGRATED_SYSTEM_SOLUTION:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->INTEL:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->INVENTEL:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->IPEXTREME:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->I_TECH_DYNAMIC_GLOBAL_DISTRIBUTION:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->JAWBONE:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->JIANGSU_TOPPOWER_AUTOMOTIVE_ELECTRONICS:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->JOHNSON_CONTROLS:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->J_AND_M:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->KAWANTECH:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->KC_TECHNOLOGY:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->KENSINGTON_COMPUTER_PRODUCTS_GROUP:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->LAIRD_TECHNOLOGIES:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->LESSWIRE:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->LG_ELECTRONICS:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->LINAK:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->LUCENT:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->LUDUS_HELSINKI:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->MACRONIX:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->MAGNETI_MARELLI:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->MANSELLA:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->MARVELL:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->MATSUSHITA_ELECTRIC:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->MC10:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->MEDIATEK:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->MESO_INTERNATIONAL:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->META_WATCH:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->MEWTEL_TECHNOLOGY:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->MICOMMAND:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->MICROCHIP_TECHNOLOGY:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->MICROSOFT:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->MINDTREE:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->MISFIT_WEARABLES:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->MITEL_SEMICONDUCTOR:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->MITSUBISHI_ELECTRIC:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->MOBILIAN_CORPORATION:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->MONSTER:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->MOTOROLA:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->MSTAR_SEMICONDUCTOR:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->MUZIK:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->NEC:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->NEC_LIGHTING:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->NEWLOGIC:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->NIKE:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->NINE_SOLUTIONS:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->NOKIA_MOBILE_PHONES:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->NORDIC_SEMICONDUCTOR:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->NORWOOD_SYSTEMS:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->ODM_TECHNOLOGY:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->OMEGAWAVE:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->ONSET_COMPUTER:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->OPEN_INTERFACE:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->OTL_DYNAMICS:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->PANDA_OCEAN:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->PARROT:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->PARTHUS_TECHNOLOGIES:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->PASSIF_SEMICONDUCTOR:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->PETER_SYSTEMTECHNIK:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->PHILIPS_SEMICONDUCTORS:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->PLANTRONICS:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->POLAR_ELECTRO:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->POLAR_ELECTRO_EUROPE:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->PROCTER_AND_GAMBLE:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->QUALCOMM:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->QUALCOMM_CONNECTED_EXPERIENCES:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->QUALCOMM_INNOVATION_CENTER:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->QUALCOMM_LABS:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->QUALCOMM_TECHNOLOGIES:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->QUINTIC:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->QUUPPA:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->RALINK_TECHNOLOGY:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->RDA_MICROELECTRONICS:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->REALTEK_SEMICONDUCTOR:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->RED_M:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->RENESAS_TECHNOLOGY:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->RESEARCH_IN_MOTION:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->RF_MICRO_DEVICES:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->RIVIERAWAVES:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->ROHDE_AND_SCHWARZ:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->RTX_TELECOM:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->SAMSUNG_ELECTRONICS:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->SARIS_CYCLING_GROUP:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->SEERS_TECHNOLOGY:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->SEIKO_EPSON:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->SELFLY:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->SEMILINK:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->SENNHEISER_COMMUNICATIONS:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->SHANGHAI_SUPER_SMART_ELECTRONICS:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->SHENZHEN_EXCELSECU_DATA_TECHNOLOGY:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->SIGNIA_TECHNOLOGIES:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->SILICON_WAVE:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->SIRF_TECHNOLOGY:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->SOCKET_MOBILE:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->SONY_ERICSSON:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->SOUND_ID:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->SPORTS_TRACKING_TECHNOLOGIES:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->SR_MEDIZINELEKTRONIK:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->STACCATO_COMMUNICATIONS:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->STALMART_TECHNOLOGY:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->STARKEY_LABORATORIES:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->STOLLMAN_E_PLUS_V:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->STONESTREET_ONE:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->ST_MICROELECTRONICS:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->SUMMIT_DATA_COMMUNICATIONS:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->SUUNTO:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->SWIRL_NETWORKS:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->SYMBOL_TECHNOLOGIES:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->SYNOPSYS:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->SYSTEMS_AND_CHIPS:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->S_POWER_ELECTRONICS:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->TAIXINGBANG_TECHNOLOGY:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->TENOVIS:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->TERAX:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->TEXAS_INSTRUMENTS:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->THINKOPTICS:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->THREECOM:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->THREE_DIJOY:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->THREE_DSP:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->TIMEKEEPING_SYSTEMS:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->TIMEX_GROUP_USA:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->TOPCORN_POSITIONING_SYSTEMS:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->TOSHIBA:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->TRANSILICA:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->TRELAB:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->TTPCOM:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->TXTR:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->TZERO_TECHNOLOGIES:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->UNIVERSAL_ELECTRONICS:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->VERTU:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->VISTEON:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->VIZIO:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->VOYETRA_TURTLE_BEACH:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->WAVEPLUS_TECHNOLOGY:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->WICENTRIC:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->WIDCOMM:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->WUXI_VIMICRO:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->ZEEVO:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->ZER01_TV:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->ZOMM:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAssignedNumbers;->ZSCAN_SOFTWARE:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAudioConfig$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAudioConfig$1;->newArray(I)[Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAudioConfig;->describeContents()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAudioConfig;->equals(Ljava/lang/Object;)Z,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAudioConfig;->hashCode()I,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAudioConfig;->toString()Ljava/lang/String;,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAudioConfig;->writeToParcel(Landroid/os/Parcel;I)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAvrcpController;->finalize()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAvrcpController;->getConnectedDevices()Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAvrcpController;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAvrcpController;->getDevicesMatchingConnectionStates([I)Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAvrcpPlayerSettings$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAvrcpPlayerSettings$1;->newArray(I)[Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAvrcpPlayerSettings;->describeContents()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothAvrcpPlayerSettings;->writeToParcel(Landroid/os/Parcel;I)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$1;->newArray(I)[Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device$Major;-><init>()V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device$Major;->AUDIO_VIDEO:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device$Major;->COMPUTER:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device$Major;->HEALTH:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device$Major;->IMAGING:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device$Major;->MISC:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device$Major;->NETWORKING:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device$Major;->PERIPHERAL:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device$Major;->PHONE:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device$Major;->TOY:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device$Major;->UNCATEGORIZED:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device$Major;->WEARABLE:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;-><init>()V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->AUDIO_VIDEO_CAMCORDER:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->AUDIO_VIDEO_CAR_AUDIO:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->AUDIO_VIDEO_HANDSFREE:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->AUDIO_VIDEO_HEADPHONES:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->AUDIO_VIDEO_HIFI_AUDIO:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->AUDIO_VIDEO_LOUDSPEAKER:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->AUDIO_VIDEO_MICROPHONE:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->AUDIO_VIDEO_PORTABLE_AUDIO:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->AUDIO_VIDEO_SET_TOP_BOX:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->AUDIO_VIDEO_UNCATEGORIZED:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->AUDIO_VIDEO_VCR:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->AUDIO_VIDEO_VIDEO_CAMERA:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->AUDIO_VIDEO_VIDEO_CONFERENCING:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->AUDIO_VIDEO_VIDEO_DISPLAY_AND_LOUDSPEAKER:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->AUDIO_VIDEO_VIDEO_GAMING_TOY:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->AUDIO_VIDEO_VIDEO_MONITOR:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->AUDIO_VIDEO_WEARABLE_HEADSET:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->COMPUTER_DESKTOP:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->COMPUTER_HANDHELD_PC_PDA:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->COMPUTER_LAPTOP:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->COMPUTER_PALM_SIZE_PC_PDA:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->COMPUTER_SERVER:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->COMPUTER_UNCATEGORIZED:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->COMPUTER_WEARABLE:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->HEALTH_BLOOD_PRESSURE:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->HEALTH_DATA_DISPLAY:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->HEALTH_GLUCOSE:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->HEALTH_PULSE_OXIMETER:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->HEALTH_PULSE_RATE:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->HEALTH_THERMOMETER:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->HEALTH_UNCATEGORIZED:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->HEALTH_WEIGHING:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->PERIPHERAL_KEYBOARD:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->PERIPHERAL_KEYBOARD_POINTING:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->PERIPHERAL_NON_KEYBOARD_NON_POINTING:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->PERIPHERAL_POINTING:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->PHONE_CELLULAR:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->PHONE_CORDLESS:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->PHONE_ISDN:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->PHONE_MODEM_OR_GATEWAY:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->PHONE_SMART:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->PHONE_UNCATEGORIZED:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->TOY_CONTROLLER:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->TOY_DOLL_ACTION_FIGURE:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->TOY_GAME:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->TOY_ROBOT:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->TOY_UNCATEGORIZED:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->TOY_VEHICLE:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->WEARABLE_GLASSES:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->WEARABLE_HELMET:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->WEARABLE_JACKET:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->WEARABLE_PAGER:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->WEARABLE_UNCATEGORIZED:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Device;->WEARABLE_WRIST_WATCH:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Service;-><init>()V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Service;->AUDIO:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Service;->CAPTURE:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Service;->INFORMATION:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Service;->LE_AUDIO:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Service;->LIMITED_DISCOVERABILITY:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Service;->NETWORKING:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Service;->OBJECT_TRANSFER:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Service;->POSITIONING:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Service;->RENDER:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass$Service;->TELEPHONY:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass;->CREATOR:Landroid/os/Parcelable$Creator;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass;->PROFILE_A2DP:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass;->PROFILE_A2DP_SINK:I,system-api,test-api
-Landroid/bluetooth/BluetoothClass;->PROFILE_HEADSET:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass;->PROFILE_HID:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass;->PROFILE_NAP:I,system-api,test-api
-Landroid/bluetooth/BluetoothClass;->PROFILE_OPP:I,system-api,test-api
-Landroid/bluetooth/BluetoothClass;->PROFILE_PANU:I,system-api,test-api
-Landroid/bluetooth/BluetoothClass;->describeContents()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass;->doesClassMatch(I)Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass;->equals(Ljava/lang/Object;)Z,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass;->getDeviceClass()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass;->getMajorDeviceClass()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass;->hasService(I)Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass;->hashCode()I,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass;->toString()Ljava/lang/String;,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothClass;->writeToParcel(Landroid/os/Parcel;I)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig$1;->newArray(I)[Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig$Builder;-><init>()V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig$Builder;->build()Landroid/bluetooth/BluetoothCodecConfig;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig$Builder;->setBitsPerSample(I)Landroid/bluetooth/BluetoothCodecConfig$Builder;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig$Builder;->setChannelMode(I)Landroid/bluetooth/BluetoothCodecConfig$Builder;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig$Builder;->setCodecPriority(I)Landroid/bluetooth/BluetoothCodecConfig$Builder;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig$Builder;->setCodecSpecific1(J)Landroid/bluetooth/BluetoothCodecConfig$Builder;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig$Builder;->setCodecSpecific2(J)Landroid/bluetooth/BluetoothCodecConfig$Builder;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig$Builder;->setCodecSpecific3(J)Landroid/bluetooth/BluetoothCodecConfig$Builder;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig$Builder;->setCodecSpecific4(J)Landroid/bluetooth/BluetoothCodecConfig$Builder;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig$Builder;->setCodecType(I)Landroid/bluetooth/BluetoothCodecConfig$Builder;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig$Builder;->setSampleRate(I)Landroid/bluetooth/BluetoothCodecConfig$Builder;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->BITS_PER_SAMPLE_16:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->BITS_PER_SAMPLE_24:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->BITS_PER_SAMPLE_32:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->BITS_PER_SAMPLE_NONE:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->CHANNEL_MODE_MONO:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->CHANNEL_MODE_NONE:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->CHANNEL_MODE_STEREO:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->CODEC_PRIORITY_DEFAULT:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->CODEC_PRIORITY_DISABLED:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->CODEC_PRIORITY_HIGHEST:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->CREATOR:Landroid/os/Parcelable$Creator;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->SAMPLE_RATE_176400:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->SAMPLE_RATE_192000:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->SAMPLE_RATE_44100:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->SAMPLE_RATE_48000:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->SAMPLE_RATE_88200:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->SAMPLE_RATE_96000:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->SAMPLE_RATE_NONE:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->SOURCE_CODEC_TYPE_AAC:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->SOURCE_CODEC_TYPE_APTX:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->SOURCE_CODEC_TYPE_APTX_HD:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->SOURCE_CODEC_TYPE_INVALID:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->SOURCE_CODEC_TYPE_LC3:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->SOURCE_CODEC_TYPE_LDAC:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->SOURCE_CODEC_TYPE_SBC:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->describeContents()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->equals(Ljava/lang/Object;)Z,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->getBitsPerSample()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->getChannelMode()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->getCodecPriority()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->getCodecSpecific1()J,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->getCodecSpecific2()J,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->getCodecSpecific3()J,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->getCodecSpecific4()J,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->getCodecType()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->getSampleRate()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->hashCode()I,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->isMandatoryCodec()Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->toString()Ljava/lang/String;,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecConfig;->writeToParcel(Landroid/os/Parcel;I)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecStatus$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecStatus$1;->newArray(I)[Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecStatus$Builder;-><init>()V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecStatus$Builder;->build()Landroid/bluetooth/BluetoothCodecStatus;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecStatus$Builder;->setCodecConfig(Landroid/bluetooth/BluetoothCodecConfig;)Landroid/bluetooth/BluetoothCodecStatus$Builder;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecStatus$Builder;->setCodecsLocalCapabilities(Ljava/util/List;)Landroid/bluetooth/BluetoothCodecStatus$Builder;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecStatus$Builder;->setCodecsSelectableCapabilities(Ljava/util/List;)Landroid/bluetooth/BluetoothCodecStatus$Builder;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecStatus;->CREATOR:Landroid/os/Parcelable$Creator;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecStatus;->EXTRA_CODEC_STATUS:Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecStatus;->describeContents()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecStatus;->equals(Ljava/lang/Object;)Z,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecStatus;->getCodecConfig()Landroid/bluetooth/BluetoothCodecConfig;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecStatus;->getCodecsLocalCapabilities()Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecStatus;->getCodecsSelectableCapabilities()Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecStatus;->hashCode()I,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecStatus;->isCodecConfigSelectable(Landroid/bluetooth/BluetoothCodecConfig;)Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecStatus;->toString()Ljava/lang/String;,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCodecStatus;->writeToParcel(Landroid/os/Parcel;I)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCsipSetCoordinator$BluetoothCsipSetCoordinatorLockCallbackDelegate$$ExternalSyntheticLambda0;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCsipSetCoordinator$ClientLockCallback;->onGroupLockSet(IIZ)V,system-api,test-api
-Landroid/bluetooth/BluetoothCsipSetCoordinator;->ACTION_CSIS_CONNECTION_STATE_CHANGED:Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCsipSetCoordinator;->ACTION_CSIS_DEVICE_AVAILABLE:Ljava/lang/String;,system-api,test-api
-Landroid/bluetooth/BluetoothCsipSetCoordinator;->ACTION_CSIS_SET_MEMBER_AVAILABLE:Ljava/lang/String;,system-api,test-api
-Landroid/bluetooth/BluetoothCsipSetCoordinator;->EXTRA_CSIS_GROUP_ID:Ljava/lang/String;,system-api,test-api
-Landroid/bluetooth/BluetoothCsipSetCoordinator;->GROUP_ID_INVALID:I,system-api,test-api
-Landroid/bluetooth/BluetoothCsipSetCoordinator;->close()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCsipSetCoordinator;->finalize()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCsipSetCoordinator;->getAllGroupIds(Landroid/os/ParcelUuid;)Ljava/util/List;,system-api,test-api
-Landroid/bluetooth/BluetoothCsipSetCoordinator;->getConnectedDevices()Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCsipSetCoordinator;->getConnectionPolicy(Landroid/bluetooth/BluetoothDevice;)I,system-api,test-api
-Landroid/bluetooth/BluetoothCsipSetCoordinator;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCsipSetCoordinator;->getDevicesMatchingConnectionStates([I)Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothCsipSetCoordinator;->getGroupUuidMapByDevice(Landroid/bluetooth/BluetoothDevice;)Ljava/util/Map;,system-api,test-api
-Landroid/bluetooth/BluetoothCsipSetCoordinator;->lockGroup(ILjava/util/concurrent/Executor;Landroid/bluetooth/BluetoothCsipSetCoordinator$ClientLockCallback;)Ljava/util/UUID;,system-api,test-api
-Landroid/bluetooth/BluetoothCsipSetCoordinator;->setConnectionPolicy(Landroid/bluetooth/BluetoothDevice;I)Z,system-api,test-api
-Landroid/bluetooth/BluetoothCsipSetCoordinator;->unlockGroup(Ljava/util/UUID;)Z,system-api,test-api
-Landroid/bluetooth/BluetoothDevice$2;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice$2;->newArray(I)[Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice$3;->apply(Ljava/lang/Object;)Ljava/lang/Object;,test-api
-Landroid/bluetooth/BluetoothDevice;->ACCESS_ALLOWED:I,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->ACCESS_REJECTED:I,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->ACCESS_UNKNOWN:I,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->ACTION_ACL_CONNECTED:Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->ACTION_ACL_DISCONNECTED:Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->ACTION_ACL_DISCONNECT_REQUESTED:Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->ACTION_ALIAS_CHANGED:Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->ACTION_BATTERY_LEVEL_CHANGED:Ljava/lang/String;,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->ACTION_BOND_STATE_CHANGED:Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->ACTION_CLASS_CHANGED:Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->ACTION_CONNECTION_ACCESS_CANCEL:Ljava/lang/String;,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->ACTION_CONNECTION_ACCESS_REPLY:Ljava/lang/String;,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->ACTION_CONNECTION_ACCESS_REQUEST:Ljava/lang/String;,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->ACTION_FOUND:Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->ACTION_NAME_CHANGED:Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->ACTION_PAIRING_CANCEL:Ljava/lang/String;,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->ACTION_PAIRING_REQUEST:Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->ACTION_SILENCE_MODE_CHANGED:Ljava/lang/String;,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->ACTION_SWITCH_BUFFER_SIZE:Ljava/lang/String;,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->ACTION_UUID:Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->ADDRESS_TYPE_PUBLIC:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->ADDRESS_TYPE_RANDOM:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->ADDRESS_TYPE_UNKNOWN:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->BATTERY_LEVEL_BLUETOOTH_OFF:I,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->BATTERY_LEVEL_UNKNOWN:I,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->BOND_BONDED:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->BOND_BONDING:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->BOND_NONE:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->CONNECTION_ACCESS_NO:I,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->CONNECTION_ACCESS_YES:I,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->CREATOR:Landroid/os/Parcelable$Creator;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->DEVICE_TYPE_CLASSIC:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->DEVICE_TYPE_DEFAULT:Ljava/lang/String;,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->DEVICE_TYPE_DUAL:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->DEVICE_TYPE_LE:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->DEVICE_TYPE_UNKNOWN:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->DEVICE_TYPE_UNTETHERED_HEADSET:Ljava/lang/String;,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->DEVICE_TYPE_WATCH:Ljava/lang/String;,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->ERROR:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->EXTRA_ACCESS_REQUEST_TYPE:Ljava/lang/String;,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->EXTRA_ALWAYS_ALLOWED:Ljava/lang/String;,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->EXTRA_BATTERY_LEVEL:Ljava/lang/String;,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->EXTRA_BOND_STATE:Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->EXTRA_CLASS:Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->EXTRA_CONNECTION_ACCESS_RESULT:Ljava/lang/String;,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->EXTRA_DEVICE:Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->EXTRA_IS_COORDINATED_SET_MEMBER:Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->EXTRA_LOW_LATENCY_BUFFER_SIZE:Ljava/lang/String;,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->EXTRA_NAME:Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->EXTRA_PAIRING_INITIATOR:Ljava/lang/String;,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->EXTRA_PAIRING_INITIATOR_BACKGROUND:I,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->EXTRA_PAIRING_INITIATOR_FOREGROUND:I,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->EXTRA_PAIRING_KEY:Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->EXTRA_PAIRING_VARIANT:Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->EXTRA_PREVIOUS_BOND_STATE:Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->EXTRA_RSSI:Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->EXTRA_TRANSPORT:Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->EXTRA_UNBOND_REASON:Ljava/lang/String;,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->EXTRA_UUID:Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->METADATA_COMPANION_APP:I,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->METADATA_DEVICE_TYPE:I,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->METADATA_ENHANCED_SETTINGS_UI_URI:I,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->METADATA_HARDWARE_VERSION:I,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->METADATA_IS_UNTETHERED_HEADSET:I,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->METADATA_MAIN_BATTERY:I,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->METADATA_MAIN_CHARGING:I,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->METADATA_MAIN_ICON:I,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->METADATA_MAIN_LOW_BATTERY_THRESHOLD:I,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->METADATA_MANUFACTURER_NAME:I,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->METADATA_MAX_LENGTH:I,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->METADATA_MODEL_NAME:I,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->METADATA_SOFTWARE_VERSION:I,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->METADATA_UNTETHERED_CASE_BATTERY:I,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->METADATA_UNTETHERED_CASE_CHARGING:I,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->METADATA_UNTETHERED_CASE_ICON:I,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->METADATA_UNTETHERED_CASE_LOW_BATTERY_THRESHOLD:I,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->METADATA_UNTETHERED_LEFT_BATTERY:I,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->METADATA_UNTETHERED_LEFT_CHARGING:I,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->METADATA_UNTETHERED_LEFT_ICON:I,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->METADATA_UNTETHERED_LEFT_LOW_BATTERY_THRESHOLD:I,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->METADATA_UNTETHERED_RIGHT_BATTERY:I,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->METADATA_UNTETHERED_RIGHT_CHARGING:I,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->METADATA_UNTETHERED_RIGHT_ICON:I,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->METADATA_UNTETHERED_RIGHT_LOW_BATTERY_THRESHOLD:I,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->PAIRING_VARIANT_CONSENT:I,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->PAIRING_VARIANT_DISPLAY_PASSKEY:I,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->PAIRING_VARIANT_DISPLAY_PIN:I,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->PAIRING_VARIANT_OOB_CONSENT:I,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->PAIRING_VARIANT_PASSKEY:I,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->PAIRING_VARIANT_PASSKEY_CONFIRMATION:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->PAIRING_VARIANT_PIN:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->PAIRING_VARIANT_PIN_16_DIGITS:I,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->PHY_LE_1M:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->PHY_LE_1M_MASK:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->PHY_LE_2M:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->PHY_LE_2M_MASK:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->PHY_LE_CODED:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->PHY_LE_CODED_MASK:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->PHY_OPTION_NO_PREFERRED:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->PHY_OPTION_S2:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->PHY_OPTION_S8:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->REQUEST_TYPE_MESSAGE_ACCESS:I,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->REQUEST_TYPE_PHONEBOOK_ACCESS:I,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->REQUEST_TYPE_PROFILE_CONNECTION:I,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->REQUEST_TYPE_SIM_ACCESS:I,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->TRANSPORT_AUTO:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->TRANSPORT_BREDR:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->TRANSPORT_LE:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->UNBOND_REASON_AUTH_CANCELED:I,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->UNBOND_REASON_AUTH_FAILED:I,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->UNBOND_REASON_AUTH_REJECTED:I,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->UNBOND_REASON_AUTH_TIMEOUT:I,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->UNBOND_REASON_DISCOVERY_IN_PROGRESS:I,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->UNBOND_REASON_REMOTE_AUTH_CANCELED:I,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->UNBOND_REASON_REMOTE_DEVICE_DOWN:I,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->UNBOND_REASON_REMOVED:I,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->UNBOND_REASON_REPEATED_ATTEMPTS:I,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->canBondWithoutDialog()Z,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->cancelBondProcess()Z,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->connect()I,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->connectGatt(Landroid/content/Context;ZLandroid/bluetooth/BluetoothGattCallback;)Landroid/bluetooth/BluetoothGatt;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->connectGatt(Landroid/content/Context;ZLandroid/bluetooth/BluetoothGattCallback;I)Landroid/bluetooth/BluetoothGatt;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->connectGatt(Landroid/content/Context;ZLandroid/bluetooth/BluetoothGattCallback;II)Landroid/bluetooth/BluetoothGatt;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->connectGatt(Landroid/content/Context;ZLandroid/bluetooth/BluetoothGattCallback;IILandroid/os/Handler;)Landroid/bluetooth/BluetoothGatt;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->createBond()Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->createBond(I)Z,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->createBondOutOfBand(ILandroid/bluetooth/OobData;Landroid/bluetooth/OobData;)Z,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->createInsecureL2capChannel(I)Landroid/bluetooth/BluetoothSocket;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->createInsecureRfcommSocketToServiceRecord(Ljava/util/UUID;)Landroid/bluetooth/BluetoothSocket;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->createL2capChannel(I)Landroid/bluetooth/BluetoothSocket;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->createRfcommSocketToServiceRecord(Ljava/util/UUID;)Landroid/bluetooth/BluetoothSocket;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->describeContents()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->disconnect()I,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->equals(Ljava/lang/Object;)Z,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->fetchUuidsWithSdp()Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->fetchUuidsWithSdp(I)Z,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->getAddress()Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->getAlias()Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->getAnonymizedAddress()Ljava/lang/String;,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->getBatteryLevel()I,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->getBluetoothClass()Landroid/bluetooth/BluetoothClass;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->getBondState()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->getIdentityAddress()Ljava/lang/String;,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->getMessageAccessPermission()I,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->getMetadata(I)[B,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->getName()Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->getPhonebookAccessPermission()I,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->getSimAccessPermission()I,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->getType()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->getUuids()[Landroid/os/ParcelUuid;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->hashCode()I,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->isBondingInitiatedLocally()Z,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->isConnected()Z,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->isEncrypted()Z,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->isInSilenceMode()Z,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->prepareToEnterProcess(Landroid/content/AttributionSource;)V,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->removeBond()Z,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->setAlias(Ljava/lang/String;)I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->setLowLatencyAudioAllowed(Z)Z,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->setMessageAccessPermission(I)Z,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->setMetadata(I[B)Z,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->setPairingConfirmation(Z)Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->setPhonebookAccessPermission(I)Z,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->setPin(Ljava/lang/String;)Z,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->setPin([B)Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->setSilenceMode(Z)Z,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->setSimAccessPermission(I)Z,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->toString()Ljava/lang/String;,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevice;->writeToParcel(Landroid/os/Parcel;I)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothDevicePicker;->ACTION_DEVICE_SELECTED:Ljava/lang/String;,system-api,test-api
-Landroid/bluetooth/BluetoothDevicePicker;->ACTION_LAUNCH:Ljava/lang/String;,system-api,test-api
-Landroid/bluetooth/BluetoothDevicePicker;->EXTRA_FILTER_TYPE:Ljava/lang/String;,system-api,test-api
-Landroid/bluetooth/BluetoothDevicePicker;->EXTRA_LAUNCH_CLASS:Ljava/lang/String;,system-api,test-api
-Landroid/bluetooth/BluetoothDevicePicker;->EXTRA_LAUNCH_PACKAGE:Ljava/lang/String;,system-api,test-api
-Landroid/bluetooth/BluetoothDevicePicker;->EXTRA_NEED_AUTH:Ljava/lang/String;,system-api,test-api
-Landroid/bluetooth/BluetoothDevicePicker;->FILTER_TYPE_ALL:I,system-api,test-api
-Landroid/bluetooth/BluetoothDevicePicker;->FILTER_TYPE_AUDIO:I,system-api,test-api
-Landroid/bluetooth/BluetoothDevicePicker;->FILTER_TYPE_NAP:I,system-api,test-api
-Landroid/bluetooth/BluetoothDevicePicker;->FILTER_TYPE_PANU:I,system-api,test-api
-Landroid/bluetooth/BluetoothDevicePicker;->FILTER_TYPE_TRANSFER:I,system-api,test-api
-Landroid/bluetooth/BluetoothFrameworkInitializer$$ExternalSyntheticLambda0;->createService(Landroid/content/Context;)Ljava/lang/Object;,system-api,test-api
-Landroid/bluetooth/BluetoothGatt$1$10;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGatt$1$11;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGatt$1$12;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGatt$1$13;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGatt$1$14;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGatt$1$15;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGatt$1$1;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGatt$1$2;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGatt$1$3;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGatt$1$4;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGatt$1$5;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGatt$1$6;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGatt$1$7;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGatt$1$8;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGatt$1$9;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->CONNECTION_PRIORITY_BALANCED:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->CONNECTION_PRIORITY_HIGH:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->CONNECTION_PRIORITY_LOW_POWER:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->GATT_CONNECTION_CONGESTED:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->GATT_FAILURE:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->GATT_INSUFFICIENT_AUTHENTICATION:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->GATT_INSUFFICIENT_AUTHORIZATION:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->GATT_INSUFFICIENT_ENCRYPTION:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->GATT_INVALID_ATTRIBUTE_LENGTH:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->GATT_INVALID_OFFSET:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->GATT_READ_NOT_PERMITTED:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->GATT_REQUEST_NOT_SUPPORTED:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->GATT_SUCCESS:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->GATT_WRITE_NOT_PERMITTED:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->abortReliableWrite()V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->abortReliableWrite(Landroid/bluetooth/BluetoothDevice;)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->beginReliableWrite()Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->close()V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->connect()Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->disconnect()V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->discoverServices()Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->executeReliableWrite()Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->getConnectedDevices()Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->getDevice()Landroid/bluetooth/BluetoothDevice;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->getDevicesMatchingConnectionStates([I)Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->getService(Ljava/util/UUID;)Landroid/bluetooth/BluetoothGattService;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->getServices()Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->readCharacteristic(Landroid/bluetooth/BluetoothGattCharacteristic;)Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->readDescriptor(Landroid/bluetooth/BluetoothGattDescriptor;)Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->readPhy()V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->readRemoteRssi()Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->requestConnectionPriority(I)Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->requestMtu(I)Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->setCharacteristicNotification(Landroid/bluetooth/BluetoothGattCharacteristic;Z)Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->setPreferredPhy(III)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->writeCharacteristic(Landroid/bluetooth/BluetoothGattCharacteristic;)Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->writeCharacteristic(Landroid/bluetooth/BluetoothGattCharacteristic;[BI)I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->writeDescriptor(Landroid/bluetooth/BluetoothGattDescriptor;)Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGatt;->writeDescriptor(Landroid/bluetooth/BluetoothGattDescriptor;[B)I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCallback;-><init>()V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCallback;->onCharacteristicChanged(Landroid/bluetooth/BluetoothGatt;Landroid/bluetooth/BluetoothGattCharacteristic;)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCallback;->onCharacteristicChanged(Landroid/bluetooth/BluetoothGatt;Landroid/bluetooth/BluetoothGattCharacteristic;[B)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCallback;->onCharacteristicRead(Landroid/bluetooth/BluetoothGatt;Landroid/bluetooth/BluetoothGattCharacteristic;I)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCallback;->onCharacteristicRead(Landroid/bluetooth/BluetoothGatt;Landroid/bluetooth/BluetoothGattCharacteristic;[BI)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCallback;->onCharacteristicWrite(Landroid/bluetooth/BluetoothGatt;Landroid/bluetooth/BluetoothGattCharacteristic;I)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCallback;->onConnectionStateChange(Landroid/bluetooth/BluetoothGatt;II)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCallback;->onDescriptorRead(Landroid/bluetooth/BluetoothGatt;Landroid/bluetooth/BluetoothGattDescriptor;I)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCallback;->onDescriptorRead(Landroid/bluetooth/BluetoothGatt;Landroid/bluetooth/BluetoothGattDescriptor;I[B)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCallback;->onDescriptorWrite(Landroid/bluetooth/BluetoothGatt;Landroid/bluetooth/BluetoothGattDescriptor;I)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCallback;->onMtuChanged(Landroid/bluetooth/BluetoothGatt;II)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCallback;->onPhyRead(Landroid/bluetooth/BluetoothGatt;III)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCallback;->onPhyUpdate(Landroid/bluetooth/BluetoothGatt;III)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCallback;->onReadRemoteRssi(Landroid/bluetooth/BluetoothGatt;II)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCallback;->onReliableWriteCompleted(Landroid/bluetooth/BluetoothGatt;I)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCallback;->onServiceChanged(Landroid/bluetooth/BluetoothGatt;)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCallback;->onServicesDiscovered(Landroid/bluetooth/BluetoothGatt;I)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic$1;->newArray(I)[Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;-><init>(Ljava/util/UUID;II)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->CREATOR:Landroid/os/Parcelable$Creator;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->FORMAT_FLOAT:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->FORMAT_SFLOAT:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->FORMAT_SINT16:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->FORMAT_SINT32:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->FORMAT_SINT8:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->FORMAT_UINT16:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->FORMAT_UINT32:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->FORMAT_UINT8:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->PERMISSION_READ:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->PERMISSION_READ_ENCRYPTED:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->PERMISSION_READ_ENCRYPTED_MITM:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->PERMISSION_WRITE:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->PERMISSION_WRITE_ENCRYPTED:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->PERMISSION_WRITE_ENCRYPTED_MITM:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->PERMISSION_WRITE_SIGNED:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->PERMISSION_WRITE_SIGNED_MITM:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->PROPERTY_BROADCAST:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->PROPERTY_EXTENDED_PROPS:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->PROPERTY_INDICATE:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->PROPERTY_NOTIFY:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->PROPERTY_READ:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->PROPERTY_SIGNED_WRITE:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->PROPERTY_WRITE:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->PROPERTY_WRITE_NO_RESPONSE:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->WRITE_TYPE_DEFAULT:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->WRITE_TYPE_NO_RESPONSE:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->WRITE_TYPE_SIGNED:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->addDescriptor(Landroid/bluetooth/BluetoothGattDescriptor;)Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->describeContents()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->getDescriptor(Ljava/util/UUID;)Landroid/bluetooth/BluetoothGattDescriptor;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->getDescriptors()Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->getFloatValue(II)Ljava/lang/Float;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->getInstanceId()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->getIntValue(II)Ljava/lang/Integer;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->getPermissions()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->getProperties()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->getService()Landroid/bluetooth/BluetoothGattService;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->getStringValue(I)Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->getUuid()Ljava/util/UUID;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->getValue()[B,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->getWriteType()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->mDescriptors:Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->setValue(III)Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->setValue(IIII)Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->setValue(Ljava/lang/String;)Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->setValue([B)Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->setWriteType(I)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattCharacteristic;->writeToParcel(Landroid/os/Parcel;I)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattDescriptor$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattDescriptor$1;->newArray(I)[Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattDescriptor;-><init>(Ljava/util/UUID;I)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattDescriptor;->CREATOR:Landroid/os/Parcelable$Creator;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattDescriptor;->DISABLE_NOTIFICATION_VALUE:[B,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattDescriptor;->ENABLE_INDICATION_VALUE:[B,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattDescriptor;->ENABLE_NOTIFICATION_VALUE:[B,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattDescriptor;->PERMISSION_READ:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattDescriptor;->PERMISSION_READ_ENCRYPTED:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattDescriptor;->PERMISSION_READ_ENCRYPTED_MITM:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattDescriptor;->PERMISSION_WRITE:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattDescriptor;->PERMISSION_WRITE_ENCRYPTED:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattDescriptor;->PERMISSION_WRITE_ENCRYPTED_MITM:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattDescriptor;->PERMISSION_WRITE_SIGNED:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattDescriptor;->PERMISSION_WRITE_SIGNED_MITM:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattDescriptor;->describeContents()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattDescriptor;->getCharacteristic()Landroid/bluetooth/BluetoothGattCharacteristic;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattDescriptor;->getPermissions()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattDescriptor;->getUuid()Ljava/util/UUID;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattDescriptor;->getValue()[B,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattDescriptor;->setValue([B)Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattDescriptor;->writeToParcel(Landroid/os/Parcel;I)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattIncludedService$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattIncludedService$1;->newArray(I)[Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattIncludedService;->describeContents()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattIncludedService;->writeToParcel(Landroid/os/Parcel;I)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattServer;->addService(Landroid/bluetooth/BluetoothGattService;)Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattServer;->cancelConnection(Landroid/bluetooth/BluetoothDevice;)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattServer;->clearServices()V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattServer;->close()V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattServer;->connect(Landroid/bluetooth/BluetoothDevice;Z)Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattServer;->getConnectedDevices()Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattServer;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattServer;->getDevicesMatchingConnectionStates([I)Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattServer;->getService(Ljava/util/UUID;)Landroid/bluetooth/BluetoothGattService;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattServer;->getServices()Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattServer;->notifyCharacteristicChanged(Landroid/bluetooth/BluetoothDevice;Landroid/bluetooth/BluetoothGattCharacteristic;Z)Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattServer;->notifyCharacteristicChanged(Landroid/bluetooth/BluetoothDevice;Landroid/bluetooth/BluetoothGattCharacteristic;Z[B)I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattServer;->readPhy(Landroid/bluetooth/BluetoothDevice;)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattServer;->removeService(Landroid/bluetooth/BluetoothGattService;)Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattServer;->sendResponse(Landroid/bluetooth/BluetoothDevice;III[B)Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattServer;->setPreferredPhy(Landroid/bluetooth/BluetoothDevice;III)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattServerCallback;-><init>()V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattServerCallback;->onCharacteristicReadRequest(Landroid/bluetooth/BluetoothDevice;IILandroid/bluetooth/BluetoothGattCharacteristic;)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattServerCallback;->onCharacteristicWriteRequest(Landroid/bluetooth/BluetoothDevice;ILandroid/bluetooth/BluetoothGattCharacteristic;ZZI[B)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattServerCallback;->onConnectionStateChange(Landroid/bluetooth/BluetoothDevice;II)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattServerCallback;->onDescriptorReadRequest(Landroid/bluetooth/BluetoothDevice;IILandroid/bluetooth/BluetoothGattDescriptor;)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattServerCallback;->onDescriptorWriteRequest(Landroid/bluetooth/BluetoothDevice;ILandroid/bluetooth/BluetoothGattDescriptor;ZZI[B)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattServerCallback;->onExecuteWrite(Landroid/bluetooth/BluetoothDevice;IZ)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattServerCallback;->onMtuChanged(Landroid/bluetooth/BluetoothDevice;I)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattServerCallback;->onNotificationSent(Landroid/bluetooth/BluetoothDevice;I)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattServerCallback;->onPhyRead(Landroid/bluetooth/BluetoothDevice;III)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattServerCallback;->onPhyUpdate(Landroid/bluetooth/BluetoothDevice;III)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattServerCallback;->onServiceAdded(ILandroid/bluetooth/BluetoothGattService;)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattService$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattService$1;->newArray(I)[Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattService;-><init>(Ljava/util/UUID;I)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattService;->CREATOR:Landroid/os/Parcelable$Creator;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattService;->SERVICE_TYPE_PRIMARY:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattService;->SERVICE_TYPE_SECONDARY:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattService;->addCharacteristic(Landroid/bluetooth/BluetoothGattCharacteristic;)Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattService;->addService(Landroid/bluetooth/BluetoothGattService;)Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattService;->describeContents()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattService;->getCharacteristic(Ljava/util/UUID;)Landroid/bluetooth/BluetoothGattCharacteristic;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattService;->getCharacteristics()Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattService;->getIncludedServices()Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattService;->getInstanceId()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattService;->getType()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattService;->getUuid()Ljava/util/UUID;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattService;->mCharacteristics:Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattService;->mIncludedServices:Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothGattService;->writeToParcel(Landroid/os/Parcel;I)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHapClient$1$$ExternalSyntheticLambda0;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHapClient$1$$ExternalSyntheticLambda1;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHapClient$1$$ExternalSyntheticLambda2;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHapClient$1$$ExternalSyntheticLambda3;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHapClient$1$$ExternalSyntheticLambda4;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHapClient$1$$ExternalSyntheticLambda5;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHapClient$Callback;->onPresetInfoChanged(Landroid/bluetooth/BluetoothDevice;Ljava/util/List;I)V,system-api,test-api
-Landroid/bluetooth/BluetoothHapClient$Callback;->onPresetSelected(Landroid/bluetooth/BluetoothDevice;II)V,system-api,test-api
-Landroid/bluetooth/BluetoothHapClient$Callback;->onPresetSelectionFailed(Landroid/bluetooth/BluetoothDevice;I)V,system-api,test-api
-Landroid/bluetooth/BluetoothHapClient$Callback;->onPresetSelectionForGroupFailed(II)V,system-api,test-api
-Landroid/bluetooth/BluetoothHapClient$Callback;->onSetPresetNameFailed(Landroid/bluetooth/BluetoothDevice;I)V,system-api,test-api
-Landroid/bluetooth/BluetoothHapClient$Callback;->onSetPresetNameForGroupFailed(II)V,system-api,test-api
-Landroid/bluetooth/BluetoothHapClient;->ACTION_HAP_CONNECTION_STATE_CHANGED:Ljava/lang/String;,system-api,test-api
-Landroid/bluetooth/BluetoothHapClient;->close()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHapClient;->finalize()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHapClient;->getActivePresetInfo(Landroid/bluetooth/BluetoothDevice;)Landroid/bluetooth/BluetoothHapPresetInfo;,system-api,test-api
-Landroid/bluetooth/BluetoothHapClient;->getAllPresetInfo(Landroid/bluetooth/BluetoothDevice;)Ljava/util/List;,system-api,test-api
-Landroid/bluetooth/BluetoothHapClient;->getConnectedDevices()Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHapClient;->getConnectionPolicy(Landroid/bluetooth/BluetoothDevice;)I,system-api,test-api
-Landroid/bluetooth/BluetoothHapClient;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHapClient;->getDevicesMatchingConnectionStates([I)Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHapClient;->registerCallback(Ljava/util/concurrent/Executor;Landroid/bluetooth/BluetoothHapClient$Callback;)V,system-api,test-api
-Landroid/bluetooth/BluetoothHapClient;->selectPreset(Landroid/bluetooth/BluetoothDevice;I)V,system-api,test-api
-Landroid/bluetooth/BluetoothHapClient;->selectPresetForGroup(II)V,system-api,test-api
-Landroid/bluetooth/BluetoothHapClient;->setConnectionPolicy(Landroid/bluetooth/BluetoothDevice;I)Z,system-api,test-api
-Landroid/bluetooth/BluetoothHapClient;->setPresetName(Landroid/bluetooth/BluetoothDevice;ILjava/lang/String;)V,system-api,test-api
-Landroid/bluetooth/BluetoothHapClient;->setPresetNameForGroup(IILjava/lang/String;)V,system-api,test-api
-Landroid/bluetooth/BluetoothHapClient;->unregisterCallback(Landroid/bluetooth/BluetoothHapClient$Callback;)V,system-api,test-api
-Landroid/bluetooth/BluetoothHapPresetInfo$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHapPresetInfo$1;->newArray(I)[Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHapPresetInfo;->CREATOR:Landroid/os/Parcelable$Creator;,system-api,test-api
-Landroid/bluetooth/BluetoothHapPresetInfo;->describeContents()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHapPresetInfo;->getIndex()I,system-api,test-api
-Landroid/bluetooth/BluetoothHapPresetInfo;->getName()Ljava/lang/String;,system-api,test-api
-Landroid/bluetooth/BluetoothHapPresetInfo;->isAvailable()Z,system-api,test-api
-Landroid/bluetooth/BluetoothHapPresetInfo;->isWritable()Z,system-api,test-api
-Landroid/bluetooth/BluetoothHapPresetInfo;->writeToParcel(Landroid/os/Parcel;I)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset$3;->handleMessage(Landroid/os/Message;)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->ACTION_ACTIVE_DEVICE_CHANGED:Ljava/lang/String;,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->ACTION_AUDIO_STATE_CHANGED:Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->ACTION_CONNECTION_STATE_CHANGED:Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->ACTION_VENDOR_SPECIFIC_HEADSET_EVENT:Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->AT_CMD_TYPE_ACTION:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->AT_CMD_TYPE_BASIC:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->AT_CMD_TYPE_READ:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->AT_CMD_TYPE_SET:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->AT_CMD_TYPE_TEST:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->EXTRA_VENDOR_SPECIFIC_HEADSET_EVENT_ARGS:Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->EXTRA_VENDOR_SPECIFIC_HEADSET_EVENT_CMD:Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->EXTRA_VENDOR_SPECIFIC_HEADSET_EVENT_CMD_TYPE:Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->STATE_AUDIO_CONNECTED:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->STATE_AUDIO_CONNECTING:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->STATE_AUDIO_DISCONNECTED:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->VENDOR_RESULT_CODE_COMMAND_ANDROID:Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->VENDOR_SPECIFIC_HEADSET_EVENT_COMPANY_ID_CATEGORY:Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->connect(Landroid/bluetooth/BluetoothDevice;)Z,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->connectAudio()I,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->disconnectAudio()I,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->finalize()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->getAudioRouteAllowed()I,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->getAudioState(Landroid/bluetooth/BluetoothDevice;)I,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->getConnectedDevices()Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->getConnectionPolicy(Landroid/bluetooth/BluetoothDevice;)I,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->getDevicesMatchingConnectionStates([I)Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->isAudioConnected(Landroid/bluetooth/BluetoothDevice;)Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->isInbandRingingEnabled()Z,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->isNoiseReductionSupported(Landroid/bluetooth/BluetoothDevice;)Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->isVoiceRecognitionSupported(Landroid/bluetooth/BluetoothDevice;)Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->sendVendorSpecificResultCode(Landroid/bluetooth/BluetoothDevice;Ljava/lang/String;Ljava/lang/String;)Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->setAudioRouteAllowed(Z)I,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->setConnectionPolicy(Landroid/bluetooth/BluetoothDevice;I)Z,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->startScoUsingVirtualVoiceCall()Z,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->startVoiceRecognition(Landroid/bluetooth/BluetoothDevice;)Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->stopScoUsingVirtualVoiceCall()Z,system-api,test-api
-Landroid/bluetooth/BluetoothHeadset;->stopVoiceRecognition(Landroid/bluetooth/BluetoothDevice;)Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHeadsetClient$NetworkServiceState$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHeadsetClient$NetworkServiceState$1;->newArray(I)[Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHeadsetClient$NetworkServiceState;->CREATOR:Landroid/os/Parcelable$Creator;,system-api,test-api
-Landroid/bluetooth/BluetoothHeadsetClient$NetworkServiceState;->describeContents()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHeadsetClient$NetworkServiceState;->getDevice()Landroid/bluetooth/BluetoothDevice;,system-api,test-api
-Landroid/bluetooth/BluetoothHeadsetClient$NetworkServiceState;->getNetworkOperatorName()Ljava/lang/String;,system-api,test-api
-Landroid/bluetooth/BluetoothHeadsetClient$NetworkServiceState;->getSignalStrength()I,system-api,test-api
-Landroid/bluetooth/BluetoothHeadsetClient$NetworkServiceState;->isRoaming()Z,system-api,test-api
-Landroid/bluetooth/BluetoothHeadsetClient$NetworkServiceState;->isServiceAvailable()Z,system-api,test-api
-Landroid/bluetooth/BluetoothHeadsetClient$NetworkServiceState;->writeToParcel(Landroid/os/Parcel;I)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHeadsetClient;->ACTION_CONNECTION_STATE_CHANGED:Ljava/lang/String;,system-api,test-api
-Landroid/bluetooth/BluetoothHeadsetClient;->ACTION_NETWORK_SERVICE_STATE_CHANGED:Ljava/lang/String;,system-api,test-api
-Landroid/bluetooth/BluetoothHeadsetClient;->EXTRA_NETWORK_SERVICE_STATE:Ljava/lang/String;,system-api,test-api
-Landroid/bluetooth/BluetoothHeadsetClient;->close()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHeadsetClient;->finalize()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHeadsetClient;->getConnectedDevices()Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHeadsetClient;->getConnectionPolicy(Landroid/bluetooth/BluetoothDevice;)I,system-api,test-api
-Landroid/bluetooth/BluetoothHeadsetClient;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHeadsetClient;->getDevicesMatchingConnectionStates([I)Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHeadsetClient;->getNetworkServiceState(Landroid/bluetooth/BluetoothDevice;)Landroid/bluetooth/BluetoothHeadsetClient$NetworkServiceState;,system-api,test-api
-Landroid/bluetooth/BluetoothHeadsetClient;->setConnectionPolicy(Landroid/bluetooth/BluetoothDevice;I)Z,system-api,test-api
-Landroid/bluetooth/BluetoothHeadsetClientCall$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHeadsetClientCall$1;->newArray(I)[Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHeadsetClientCall;->describeContents()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHeadsetClientCall;->toString()Ljava/lang/String;,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHeadsetClientCall;->writeToParcel(Landroid/os/Parcel;I)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHealth;->APP_CONFIG_REGISTRATION_FAILURE:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHealth;->APP_CONFIG_REGISTRATION_SUCCESS:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHealth;->APP_CONFIG_UNREGISTRATION_FAILURE:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHealth;->APP_CONFIG_UNREGISTRATION_SUCCESS:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHealth;->CHANNEL_TYPE_RELIABLE:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHealth;->CHANNEL_TYPE_STREAMING:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHealth;->SINK_ROLE:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHealth;->SOURCE_ROLE:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHealth;->STATE_CHANNEL_CONNECTED:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHealth;->STATE_CHANNEL_CONNECTING:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHealth;->STATE_CHANNEL_DISCONNECTED:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHealth;->STATE_CHANNEL_DISCONNECTING:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHealth;->connectChannelToSource(Landroid/bluetooth/BluetoothDevice;Landroid/bluetooth/BluetoothHealthAppConfiguration;)Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHealth;->disconnectChannel(Landroid/bluetooth/BluetoothDevice;Landroid/bluetooth/BluetoothHealthAppConfiguration;I)Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHealth;->getConnectedDevices()Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHealth;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHealth;->getDevicesMatchingConnectionStates([I)Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHealth;->getMainChannelFd(Landroid/bluetooth/BluetoothDevice;Landroid/bluetooth/BluetoothHealthAppConfiguration;)Landroid/os/ParcelFileDescriptor;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHealth;->registerSinkAppConfiguration(Ljava/lang/String;ILandroid/bluetooth/BluetoothHealthCallback;)Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHealth;->unregisterAppConfiguration(Landroid/bluetooth/BluetoothHealthAppConfiguration;)Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHealthAppConfiguration$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHealthAppConfiguration$1;->newArray(I)[Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHealthAppConfiguration;->CREATOR:Landroid/os/Parcelable$Creator;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHealthAppConfiguration;->describeContents()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHealthAppConfiguration;->getDataType()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHealthAppConfiguration;->getName()Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHealthAppConfiguration;->getRole()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHealthAppConfiguration;->writeToParcel(Landroid/os/Parcel;I)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHealthCallback;-><init>()V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHealthCallback;->onHealthAppConfigurationStatusChange(Landroid/bluetooth/BluetoothHealthAppConfiguration;I)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHealthCallback;->onHealthChannelStateChange(Landroid/bluetooth/BluetoothHealthAppConfiguration;Landroid/bluetooth/BluetoothDevice;IILandroid/os/ParcelFileDescriptor;I)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHearingAid;->ACTION_ACTIVE_DEVICE_CHANGED:Ljava/lang/String;,system-api,test-api
-Landroid/bluetooth/BluetoothHearingAid;->ACTION_CONNECTION_STATE_CHANGED:Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHearingAid;->HI_SYNC_ID_INVALID:J,system-api,test-api
-Landroid/bluetooth/BluetoothHearingAid;->getConnectedDevices()Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHearingAid;->getConnectionPolicy(Landroid/bluetooth/BluetoothDevice;)I,system-api,test-api
-Landroid/bluetooth/BluetoothHearingAid;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHearingAid;->getDevicesMatchingConnectionStates([I)Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHearingAid;->getHiSyncId(Landroid/bluetooth/BluetoothDevice;)J,system-api,test-api
-Landroid/bluetooth/BluetoothHearingAid;->setConnectionPolicy(Landroid/bluetooth/BluetoothDevice;I)Z,system-api,test-api
-Landroid/bluetooth/BluetoothHearingAid;->setVolume(I)V,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice$Callback;-><init>()V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice$Callback;->onAppStatusChanged(Landroid/bluetooth/BluetoothDevice;Z)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice$Callback;->onConnectionStateChanged(Landroid/bluetooth/BluetoothDevice;I)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice$Callback;->onGetReport(Landroid/bluetooth/BluetoothDevice;BBI)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice$Callback;->onInterruptData(Landroid/bluetooth/BluetoothDevice;B[B)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice$Callback;->onSetProtocol(Landroid/bluetooth/BluetoothDevice;B)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice$Callback;->onSetReport(Landroid/bluetooth/BluetoothDevice;BB[B)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice$Callback;->onVirtualCableUnplug(Landroid/bluetooth/BluetoothDevice;)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice$CallbackWrapper$$ExternalSyntheticLambda0;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice$CallbackWrapper$$ExternalSyntheticLambda1;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice$CallbackWrapper$$ExternalSyntheticLambda2;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice$CallbackWrapper$$ExternalSyntheticLambda3;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice$CallbackWrapper$$ExternalSyntheticLambda4;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice$CallbackWrapper$$ExternalSyntheticLambda5;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice$CallbackWrapper$$ExternalSyntheticLambda6;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->ACTION_CONNECTION_STATE_CHANGED:Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->ERROR_RSP_INVALID_PARAM:B,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->ERROR_RSP_INVALID_RPT_ID:B,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->ERROR_RSP_NOT_READY:B,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->ERROR_RSP_SUCCESS:B,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->ERROR_RSP_UNKNOWN:B,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->ERROR_RSP_UNSUPPORTED_REQ:B,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->PROTOCOL_BOOT_MODE:B,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->PROTOCOL_REPORT_MODE:B,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->REPORT_TYPE_FEATURE:B,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->REPORT_TYPE_INPUT:B,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->REPORT_TYPE_OUTPUT:B,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->SUBCLASS1_COMBO:B,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->SUBCLASS1_KEYBOARD:B,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->SUBCLASS1_MOUSE:B,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->SUBCLASS1_NONE:B,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->SUBCLASS2_CARD_READER:B,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->SUBCLASS2_DIGITIZER_TABLET:B,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->SUBCLASS2_GAMEPAD:B,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->SUBCLASS2_JOYSTICK:B,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->SUBCLASS2_REMOTE_CONTROL:B,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->SUBCLASS2_SENSING_DEVICE:B,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->SUBCLASS2_UNCATEGORIZED:B,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->connect(Landroid/bluetooth/BluetoothDevice;)Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->getConnectedDevices()Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->getDevicesMatchingConnectionStates([I)Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->registerApp(Landroid/bluetooth/BluetoothHidDeviceAppSdpSettings;Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;Ljava/util/concurrent/Executor;Landroid/bluetooth/BluetoothHidDevice$Callback;)Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->replyReport(Landroid/bluetooth/BluetoothDevice;BB[B)Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->reportError(Landroid/bluetooth/BluetoothDevice;B)Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->sendReport(Landroid/bluetooth/BluetoothDevice;I[B)Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->setConnectionPolicy(Landroid/bluetooth/BluetoothDevice;I)Z,system-api,test-api
-Landroid/bluetooth/BluetoothHidDevice;->unregisterApp()Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDeviceAppQosSettings$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDeviceAppQosSettings$1;->newArray(I)[Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;-><init>(IIIIII)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;->CREATOR:Landroid/os/Parcelable$Creator;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;->MAX:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;->SERVICE_BEST_EFFORT:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;->SERVICE_GUARANTEED:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;->SERVICE_NO_TRAFFIC:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;->describeContents()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;->getDelayVariation()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;->getLatency()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;->getPeakBandwidth()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;->getServiceType()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;->getTokenBucketSize()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;->getTokenRate()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;->writeToParcel(Landroid/os/Parcel;I)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDeviceAppSdpSettings$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDeviceAppSdpSettings$1;->newArray(I)[Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDeviceAppSdpSettings;-><init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;B[B)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDeviceAppSdpSettings;->CREATOR:Landroid/os/Parcelable$Creator;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDeviceAppSdpSettings;->describeContents()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDeviceAppSdpSettings;->getDescription()Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDeviceAppSdpSettings;->getDescriptors()[B,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDeviceAppSdpSettings;->getName()Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDeviceAppSdpSettings;->getProvider()Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDeviceAppSdpSettings;->getSubclass()B,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidDeviceAppSdpSettings;->writeToParcel(Landroid/os/Parcel;I)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidHost;->ACTION_CONNECTION_STATE_CHANGED:Ljava/lang/String;,system-api,test-api
-Landroid/bluetooth/BluetoothHidHost;->getConnectedDevices()Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidHost;->getConnectionPolicy(Landroid/bluetooth/BluetoothDevice;)I,system-api,test-api
-Landroid/bluetooth/BluetoothHidHost;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidHost;->getDevicesMatchingConnectionStates([I)Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothHidHost;->setConnectionPolicy(Landroid/bluetooth/BluetoothDevice;I)Z,system-api,test-api
-Landroid/bluetooth/BluetoothInputStream;->available()I,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothInputStream;->close()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothInputStream;->read()I,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothInputStream;->read([BII)I,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio$1$$ExternalSyntheticLambda0;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio$1$$ExternalSyntheticLambda1;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio$1$$ExternalSyntheticLambda2;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio$1$$ExternalSyntheticLambda3;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio$Callback;->onCodecConfigChanged(ILandroid/bluetooth/BluetoothLeAudioCodecStatus;)V,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio$Callback;->onGroupNodeAdded(Landroid/bluetooth/BluetoothDevice;I)V,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio$Callback;->onGroupNodeRemoved(Landroid/bluetooth/BluetoothDevice;I)V,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio$Callback;->onGroupStatusChanged(II)V,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->ACTION_LE_AUDIO_ACTIVE_DEVICE_CHANGED:Ljava/lang/String;,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->ACTION_LE_AUDIO_CONNECTION_STATE_CHANGED:Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->AUDIO_LOCATION_BACK_CENTER:I,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->AUDIO_LOCATION_BACK_LEFT:I,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->AUDIO_LOCATION_BACK_RIGHT:I,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->AUDIO_LOCATION_BOTTOM_FRONT_CENTER:I,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->AUDIO_LOCATION_BOTTOM_FRONT_LEFT:I,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->AUDIO_LOCATION_BOTTOM_FRONT_RIGHT:I,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->AUDIO_LOCATION_FRONT_CENTER:I,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->AUDIO_LOCATION_FRONT_LEFT:I,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->AUDIO_LOCATION_FRONT_LEFT_OF_CENTER:I,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->AUDIO_LOCATION_FRONT_LEFT_WIDE:I,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->AUDIO_LOCATION_FRONT_RIGHT:I,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->AUDIO_LOCATION_FRONT_RIGHT_OF_CENTER:I,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->AUDIO_LOCATION_FRONT_RIGHT_WIDE:I,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->AUDIO_LOCATION_INVALID:I,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->AUDIO_LOCATION_LEFT_SURROUND:I,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->AUDIO_LOCATION_LOW_FREQ_EFFECTS_ONE:I,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->AUDIO_LOCATION_LOW_FREQ_EFFECTS_TWO:I,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->AUDIO_LOCATION_RIGHT_SURROUND:I,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->AUDIO_LOCATION_SIDE_LEFT:I,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->AUDIO_LOCATION_SIDE_RIGHT:I,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->AUDIO_LOCATION_TOP_BACK_CENTER:I,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->AUDIO_LOCATION_TOP_BACK_LEFT:I,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->AUDIO_LOCATION_TOP_BACK_RIGHT:I,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->AUDIO_LOCATION_TOP_CENTER:I,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->AUDIO_LOCATION_TOP_FRONT_CENTER:I,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->AUDIO_LOCATION_TOP_FRONT_LEFT:I,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->AUDIO_LOCATION_TOP_FRONT_RIGHT:I,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->AUDIO_LOCATION_TOP_SIDE_LEFT:I,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->AUDIO_LOCATION_TOP_SIDE_RIGHT:I,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->EXTRA_LE_AUDIO_GROUP_ID:Ljava/lang/String;,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->GROUP_ID_INVALID:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->close()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->finalize()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->getAudioLocation(Landroid/bluetooth/BluetoothDevice;)I,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->getCodecStatus(I)Landroid/bluetooth/BluetoothLeAudioCodecStatus;,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->getConnectedDevices()Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->getConnectedGroupLeadDevice(I)Landroid/bluetooth/BluetoothDevice;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->getConnectionPolicy(Landroid/bluetooth/BluetoothDevice;)I,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->getDevicesMatchingConnectionStates([I)Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->getGroupId(Landroid/bluetooth/BluetoothDevice;)I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->registerCallback(Ljava/util/concurrent/Executor;Landroid/bluetooth/BluetoothLeAudio$Callback;)V,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->setCodecConfigPreference(ILandroid/bluetooth/BluetoothLeAudioCodecConfig;Landroid/bluetooth/BluetoothLeAudioCodecConfig;)V,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->setConnectionPolicy(Landroid/bluetooth/BluetoothDevice;I)Z,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->setVolume(I)V,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudio;->unregisterCallback(Landroid/bluetooth/BluetoothLeAudio$Callback;)V,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig$1;->newArray(I)[Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig$Builder;-><init>()V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig$Builder;-><init>(Landroid/bluetooth/BluetoothLeAudioCodecConfig;)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig$Builder;->build()Landroid/bluetooth/BluetoothLeAudioCodecConfig;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig$Builder;->setBitsPerSample(I)Landroid/bluetooth/BluetoothLeAudioCodecConfig$Builder;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig$Builder;->setChannelCount(I)Landroid/bluetooth/BluetoothLeAudioCodecConfig$Builder;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig$Builder;->setCodecPriority(I)Landroid/bluetooth/BluetoothLeAudioCodecConfig$Builder;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig$Builder;->setCodecType(I)Landroid/bluetooth/BluetoothLeAudioCodecConfig$Builder;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig$Builder;->setFrameDuration(I)Landroid/bluetooth/BluetoothLeAudioCodecConfig$Builder;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig$Builder;->setMaxOctetsPerFrame(I)Landroid/bluetooth/BluetoothLeAudioCodecConfig$Builder;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig$Builder;->setMinOctetsPerFrame(I)Landroid/bluetooth/BluetoothLeAudioCodecConfig$Builder;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig$Builder;->setOctetsPerFrame(I)Landroid/bluetooth/BluetoothLeAudioCodecConfig$Builder;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig$Builder;->setSampleRate(I)Landroid/bluetooth/BluetoothLeAudioCodecConfig$Builder;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->BITS_PER_SAMPLE_16:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->BITS_PER_SAMPLE_24:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->BITS_PER_SAMPLE_32:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->BITS_PER_SAMPLE_NONE:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->CHANNEL_COUNT_1:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->CHANNEL_COUNT_2:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->CHANNEL_COUNT_NONE:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->CODEC_PRIORITY_DEFAULT:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->CODEC_PRIORITY_DISABLED:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->CODEC_PRIORITY_HIGHEST:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->CREATOR:Landroid/os/Parcelable$Creator;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->FRAME_DURATION_10000:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->FRAME_DURATION_7500:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->FRAME_DURATION_NONE:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->SAMPLE_RATE_16000:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->SAMPLE_RATE_24000:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->SAMPLE_RATE_32000:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->SAMPLE_RATE_44100:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->SAMPLE_RATE_48000:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->SAMPLE_RATE_8000:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->SAMPLE_RATE_NONE:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->SOURCE_CODEC_TYPE_INVALID:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->SOURCE_CODEC_TYPE_LC3:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->describeContents()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->equals(Ljava/lang/Object;)Z,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->getBitsPerSample()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->getChannelCount()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->getCodecName()Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->getCodecPriority()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->getCodecType()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->getFrameDuration()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->getMaxOctetsPerFrame()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->getMinOctetsPerFrame()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->getOctetsPerFrame()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->getSampleRate()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->hashCode()I,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->toString()Ljava/lang/String;,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfig;->writeToParcel(Landroid/os/Parcel;I)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfigMetadata$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfigMetadata$1;->newArray(I)[Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfigMetadata$Builder$$ExternalSyntheticLambda0;->test(Ljava/lang/Object;)Z,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfigMetadata$Builder;-><init>()V,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfigMetadata$Builder;-><init>(Landroid/bluetooth/BluetoothLeAudioCodecConfigMetadata;)V,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfigMetadata$Builder;->build()Landroid/bluetooth/BluetoothLeAudioCodecConfigMetadata;,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfigMetadata$Builder;->setAudioLocation(J)Landroid/bluetooth/BluetoothLeAudioCodecConfigMetadata$Builder;,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfigMetadata;->CREATOR:Landroid/os/Parcelable$Creator;,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfigMetadata;->describeContents()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfigMetadata;->equals(Ljava/lang/Object;)Z,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfigMetadata;->fromRawBytes([B)Landroid/bluetooth/BluetoothLeAudioCodecConfigMetadata;,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfigMetadata;->getAudioLocation()J,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfigMetadata;->getRawMetadata()[B,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfigMetadata;->hashCode()I,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecConfigMetadata;->writeToParcel(Landroid/os/Parcel;I)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecStatus$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecStatus$1;->newArray(I)[Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecStatus;-><init>(Landroid/bluetooth/BluetoothLeAudioCodecConfig;Landroid/bluetooth/BluetoothLeAudioCodecConfig;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecStatus;->CREATOR:Landroid/os/Parcelable$Creator;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecStatus;->EXTRA_LE_AUDIO_CODEC_STATUS:Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecStatus;->describeContents()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecStatus;->equals(Ljava/lang/Object;)Z,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecStatus;->getInputCodecConfig()Landroid/bluetooth/BluetoothLeAudioCodecConfig;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecStatus;->getInputCodecLocalCapabilities()Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecStatus;->getInputCodecSelectableCapabilities()Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecStatus;->getOutputCodecConfig()Landroid/bluetooth/BluetoothLeAudioCodecConfig;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecStatus;->getOutputCodecLocalCapabilities()Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecStatus;->getOutputCodecSelectableCapabilities()Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecStatus;->hashCode()I,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecStatus;->isInputCodecConfigSelectable(Landroid/bluetooth/BluetoothLeAudioCodecConfig;)Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecStatus;->isOutputCodecConfigSelectable(Landroid/bluetooth/BluetoothLeAudioCodecConfig;)Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecStatus;->toString()Ljava/lang/String;,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioCodecStatus;->writeToParcel(Landroid/os/Parcel;I)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioContentMetadata$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioContentMetadata$1;->newArray(I)[Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioContentMetadata$Builder$$ExternalSyntheticLambda0;->test(Ljava/lang/Object;)Z,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioContentMetadata$Builder$$ExternalSyntheticLambda1;->test(Ljava/lang/Object;)Z,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioContentMetadata$Builder;-><init>()V,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioContentMetadata$Builder;-><init>(Landroid/bluetooth/BluetoothLeAudioContentMetadata;)V,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioContentMetadata$Builder;->build()Landroid/bluetooth/BluetoothLeAudioContentMetadata;,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioContentMetadata$Builder;->setLanguage(Ljava/lang/String;)Landroid/bluetooth/BluetoothLeAudioContentMetadata$Builder;,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioContentMetadata$Builder;->setProgramInfo(Ljava/lang/String;)Landroid/bluetooth/BluetoothLeAudioContentMetadata$Builder;,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioContentMetadata;->CREATOR:Landroid/os/Parcelable$Creator;,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioContentMetadata;->describeContents()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioContentMetadata;->equals(Ljava/lang/Object;)Z,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioContentMetadata;->fromRawBytes([B)Landroid/bluetooth/BluetoothLeAudioContentMetadata;,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioContentMetadata;->getLanguage()Ljava/lang/String;,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioContentMetadata;->getProgramInfo()Ljava/lang/String;,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioContentMetadata;->getRawMetadata()[B,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioContentMetadata;->hashCode()I,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeAudioContentMetadata;->writeToParcel(Landroid/os/Parcel;I)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcast$2$$ExternalSyntheticLambda0;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcast$2$$ExternalSyntheticLambda1;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcast$2$$ExternalSyntheticLambda2;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcast$2$$ExternalSyntheticLambda3;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcast$2$$ExternalSyntheticLambda4;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcast$2$$ExternalSyntheticLambda5;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcast$2$$ExternalSyntheticLambda6;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcast$2$$ExternalSyntheticLambda7;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcast$2$$ExternalSyntheticLambda8;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcast$Callback;->onBroadcastMetadataChanged(ILandroid/bluetooth/BluetoothLeBroadcastMetadata;)V,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcast$Callback;->onBroadcastStartFailed(I)V,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcast$Callback;->onBroadcastStarted(II)V,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcast$Callback;->onBroadcastStopFailed(I)V,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcast$Callback;->onBroadcastStopped(II)V,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcast$Callback;->onBroadcastUpdateFailed(II)V,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcast$Callback;->onBroadcastUpdated(II)V,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcast$Callback;->onPlaybackStarted(II)V,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcast$Callback;->onPlaybackStopped(II)V,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcast;->close()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcast;->finalize()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcast;->getAllBroadcastMetadata()Ljava/util/List;,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcast;->getConnectedDevices()Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcast;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcast;->getDevicesMatchingConnectionStates([I)Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcast;->getMaximumNumberOfBroadcasts()I,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcast;->isPlaying(I)Z,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcast;->registerCallback(Ljava/util/concurrent/Executor;Landroid/bluetooth/BluetoothLeBroadcast$Callback;)V,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcast;->startBroadcast(Landroid/bluetooth/BluetoothLeAudioContentMetadata;[B)V,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcast;->stopBroadcast(I)V,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcast;->unregisterCallback(Landroid/bluetooth/BluetoothLeBroadcast$Callback;)V,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcast;->updateBroadcast(ILandroid/bluetooth/BluetoothLeAudioContentMetadata;)V,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistant$Callback;->onReceiveStateChanged(Landroid/bluetooth/BluetoothDevice;ILandroid/bluetooth/BluetoothLeBroadcastReceiveState;)V,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistant$Callback;->onSearchStartFailed(I)V,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistant$Callback;->onSearchStarted(I)V,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistant$Callback;->onSearchStopFailed(I)V,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistant$Callback;->onSearchStopped(I)V,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistant$Callback;->onSourceAddFailed(Landroid/bluetooth/BluetoothDevice;Landroid/bluetooth/BluetoothLeBroadcastMetadata;I)V,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistant$Callback;->onSourceAdded(Landroid/bluetooth/BluetoothDevice;II)V,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistant$Callback;->onSourceFound(Landroid/bluetooth/BluetoothLeBroadcastMetadata;)V,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistant$Callback;->onSourceModified(Landroid/bluetooth/BluetoothDevice;II)V,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistant$Callback;->onSourceModifyFailed(Landroid/bluetooth/BluetoothDevice;II)V,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistant$Callback;->onSourceRemoveFailed(Landroid/bluetooth/BluetoothDevice;II)V,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistant$Callback;->onSourceRemoved(Landroid/bluetooth/BluetoothDevice;II)V,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistant;->ACTION_CONNECTION_STATE_CHANGED:Ljava/lang/String;,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistant;->addSource(Landroid/bluetooth/BluetoothDevice;Landroid/bluetooth/BluetoothLeBroadcastMetadata;Z)V,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistant;->close()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistant;->finalize()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistant;->getAllSources(Landroid/bluetooth/BluetoothDevice;)Ljava/util/List;,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistant;->getConnectedDevices()Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistant;->getConnectionPolicy(Landroid/bluetooth/BluetoothDevice;)I,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistant;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistant;->getDevicesMatchingConnectionStates([I)Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistant;->getMaximumSourceCapacity(Landroid/bluetooth/BluetoothDevice;)I,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistant;->isSearchInProgress()Z,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistant;->modifySource(Landroid/bluetooth/BluetoothDevice;ILandroid/bluetooth/BluetoothLeBroadcastMetadata;)V,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistant;->registerCallback(Ljava/util/concurrent/Executor;Landroid/bluetooth/BluetoothLeBroadcastAssistant$Callback;)V,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistant;->removeSource(Landroid/bluetooth/BluetoothDevice;I)V,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistant;->setConnectionPolicy(Landroid/bluetooth/BluetoothDevice;I)Z,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistant;->startSearchingForSources(Ljava/util/List;)V,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistant;->stopSearchingForSources()V,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistant;->unregisterCallback(Landroid/bluetooth/BluetoothLeBroadcastAssistant$Callback;)V,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistantCallback$$ExternalSyntheticLambda0;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistantCallback$$ExternalSyntheticLambda10;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistantCallback$$ExternalSyntheticLambda11;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistantCallback$$ExternalSyntheticLambda1;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistantCallback$$ExternalSyntheticLambda2;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistantCallback$$ExternalSyntheticLambda3;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistantCallback$$ExternalSyntheticLambda4;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistantCallback$$ExternalSyntheticLambda5;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistantCallback$$ExternalSyntheticLambda6;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistantCallback$$ExternalSyntheticLambda7;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistantCallback$$ExternalSyntheticLambda8;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastAssistantCallback$$ExternalSyntheticLambda9;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastChannel$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastChannel$1;->newArray(I)[Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastChannel$Builder;-><init>()V,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastChannel$Builder;-><init>(Landroid/bluetooth/BluetoothLeBroadcastChannel;)V,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastChannel$Builder;->build()Landroid/bluetooth/BluetoothLeBroadcastChannel;,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastChannel$Builder;->setChannelIndex(I)Landroid/bluetooth/BluetoothLeBroadcastChannel$Builder;,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastChannel$Builder;->setCodecMetadata(Landroid/bluetooth/BluetoothLeAudioCodecConfigMetadata;)Landroid/bluetooth/BluetoothLeBroadcastChannel$Builder;,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastChannel$Builder;->setSelected(Z)Landroid/bluetooth/BluetoothLeBroadcastChannel$Builder;,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastChannel;->CREATOR:Landroid/os/Parcelable$Creator;,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastChannel;->describeContents()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastChannel;->equals(Ljava/lang/Object;)Z,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastChannel;->getChannelIndex()I,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastChannel;->getCodecMetadata()Landroid/bluetooth/BluetoothLeAudioCodecConfigMetadata;,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastChannel;->hashCode()I,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastChannel;->isSelected()Z,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastChannel;->writeToParcel(Landroid/os/Parcel;I)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastMetadata$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastMetadata$1;->newArray(I)[Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastMetadata$Builder;-><init>()V,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastMetadata$Builder;-><init>(Landroid/bluetooth/BluetoothLeBroadcastMetadata;)V,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastMetadata$Builder;->addSubgroup(Landroid/bluetooth/BluetoothLeBroadcastSubgroup;)Landroid/bluetooth/BluetoothLeBroadcastMetadata$Builder;,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastMetadata$Builder;->build()Landroid/bluetooth/BluetoothLeBroadcastMetadata;,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastMetadata$Builder;->clearSubgroup()Landroid/bluetooth/BluetoothLeBroadcastMetadata$Builder;,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastMetadata$Builder;->setBroadcastCode([B)Landroid/bluetooth/BluetoothLeBroadcastMetadata$Builder;,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastMetadata$Builder;->setBroadcastId(I)Landroid/bluetooth/BluetoothLeBroadcastMetadata$Builder;,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastMetadata$Builder;->setEncrypted(Z)Landroid/bluetooth/BluetoothLeBroadcastMetadata$Builder;,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastMetadata$Builder;->setPaSyncInterval(I)Landroid/bluetooth/BluetoothLeBroadcastMetadata$Builder;,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastMetadata$Builder;->setPresentationDelayMicros(I)Landroid/bluetooth/BluetoothLeBroadcastMetadata$Builder;,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastMetadata$Builder;->setSourceAdvertisingSid(I)Landroid/bluetooth/BluetoothLeBroadcastMetadata$Builder;,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastMetadata$Builder;->setSourceDevice(Landroid/bluetooth/BluetoothDevice;I)Landroid/bluetooth/BluetoothLeBroadcastMetadata$Builder;,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastMetadata;->CREATOR:Landroid/os/Parcelable$Creator;,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastMetadata;->PA_SYNC_INTERVAL_UNKNOWN:I,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastMetadata;->describeContents()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastMetadata;->equals(Ljava/lang/Object;)Z,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastMetadata;->getBroadcastCode()[B,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastMetadata;->getBroadcastId()I,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastMetadata;->getPaSyncInterval()I,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastMetadata;->getPresentationDelayMicros()I,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastMetadata;->getSourceAddressType()I,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastMetadata;->getSourceAdvertisingSid()I,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastMetadata;->getSourceDevice()Landroid/bluetooth/BluetoothDevice;,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastMetadata;->getSubgroups()Ljava/util/List;,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastMetadata;->hashCode()I,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastMetadata;->isEncrypted()Z,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastMetadata;->writeToParcel(Landroid/os/Parcel;I)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastReceiveState$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastReceiveState$1;->newArray(I)[Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastReceiveState;->BIG_ENCRYPTION_STATE_BAD_CODE:I,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastReceiveState;->BIG_ENCRYPTION_STATE_CODE_REQUIRED:I,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastReceiveState;->BIG_ENCRYPTION_STATE_DECRYPTING:I,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastReceiveState;->BIG_ENCRYPTION_STATE_NOT_ENCRYPTED:I,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastReceiveState;->CREATOR:Landroid/os/Parcelable$Creator;,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastReceiveState;->PA_SYNC_STATE_FAILED_TO_SYNCHRONIZE:I,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastReceiveState;->PA_SYNC_STATE_IDLE:I,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastReceiveState;->PA_SYNC_STATE_NO_PAST:I,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastReceiveState;->PA_SYNC_STATE_SYNCHRONIZED:I,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastReceiveState;->PA_SYNC_STATE_SYNCINFO_REQUEST:I,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastReceiveState;->describeContents()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastReceiveState;->getBadCode()[B,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastReceiveState;->getBigEncryptionState()I,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastReceiveState;->getBisSyncState()Ljava/util/List;,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastReceiveState;->getBroadcastId()I,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastReceiveState;->getNumSubgroups()I,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastReceiveState;->getPaSyncState()I,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastReceiveState;->getSourceAddressType()I,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastReceiveState;->getSourceAdvertisingSid()I,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastReceiveState;->getSourceDevice()Landroid/bluetooth/BluetoothDevice;,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastReceiveState;->getSourceId()I,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastReceiveState;->getSubgroupMetadata()Ljava/util/List;,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastReceiveState;->writeToParcel(Landroid/os/Parcel;I)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastSubgroup$$ExternalSyntheticLambda0;->test(Ljava/lang/Object;)Z,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastSubgroup$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastSubgroup$1;->newArray(I)[Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastSubgroup$Builder;-><init>()V,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastSubgroup$Builder;-><init>(Landroid/bluetooth/BluetoothLeBroadcastSubgroup;)V,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastSubgroup$Builder;->addChannel(Landroid/bluetooth/BluetoothLeBroadcastChannel;)Landroid/bluetooth/BluetoothLeBroadcastSubgroup$Builder;,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastSubgroup$Builder;->build()Landroid/bluetooth/BluetoothLeBroadcastSubgroup;,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastSubgroup$Builder;->clearChannel()Landroid/bluetooth/BluetoothLeBroadcastSubgroup$Builder;,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastSubgroup$Builder;->setCodecId(J)Landroid/bluetooth/BluetoothLeBroadcastSubgroup$Builder;,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastSubgroup$Builder;->setCodecSpecificConfig(Landroid/bluetooth/BluetoothLeAudioCodecConfigMetadata;)Landroid/bluetooth/BluetoothLeBroadcastSubgroup$Builder;,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastSubgroup$Builder;->setContentMetadata(Landroid/bluetooth/BluetoothLeAudioContentMetadata;)Landroid/bluetooth/BluetoothLeBroadcastSubgroup$Builder;,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastSubgroup;->CREATOR:Landroid/os/Parcelable$Creator;,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastSubgroup;->describeContents()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastSubgroup;->equals(Ljava/lang/Object;)Z,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastSubgroup;->getChannels()Ljava/util/List;,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastSubgroup;->getCodecId()J,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastSubgroup;->getCodecSpecificConfig()Landroid/bluetooth/BluetoothLeAudioCodecConfigMetadata;,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastSubgroup;->getContentMetadata()Landroid/bluetooth/BluetoothLeAudioContentMetadata;,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastSubgroup;->hasChannelPreference()Z,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastSubgroup;->hashCode()I,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeBroadcastSubgroup;->writeToParcel(Landroid/os/Parcel;I)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeCall$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeCall$1;->newArray(I)[Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeCall;->describeContents()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeCall;->equals(Ljava/lang/Object;)Z,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeCall;->hashCode()I,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeCall;->toString()Ljava/lang/String;,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeCall;->writeToParcel(Landroid/os/Parcel;I)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeCallControl$3;->handleMessage(Landroid/os/Message;)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeCallControl$CallbackWrapper$$ExternalSyntheticLambda0;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeCallControl$CallbackWrapper$$ExternalSyntheticLambda1;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeCallControl$CallbackWrapper$$ExternalSyntheticLambda2;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeCallControl$CallbackWrapper$$ExternalSyntheticLambda3;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeCallControl$CallbackWrapper$$ExternalSyntheticLambda4;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeCallControl$CallbackWrapper$$ExternalSyntheticLambda5;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeCallControl;->getConnectedDevices()Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeCallControl;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothLeCallControl;->getDevicesMatchingConnectionStates([I)Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothManager;->getAdapter()Landroid/bluetooth/BluetoothAdapter;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothManager;->getConnectedDevices(I)Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothManager;->getConnectionState(Landroid/bluetooth/BluetoothDevice;I)I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothManager;->getDevicesMatchingConnectionStates(I[I)Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothManager;->openGattServer(Landroid/content/Context;Landroid/bluetooth/BluetoothGattServerCallback;)Landroid/bluetooth/BluetoothGattServer;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothMap$2;->apply(Ljava/lang/Object;)Ljava/lang/Object;,test-api
-Landroid/bluetooth/BluetoothMap;->ACTION_CONNECTION_STATE_CHANGED:Ljava/lang/String;,system-api,test-api
-Landroid/bluetooth/BluetoothMap;->close()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothMap;->finalize()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothMap;->getConnectedDevices()Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothMap;->getConnectionPolicy(Landroid/bluetooth/BluetoothDevice;)I,system-api,test-api
-Landroid/bluetooth/BluetoothMap;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothMap;->getDevicesMatchingConnectionStates([I)Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothMap;->setConnectionPolicy(Landroid/bluetooth/BluetoothDevice;I)Z,system-api,test-api
-Landroid/bluetooth/BluetoothMapClient;->ACTION_CONNECTION_STATE_CHANGED:Ljava/lang/String;,system-api,test-api
-Landroid/bluetooth/BluetoothMapClient;->close()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothMapClient;->finalize()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothMapClient;->getConnectedDevices()Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothMapClient;->getConnectionPolicy(Landroid/bluetooth/BluetoothDevice;)I,system-api,test-api
-Landroid/bluetooth/BluetoothMapClient;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothMapClient;->getDevicesMatchingConnectionStates([I)Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothMapClient;->sendMessage(Landroid/bluetooth/BluetoothDevice;Ljava/util/Collection;Ljava/lang/String;Landroid/app/PendingIntent;Landroid/app/PendingIntent;)Z,system-api,test-api
-Landroid/bluetooth/BluetoothMapClient;->setConnectionPolicy(Landroid/bluetooth/BluetoothDevice;I)Z,system-api,test-api
-Landroid/bluetooth/BluetoothMasInstance$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothMasInstance$1;->newArray(I)[Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothMasInstance;->describeContents()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothMasInstance;->equals(Ljava/lang/Object;)Z,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothMasInstance;->hashCode()I,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothMasInstance;->toString()Ljava/lang/String;,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothMasInstance;->writeToParcel(Landroid/os/Parcel;I)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothOutputStream;->close()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothOutputStream;->write(I)V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothOutputStream;->write([BII)V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothPan$2$$ExternalSyntheticLambda0;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothPan$2$$ExternalSyntheticLambda1;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothPan;->ACTION_CONNECTION_STATE_CHANGED:Ljava/lang/String;,system-api,test-api
-Landroid/bluetooth/BluetoothPan;->ACTION_TETHERING_STATE_CHANGED:Ljava/lang/String;,system-api,test-api
-Landroid/bluetooth/BluetoothPan;->EXTRA_LOCAL_ROLE:Ljava/lang/String;,system-api,test-api
-Landroid/bluetooth/BluetoothPan;->EXTRA_TETHERING_STATE:Ljava/lang/String;,system-api,test-api
-Landroid/bluetooth/BluetoothPan;->LOCAL_NAP_ROLE:I,system-api,test-api
-Landroid/bluetooth/BluetoothPan;->LOCAL_PANU_ROLE:I,system-api,test-api
-Landroid/bluetooth/BluetoothPan;->PAN_ROLE_NONE:I,system-api,test-api
-Landroid/bluetooth/BluetoothPan;->REMOTE_NAP_ROLE:I,system-api,test-api
-Landroid/bluetooth/BluetoothPan;->REMOTE_PANU_ROLE:I,system-api,test-api
-Landroid/bluetooth/BluetoothPan;->TETHERING_STATE_OFF:I,system-api,test-api
-Landroid/bluetooth/BluetoothPan;->TETHERING_STATE_ON:I,system-api,test-api
-Landroid/bluetooth/BluetoothPan;->finalize()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothPan;->getConnectedDevices()Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothPan;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothPan;->getDevicesMatchingConnectionStates([I)Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothPan;->isTetheringOn()Z,system-api,test-api
-Landroid/bluetooth/BluetoothPan;->setBluetoothTethering(Z)V,system-api,test-api
-Landroid/bluetooth/BluetoothPan;->setConnectionPolicy(Landroid/bluetooth/BluetoothDevice;I)Z,system-api,test-api
-Landroid/bluetooth/BluetoothPbap;->ACTION_CONNECTION_STATE_CHANGED:Ljava/lang/String;,system-api,test-api
-Landroid/bluetooth/BluetoothPbap;->finalize()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothPbap;->getConnectedDevices()Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothPbap;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothPbap;->getDevicesMatchingConnectionStates([I)Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothPbap;->setConnectionPolicy(Landroid/bluetooth/BluetoothDevice;I)Z,system-api,test-api
-Landroid/bluetooth/BluetoothPbapClient;->ACTION_CONNECTION_STATE_CHANGED:Ljava/lang/String;,system-api,test-api
-Landroid/bluetooth/BluetoothPbapClient;->close()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothPbapClient;->finalize()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothPbapClient;->getConnectedDevices()Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothPbapClient;->getConnectionPolicy(Landroid/bluetooth/BluetoothDevice;)I,system-api,test-api
-Landroid/bluetooth/BluetoothPbapClient;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothPbapClient;->getDevicesMatchingConnectionStates([I)Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothPbapClient;->setConnectionPolicy(Landroid/bluetooth/BluetoothDevice;I)Z,system-api,test-api
-Landroid/bluetooth/BluetoothProfile$ServiceListener;->onServiceConnected(ILandroid/bluetooth/BluetoothProfile;)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothProfile$ServiceListener;->onServiceDisconnected(I)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->A2DP:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->A2DP_SINK:I,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->AVRCP_CONTROLLER:I,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->CONNECTION_POLICY_ALLOWED:I,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->CONNECTION_POLICY_FORBIDDEN:I,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->CONNECTION_POLICY_UNKNOWN:I,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->CSIP_SET_COORDINATOR:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->EXTRA_PREVIOUS_STATE:Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->EXTRA_STATE:Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->GATT:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->GATT_SERVER:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->HAP_CLIENT:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->HEADSET:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->HEADSET_CLIENT:I,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->HEALTH:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->HEARING_AID:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->HID_DEVICE:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->HID_HOST:I,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->LE_AUDIO:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->LE_AUDIO_BROADCAST:I,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->LE_AUDIO_BROADCAST_ASSISTANT:I,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->MAP:I,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->MAP_CLIENT:I,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->OPP:I,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->PAN:I,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->PBAP:I,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->PBAP_CLIENT:I,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->PRIORITY_OFF:I,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->PRIORITY_ON:I,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->SAP:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->STATE_CONNECTED:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->STATE_CONNECTING:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->STATE_DISCONNECTED:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->STATE_DISCONNECTING:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->VOLUME_CONTROL:I,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->getConnectedDevices()Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->getConnectionStateName(I)Ljava/lang/String;,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->getDevicesMatchingConnectionStates([I)Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothProfile;->getProfileName(I)Ljava/lang/String;,system-api,test-api
-Landroid/bluetooth/BluetoothProfileConnector$2;->onServiceConnected(Landroid/content/ComponentName;Landroid/os/IBinder;)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothProfileConnector$2;->onServiceDisconnected(Landroid/content/ComponentName;)V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothProfileConnector;->finalize()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothSap$2;->apply(Ljava/lang/Object;)Ljava/lang/Object;,test-api
-Landroid/bluetooth/BluetoothSap;->ACTION_CONNECTION_STATE_CHANGED:Ljava/lang/String;,system-api,test-api
-Landroid/bluetooth/BluetoothSap;->close()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothSap;->finalize()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothSap;->getConnectedDevices()Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothSap;->getConnectionPolicy(Landroid/bluetooth/BluetoothDevice;)I,system-api,test-api
-Landroid/bluetooth/BluetoothSap;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothSap;->getDevicesMatchingConnectionStates([I)Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothSap;->setConnectionPolicy(Landroid/bluetooth/BluetoothDevice;I)Z,system-api,test-api
-Landroid/bluetooth/BluetoothServerSocket;->accept()Landroid/bluetooth/BluetoothSocket;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothServerSocket;->accept(I)Landroid/bluetooth/BluetoothSocket;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothServerSocket;->close()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothServerSocket;->getPsm()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothServerSocket;->toString()Ljava/lang/String;,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothSocket;->TYPE_L2CAP:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothSocket;->TYPE_RFCOMM:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothSocket;->TYPE_SCO:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothSocket;->close()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothSocket;->connect()V,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothSocket;->finalize()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothSocket;->getConnectionType()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothSocket;->getInputStream()Ljava/io/InputStream;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothSocket;->getMaxReceivePacketSize()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothSocket;->getMaxTransmitPacketSize()I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothSocket;->getOutputStream()Ljava/io/OutputStream;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothSocket;->getRemoteDevice()Landroid/bluetooth/BluetoothDevice;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothSocket;->isConnected()Z,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ALLOWED:I,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_ALREADY_IN_TARGET_STATE:I,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_ANOTHER_ACTIVE_OOB_REQUEST:I,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_AUDIO_DEVICE_ALREADY_CONNECTED:I,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_AUDIO_DEVICE_ALREADY_DISCONNECTED:I,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_AUDIO_ROUTE_BLOCKED:I,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_BAD_PARAMETERS:I,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_BLUETOOTH_NOT_ALLOWED:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_BLUETOOTH_NOT_ENABLED:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_CALL_ACTIVE:I,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_CSIP_GROUP_LOCKED_BY_OTHER:I,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_CSIP_INVALID_GROUP_ID:I,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_CSIP_LOCKED_GROUP_MEMBER_LOST:I,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_DEVICE_NOT_BONDED:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_GATT_WRITE_NOT_ALLOWED:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_GATT_WRITE_REQUEST_BUSY:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_HAP_INVALID_PRESET_INDEX:I,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_HAP_PRESET_NAME_TOO_LONG:I,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_HARDWARE_GENERIC:I,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_LE_BROADCAST_ASSISTANT_DUPLICATE_ADDITION:I,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_LE_BROADCAST_ASSISTANT_INVALID_SOURCE_ID:I,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_LE_BROADCAST_INVALID_BROADCAST_ID:I,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_LE_BROADCAST_INVALID_CODE:I,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_LE_CONTENT_METADATA_INVALID_LANGUAGE:I,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_LE_CONTENT_METADATA_INVALID_OTHER:I,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_LE_CONTENT_METADATA_INVALID_PROGRAM_INFO:I,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_LOCAL_NOT_ENOUGH_RESOURCES:I,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_MISSING_BLUETOOTH_CONNECT_PERMISSION:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_NOT_ACTIVE_DEVICE:I,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_NO_ACTIVE_DEVICES:I,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_PROFILE_NOT_CONNECTED:I,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_PROFILE_SERVICE_NOT_BOUND:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_REMOTE_LINK_ERROR:I,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_REMOTE_NOT_ENOUGH_RESOURCES:I,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_REMOTE_OPERATION_NOT_SUPPORTED:I,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_REMOTE_OPERATION_REJECTED:I,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_TIMEOUT:I,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->ERROR_UNKNOWN:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->FEATURE_NOT_SUPPORTED:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->FEATURE_SUPPORTED:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->NOT_ALLOWED:I,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->REASON_LOCAL_APP_REQUEST:I,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->REASON_LOCAL_STACK_REQUEST:I,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->REASON_REMOTE_REQUEST:I,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->REASON_SYSTEM_POLICY:I,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->RFCOMM_LISTENER_FAILED_TO_CLOSE_SERVER_SOCKET:I,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->RFCOMM_LISTENER_FAILED_TO_CREATE_SERVER_SOCKET:I,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->RFCOMM_LISTENER_NO_SOCKET_AVAILABLE:I,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->RFCOMM_LISTENER_OPERATION_FAILED_DIFFERENT_APP:I,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->RFCOMM_LISTENER_OPERATION_FAILED_NO_MATCHING_SERVICE_RECORD:I,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->RFCOMM_LISTENER_START_FAILED_UUID_IN_USE:I,system-api,test-api
-Landroid/bluetooth/BluetoothStatusCodes;->SUCCESS:I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->A2DP_SINK:Landroid/os/ParcelUuid;,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->A2DP_SOURCE:Landroid/os/ParcelUuid;,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->ADV_AUDIO_DIST:Landroid/os/ParcelUuid;,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->AVRCP:Landroid/os/ParcelUuid;,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->AVRCP_CONTROLLER:Landroid/os/ParcelUuid;,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->AVRCP_TARGET:Landroid/os/ParcelUuid;,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->BASE_UUID:Landroid/os/ParcelUuid;,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->BASS:Landroid/os/ParcelUuid;,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->BNEP:Landroid/os/ParcelUuid;,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->CAP:Landroid/os/ParcelUuid;,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->COORDINATED_SET:Landroid/os/ParcelUuid;,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->DIP:Landroid/os/ParcelUuid;,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->GENERIC_MEDIA_CONTROL:Landroid/os/ParcelUuid;,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->HAS:Landroid/os/ParcelUuid;,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->HEARING_AID:Landroid/os/ParcelUuid;,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->HFP:Landroid/os/ParcelUuid;,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->HFP_AG:Landroid/os/ParcelUuid;,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->HID:Landroid/os/ParcelUuid;,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->HOGP:Landroid/os/ParcelUuid;,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->HSP:Landroid/os/ParcelUuid;,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->HSP_AG:Landroid/os/ParcelUuid;,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->LE_AUDIO:Landroid/os/ParcelUuid;,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->MAP:Landroid/os/ParcelUuid;,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->MAS:Landroid/os/ParcelUuid;,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->MEDIA_CONTROL:Landroid/os/ParcelUuid;,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->MNS:Landroid/os/ParcelUuid;,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->NAP:Landroid/os/ParcelUuid;,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->OBEX_OBJECT_PUSH:Landroid/os/ParcelUuid;,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->PANU:Landroid/os/ParcelUuid;,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->PBAP_PCE:Landroid/os/ParcelUuid;,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->PBAP_PSE:Landroid/os/ParcelUuid;,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->SAP:Landroid/os/ParcelUuid;,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->UUID_BYTES_128_BIT:I,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->UUID_BYTES_16_BIT:I,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->UUID_BYTES_32_BIT:I,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->VOLUME_CONTROL:Landroid/os/ParcelUuid;,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->containsAnyUuid([Landroid/os/ParcelUuid;[Landroid/os/ParcelUuid;)Z,system-api,test-api
-Landroid/bluetooth/BluetoothUuid;->parseUuidFrom([B)Landroid/os/ParcelUuid;,system-api,test-api
-Landroid/bluetooth/BluetoothVolumeControl$1$$ExternalSyntheticLambda0;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothVolumeControl$Callback;->onVolumeOffsetChanged(Landroid/bluetooth/BluetoothDevice;I)V,system-api,test-api
-Landroid/bluetooth/BluetoothVolumeControl;->ACTION_CONNECTION_STATE_CHANGED:Ljava/lang/String;,system-api,test-api
-Landroid/bluetooth/BluetoothVolumeControl;->close()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothVolumeControl;->finalize()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothVolumeControl;->getConnectedDevices()Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothVolumeControl;->getConnectionPolicy(Landroid/bluetooth/BluetoothDevice;)I,system-api,test-api
-Landroid/bluetooth/BluetoothVolumeControl;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothVolumeControl;->getDevicesMatchingConnectionStates([I)Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/BluetoothVolumeControl;->isVolumeOffsetAvailable(Landroid/bluetooth/BluetoothDevice;)Z,system-api,test-api
-Landroid/bluetooth/BluetoothVolumeControl;->registerCallback(Ljava/util/concurrent/Executor;Landroid/bluetooth/BluetoothVolumeControl$Callback;)V,system-api,test-api
-Landroid/bluetooth/BluetoothVolumeControl;->setConnectionPolicy(Landroid/bluetooth/BluetoothDevice;I)Z,system-api,test-api
-Landroid/bluetooth/BluetoothVolumeControl;->setVolumeOffset(Landroid/bluetooth/BluetoothDevice;I)V,system-api,test-api
-Landroid/bluetooth/BluetoothVolumeControl;->unregisterCallback(Landroid/bluetooth/BluetoothVolumeControl$Callback;)V,system-api,test-api
-Landroid/bluetooth/BufferConstraint$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/BufferConstraint$1;->newArray(I)[Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/BufferConstraint;-><init>(III)V,system-api,test-api
-Landroid/bluetooth/BufferConstraint;->CREATOR:Landroid/os/Parcelable$Creator;,system-api,test-api
-Landroid/bluetooth/BufferConstraint;->describeContents()I,public-api,system-api,test-api
-Landroid/bluetooth/BufferConstraint;->getDefaultMillis()I,system-api,test-api
-Landroid/bluetooth/BufferConstraint;->getMaxMillis()I,system-api,test-api
-Landroid/bluetooth/BufferConstraint;->getMinMillis()I,system-api,test-api
-Landroid/bluetooth/BufferConstraint;->writeToParcel(Landroid/os/Parcel;I)V,public-api,system-api,test-api
-Landroid/bluetooth/BufferConstraints$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/BufferConstraints$1;->newArray(I)[Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/BufferConstraints;-><init>(Ljava/util/List;)V,system-api,test-api
-Landroid/bluetooth/BufferConstraints;->BUFFER_CODEC_MAX_NUM:I,system-api,test-api
-Landroid/bluetooth/BufferConstraints;->CREATOR:Landroid/os/Parcelable$Creator;,system-api,test-api
-Landroid/bluetooth/BufferConstraints;->describeContents()I,public-api,system-api,test-api
-Landroid/bluetooth/BufferConstraints;->forCodec(I)Landroid/bluetooth/BufferConstraint;,system-api,test-api
-Landroid/bluetooth/BufferConstraints;->writeToParcel(Landroid/os/Parcel;I)V,public-api,system-api,test-api
-Landroid/bluetooth/IBluetooth$Default;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetooth$Stub;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetooth$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothA2dp$Default;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothA2dp$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothA2dp$Stub;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothA2dp$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothA2dpSink$Default;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothA2dpSink$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothA2dpSink$Stub;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothA2dpSink$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothActivityEnergyInfoListener$Default;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothActivityEnergyInfoListener$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothActivityEnergyInfoListener$Stub;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothActivityEnergyInfoListener$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothAvrcpController$Default;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothAvrcpController$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothAvrcpController$Stub;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothAvrcpController$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothAvrcpTarget$Default;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothAvrcpTarget$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothAvrcpTarget$Stub;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothAvrcpTarget$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothBattery$Default;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothBattery$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothBattery$Stub;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothBattery$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothCallback$Default;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothCallback$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothCallback$Stub;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothCallback$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothConnectionCallback$Default;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothConnectionCallback$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothConnectionCallback$Stub;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothConnectionCallback$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothCsipSetCoordinator$Default;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothCsipSetCoordinator$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothCsipSetCoordinator$Stub;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothCsipSetCoordinator$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothCsipSetCoordinatorCallback$Default;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothCsipSetCoordinatorCallback$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothCsipSetCoordinatorCallback$Stub;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothCsipSetCoordinatorCallback$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothCsipSetCoordinatorLockCallback$Default;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothCsipSetCoordinatorLockCallback$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothCsipSetCoordinatorLockCallback$Stub;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothCsipSetCoordinatorLockCallback$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothGatt$Default;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothGatt$Stub;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothGatt$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothGattCallback$Default;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothGattCallback$Stub;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothGattCallback$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothGattServerCallback$Default;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothHapClient$Default;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothHapClient$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothHapClient$Stub;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothHapClient$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothHapClientCallback$Default;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothHapClientCallback$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothHapClientCallback$Stub;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothHapClientCallback$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothHeadset$Default;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothHeadset$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothHeadset$Stub;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothHeadset$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothHeadsetClient$Default;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothHearingAid$Default;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothHearingAid$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothHearingAid$Stub;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothHearingAid$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothHidDevice$Default;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothHidDevice$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothHidDevice$Stub;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothHidDevice$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothHidDeviceCallback$Default;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothHidDeviceCallback$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothHidDeviceCallback$Stub;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothHidDeviceCallback$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothHidHost$Default;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothHidHost$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothHidHost$Stub;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothHidHost$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothLeAudio$Default;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothLeAudio$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothLeAudio$Stub;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothLeAudio$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothLeAudioCallback$Default;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothLeAudioCallback$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothLeAudioCallback$Stub;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothLeAudioCallback$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothLeBroadcastAssistant$Default;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothLeBroadcastAssistant$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothLeBroadcastAssistant$Stub;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothLeBroadcastAssistant$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothLeBroadcastAssistantCallback$Default;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothLeBroadcastAssistantCallback$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothLeBroadcastAssistantCallback$Stub;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothLeBroadcastAssistantCallback$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothLeBroadcastCallback$Default;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothLeBroadcastCallback$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothLeBroadcastCallback$Stub;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothLeBroadcastCallback$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothLeCallControl$Default;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothLeCallControl$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothLeCallControl$Stub;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothLeCallControl$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothLeCallControlCallback$Default;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothLeCallControlCallback$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothLeCallControlCallback$Stub;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothLeCallControlCallback$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothManager$Default;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothManager$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothManager$Stub;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothManager$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothManagerCallback$Default;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothManagerCallback$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothManagerCallback$Stub;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothManagerCallback$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothMap$Default;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothMap$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothMap$Stub;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothMap$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothMapClient$Default;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothMapClient$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothMapClient$Stub;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothMapClient$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothMcpServiceManager$Default;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothMcpServiceManager$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothMcpServiceManager$Stub;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothMcpServiceManager$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothMetadataListener$Default;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothMetadataListener$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothMetadataListener$Stub;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothMetadataListener$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothOobDataCallback$Default;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothOobDataCallback$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothOobDataCallback$Stub;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothOobDataCallback$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothPan$Default;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothPan$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothPan$Stub;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothPan$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothPanCallback$Default;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothPanCallback$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothPanCallback$Stub;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothPanCallback$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothPbap$Default;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothPbap$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothPbap$Stub;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothPbap$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothPbapClient$Default;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothPbapClient$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothPbapClient$Stub;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothPbapClient$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothProfileServiceConnection$Default;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothProfileServiceConnection$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothProfileServiceConnection$Stub;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothProfileServiceConnection$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothSap$Default;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothSap$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothSap$Stub;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothSap$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothSocketManager$Default;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothSocketManager$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothSocketManager$Stub;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothSocketManager$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothStateChangeCallback$Default;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothStateChangeCallback$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothStateChangeCallback$Stub;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothStateChangeCallback$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothVolumeControl$Default;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothVolumeControl$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothVolumeControl$Stub;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothVolumeControl$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothVolumeControlCallback$Default;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothVolumeControlCallback$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothVolumeControlCallback$Stub;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/IBluetoothVolumeControlCallback$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,system-api,test-api
-Landroid/bluetooth/IncomingRfcommSocketInfo$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/IncomingRfcommSocketInfo$1;->newArray(I)[Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/IncomingRfcommSocketInfo;->describeContents()I,public-api,system-api,test-api
-Landroid/bluetooth/IncomingRfcommSocketInfo;->writeToParcel(Landroid/os/Parcel;I)V,public-api,system-api,test-api
-Landroid/bluetooth/OobData$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/OobData$1;->newArray(I)[Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/OobData$ClassicBuilder;-><init>([B[B[B)V,system-api,test-api
-Landroid/bluetooth/OobData$ClassicBuilder;->build()Landroid/bluetooth/OobData;,system-api,test-api
-Landroid/bluetooth/OobData$ClassicBuilder;->setClassOfDevice([B)Landroid/bluetooth/OobData$ClassicBuilder;,system-api,test-api
-Landroid/bluetooth/OobData$ClassicBuilder;->setDeviceName([B)Landroid/bluetooth/OobData$ClassicBuilder;,system-api,test-api
-Landroid/bluetooth/OobData$ClassicBuilder;->setRandomizerHash([B)Landroid/bluetooth/OobData$ClassicBuilder;,system-api,test-api
-Landroid/bluetooth/OobData$LeBuilder;-><init>([B[BI)V,system-api,test-api
-Landroid/bluetooth/OobData$LeBuilder;->build()Landroid/bluetooth/OobData;,system-api,test-api
-Landroid/bluetooth/OobData$LeBuilder;->setDeviceName([B)Landroid/bluetooth/OobData$LeBuilder;,system-api,test-api
-Landroid/bluetooth/OobData$LeBuilder;->setLeFlags(I)Landroid/bluetooth/OobData$LeBuilder;,system-api,test-api
-Landroid/bluetooth/OobData$LeBuilder;->setLeTemporaryKey([B)Landroid/bluetooth/OobData$LeBuilder;,system-api,test-api
-Landroid/bluetooth/OobData$LeBuilder;->setRandomizerHash([B)Landroid/bluetooth/OobData$LeBuilder;,system-api,test-api
-Landroid/bluetooth/OobData;->CLASS_OF_DEVICE_OCTETS:I,system-api,test-api
-Landroid/bluetooth/OobData;->CONFIRMATION_OCTETS:I,system-api,test-api
-Landroid/bluetooth/OobData;->CREATOR:Landroid/os/Parcelable$Creator;,system-api,test-api
-Landroid/bluetooth/OobData;->DEVICE_ADDRESS_OCTETS:I,system-api,test-api
-Landroid/bluetooth/OobData;->LE_APPEARANCE_OCTETS:I,system-api,test-api
-Landroid/bluetooth/OobData;->LE_DEVICE_FLAG_OCTETS:I,system-api,test-api
-Landroid/bluetooth/OobData;->LE_DEVICE_ROLE_BOTH_PREFER_CENTRAL:I,system-api,test-api
-Landroid/bluetooth/OobData;->LE_DEVICE_ROLE_BOTH_PREFER_PERIPHERAL:I,system-api,test-api
-Landroid/bluetooth/OobData;->LE_DEVICE_ROLE_CENTRAL_ONLY:I,system-api,test-api
-Landroid/bluetooth/OobData;->LE_DEVICE_ROLE_OCTETS:I,system-api,test-api
-Landroid/bluetooth/OobData;->LE_DEVICE_ROLE_PERIPHERAL_ONLY:I,system-api,test-api
-Landroid/bluetooth/OobData;->LE_FLAG_BREDR_NOT_SUPPORTED:I,system-api,test-api
-Landroid/bluetooth/OobData;->LE_FLAG_GENERAL_DISCOVERY_MODE:I,system-api,test-api
-Landroid/bluetooth/OobData;->LE_FLAG_LIMITED_DISCOVERY_MODE:I,system-api,test-api
-Landroid/bluetooth/OobData;->LE_FLAG_SIMULTANEOUS_CONTROLLER:I,system-api,test-api
-Landroid/bluetooth/OobData;->LE_FLAG_SIMULTANEOUS_HOST:I,system-api,test-api
-Landroid/bluetooth/OobData;->LE_TK_OCTETS:I,system-api,test-api
-Landroid/bluetooth/OobData;->OOB_LENGTH_OCTETS:I,system-api,test-api
-Landroid/bluetooth/OobData;->RANDOMIZER_OCTETS:I,system-api,test-api
-Landroid/bluetooth/OobData;->describeContents()I,public-api,system-api,test-api
-Landroid/bluetooth/OobData;->getClassOfDevice()[B,system-api,test-api
-Landroid/bluetooth/OobData;->getClassicLength()[B,system-api,test-api
-Landroid/bluetooth/OobData;->getConfirmationHash()[B,system-api,test-api
-Landroid/bluetooth/OobData;->getDeviceAddressWithType()[B,system-api,test-api
-Landroid/bluetooth/OobData;->getDeviceName()[B,system-api,test-api
-Landroid/bluetooth/OobData;->getLeAppearance()[B,system-api,test-api
-Landroid/bluetooth/OobData;->getLeDeviceRole()I,system-api,test-api
-Landroid/bluetooth/OobData;->getLeFlags()I,system-api,test-api
-Landroid/bluetooth/OobData;->getLeTemporaryKey()[B,system-api,test-api
-Landroid/bluetooth/OobData;->getRandomizerHash()[B,system-api,test-api
-Landroid/bluetooth/OobData;->toString()Ljava/lang/String;,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/OobData;->writeToParcel(Landroid/os/Parcel;I)V,public-api,system-api,test-api
-Landroid/bluetooth/SdpDipRecord$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/SdpDipRecord$1;->newArray(I)[Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/SdpDipRecord;->describeContents()I,public-api,system-api,test-api
-Landroid/bluetooth/SdpDipRecord;->writeToParcel(Landroid/os/Parcel;I)V,public-api,system-api,test-api
-Landroid/bluetooth/SdpMasRecord$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/SdpMasRecord$1;->newArray(I)[Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/SdpMasRecord;->describeContents()I,public-api,system-api,test-api
-Landroid/bluetooth/SdpMasRecord;->toString()Ljava/lang/String;,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/SdpMasRecord;->writeToParcel(Landroid/os/Parcel;I)V,public-api,system-api,test-api
-Landroid/bluetooth/SdpMnsRecord$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/SdpMnsRecord$1;->newArray(I)[Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/SdpMnsRecord;->describeContents()I,public-api,system-api,test-api
-Landroid/bluetooth/SdpMnsRecord;->toString()Ljava/lang/String;,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/SdpMnsRecord;->writeToParcel(Landroid/os/Parcel;I)V,public-api,system-api,test-api
-Landroid/bluetooth/SdpOppOpsRecord$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/SdpOppOpsRecord$1;->newArray(I)[Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/SdpOppOpsRecord;->describeContents()I,public-api,system-api,test-api
-Landroid/bluetooth/SdpOppOpsRecord;->toString()Ljava/lang/String;,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/SdpOppOpsRecord;->writeToParcel(Landroid/os/Parcel;I)V,public-api,system-api,test-api
-Landroid/bluetooth/SdpPseRecord$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/SdpPseRecord$1;->newArray(I)[Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/SdpPseRecord;->describeContents()I,public-api,system-api,test-api
-Landroid/bluetooth/SdpPseRecord;->toString()Ljava/lang/String;,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/SdpPseRecord;->writeToParcel(Landroid/os/Parcel;I)V,public-api,system-api,test-api
-Landroid/bluetooth/SdpRecord$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/SdpRecord$1;->newArray(I)[Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/SdpRecord;->describeContents()I,public-api,system-api,test-api
-Landroid/bluetooth/SdpRecord;->toString()Ljava/lang/String;,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/SdpRecord;->writeToParcel(Landroid/os/Parcel;I)V,public-api,system-api,test-api
-Landroid/bluetooth/SdpSapsRecord$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/SdpSapsRecord$1;->newArray(I)[Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/SdpSapsRecord;->describeContents()I,public-api,system-api,test-api
-Landroid/bluetooth/SdpSapsRecord;->toString()Ljava/lang/String;,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/SdpSapsRecord;->writeToParcel(Landroid/os/Parcel;I)V,public-api,system-api,test-api
-Landroid/bluetooth/UidTraffic$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/UidTraffic$1;->newArray(I)[Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/UidTraffic;->CREATOR:Landroid/os/Parcelable$Creator;,system-api,test-api
-Landroid/bluetooth/UidTraffic;->clone()Landroid/bluetooth/UidTraffic;,system-api,test-api
-Landroid/bluetooth/UidTraffic;->clone()Ljava/lang/Object;,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/UidTraffic;->describeContents()I,public-api,system-api,test-api
-Landroid/bluetooth/UidTraffic;->getRxBytes()J,system-api,test-api
-Landroid/bluetooth/UidTraffic;->getTxBytes()J,system-api,test-api
-Landroid/bluetooth/UidTraffic;->getUid()I,system-api,test-api
-Landroid/bluetooth/UidTraffic;->toString()Ljava/lang/String;,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/UidTraffic;->writeToParcel(Landroid/os/Parcel;I)V,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertiseCallback;-><init>()V,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertiseCallback;->ADVERTISE_FAILED_ALREADY_STARTED:I,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertiseCallback;->ADVERTISE_FAILED_DATA_TOO_LARGE:I,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertiseCallback;->ADVERTISE_FAILED_FEATURE_UNSUPPORTED:I,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertiseCallback;->ADVERTISE_FAILED_INTERNAL_ERROR:I,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertiseCallback;->ADVERTISE_FAILED_TOO_MANY_ADVERTISERS:I,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertiseCallback;->onStartFailure(I)V,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertiseCallback;->onStartSuccess(Landroid/bluetooth/le/AdvertiseSettings;)V,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertiseData$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertiseData$1;->newArray(I)[Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertiseData$Builder;-><init>()V,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertiseData$Builder;->addManufacturerData(I[B)Landroid/bluetooth/le/AdvertiseData$Builder;,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertiseData$Builder;->addServiceData(Landroid/os/ParcelUuid;[B)Landroid/bluetooth/le/AdvertiseData$Builder;,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertiseData$Builder;->addServiceSolicitationUuid(Landroid/os/ParcelUuid;)Landroid/bluetooth/le/AdvertiseData$Builder;,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertiseData$Builder;->addServiceUuid(Landroid/os/ParcelUuid;)Landroid/bluetooth/le/AdvertiseData$Builder;,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertiseData$Builder;->addTransportDiscoveryData(Landroid/bluetooth/le/TransportDiscoveryData;)Landroid/bluetooth/le/AdvertiseData$Builder;,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertiseData$Builder;->build()Landroid/bluetooth/le/AdvertiseData;,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertiseData$Builder;->setIncludeDeviceName(Z)Landroid/bluetooth/le/AdvertiseData$Builder;,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertiseData$Builder;->setIncludeTxPowerLevel(Z)Landroid/bluetooth/le/AdvertiseData$Builder;,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertiseData;->CREATOR:Landroid/os/Parcelable$Creator;,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertiseData;->describeContents()I,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertiseData;->equals(Ljava/lang/Object;)Z,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertiseData;->getIncludeDeviceName()Z,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertiseData;->getIncludeTxPowerLevel()Z,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertiseData;->getManufacturerSpecificData()Landroid/util/SparseArray;,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertiseData;->getServiceData()Ljava/util/Map;,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertiseData;->getServiceSolicitationUuids()Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertiseData;->getServiceUuids()Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertiseData;->getTransportDiscoveryData()Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertiseData;->hashCode()I,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertiseData;->toString()Ljava/lang/String;,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertiseData;->writeToParcel(Landroid/os/Parcel;I)V,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertiseSettings$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertiseSettings$1;->newArray(I)[Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertiseSettings$Builder;-><init>()V,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertiseSettings$Builder;->build()Landroid/bluetooth/le/AdvertiseSettings;,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertiseSettings$Builder;->setAdvertiseMode(I)Landroid/bluetooth/le/AdvertiseSettings$Builder;,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertiseSettings$Builder;->setConnectable(Z)Landroid/bluetooth/le/AdvertiseSettings$Builder;,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertiseSettings$Builder;->setOwnAddressType(I)Landroid/bluetooth/le/AdvertiseSettings$Builder;,system-api,test-api
-Landroid/bluetooth/le/AdvertiseSettings$Builder;->setTimeout(I)Landroid/bluetooth/le/AdvertiseSettings$Builder;,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertiseSettings$Builder;->setTxPowerLevel(I)Landroid/bluetooth/le/AdvertiseSettings$Builder;,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertiseSettings;->ADVERTISE_MODE_BALANCED:I,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertiseSettings;->ADVERTISE_MODE_LOW_LATENCY:I,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertiseSettings;->ADVERTISE_MODE_LOW_POWER:I,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertiseSettings;->ADVERTISE_TX_POWER_HIGH:I,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertiseSettings;->ADVERTISE_TX_POWER_LOW:I,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertiseSettings;->ADVERTISE_TX_POWER_MEDIUM:I,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertiseSettings;->ADVERTISE_TX_POWER_ULTRA_LOW:I,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertiseSettings;->CREATOR:Landroid/os/Parcelable$Creator;,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertiseSettings;->describeContents()I,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertiseSettings;->getMode()I,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertiseSettings;->getOwnAddressType()I,system-api,test-api
-Landroid/bluetooth/le/AdvertiseSettings;->getTimeout()I,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertiseSettings;->getTxPowerLevel()I,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertiseSettings;->isConnectable()Z,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertiseSettings;->toString()Ljava/lang/String;,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertiseSettings;->writeToParcel(Landroid/os/Parcel;I)V,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSet;->enableAdvertising(ZII)V,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSet;->setAdvertisingData(Landroid/bluetooth/le/AdvertiseData;)V,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSet;->setAdvertisingParameters(Landroid/bluetooth/le/AdvertisingSetParameters;)V,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSet;->setPeriodicAdvertisingData(Landroid/bluetooth/le/AdvertiseData;)V,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSet;->setPeriodicAdvertisingEnabled(Z)V,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSet;->setPeriodicAdvertisingParameters(Landroid/bluetooth/le/PeriodicAdvertisingParameters;)V,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSet;->setScanResponseData(Landroid/bluetooth/le/AdvertiseData;)V,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetCallback;-><init>()V,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetCallback;->ADVERTISE_FAILED_ALREADY_STARTED:I,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetCallback;->ADVERTISE_FAILED_DATA_TOO_LARGE:I,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetCallback;->ADVERTISE_FAILED_FEATURE_UNSUPPORTED:I,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetCallback;->ADVERTISE_FAILED_INTERNAL_ERROR:I,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetCallback;->ADVERTISE_FAILED_TOO_MANY_ADVERTISERS:I,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetCallback;->ADVERTISE_SUCCESS:I,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetCallback;->onAdvertisingDataSet(Landroid/bluetooth/le/AdvertisingSet;I)V,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetCallback;->onAdvertisingEnabled(Landroid/bluetooth/le/AdvertisingSet;ZI)V,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetCallback;->onAdvertisingParametersUpdated(Landroid/bluetooth/le/AdvertisingSet;II)V,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetCallback;->onAdvertisingSetStarted(Landroid/bluetooth/le/AdvertisingSet;II)V,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetCallback;->onAdvertisingSetStopped(Landroid/bluetooth/le/AdvertisingSet;)V,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetCallback;->onPeriodicAdvertisingDataSet(Landroid/bluetooth/le/AdvertisingSet;I)V,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetCallback;->onPeriodicAdvertisingEnabled(Landroid/bluetooth/le/AdvertisingSet;ZI)V,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetCallback;->onPeriodicAdvertisingParametersUpdated(Landroid/bluetooth/le/AdvertisingSet;I)V,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetCallback;->onScanResponseDataSet(Landroid/bluetooth/le/AdvertisingSet;I)V,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters$1;->newArray(I)[Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters$Builder;-><init>()V,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters$Builder;->build()Landroid/bluetooth/le/AdvertisingSetParameters;,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters$Builder;->setAnonymous(Z)Landroid/bluetooth/le/AdvertisingSetParameters$Builder;,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters$Builder;->setConnectable(Z)Landroid/bluetooth/le/AdvertisingSetParameters$Builder;,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters$Builder;->setIncludeTxPower(Z)Landroid/bluetooth/le/AdvertisingSetParameters$Builder;,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters$Builder;->setInterval(I)Landroid/bluetooth/le/AdvertisingSetParameters$Builder;,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters$Builder;->setLegacyMode(Z)Landroid/bluetooth/le/AdvertisingSetParameters$Builder;,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters$Builder;->setOwnAddressType(I)Landroid/bluetooth/le/AdvertisingSetParameters$Builder;,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters$Builder;->setPrimaryPhy(I)Landroid/bluetooth/le/AdvertisingSetParameters$Builder;,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters$Builder;->setScannable(Z)Landroid/bluetooth/le/AdvertisingSetParameters$Builder;,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters$Builder;->setSecondaryPhy(I)Landroid/bluetooth/le/AdvertisingSetParameters$Builder;,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters$Builder;->setTxPowerLevel(I)Landroid/bluetooth/le/AdvertisingSetParameters$Builder;,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters;->ADDRESS_TYPE_DEFAULT:I,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters;->ADDRESS_TYPE_PUBLIC:I,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters;->ADDRESS_TYPE_RANDOM:I,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters;->CREATOR:Landroid/os/Parcelable$Creator;,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters;->INTERVAL_HIGH:I,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters;->INTERVAL_LOW:I,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters;->INTERVAL_MAX:I,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters;->INTERVAL_MEDIUM:I,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters;->INTERVAL_MIN:I,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters;->TX_POWER_HIGH:I,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters;->TX_POWER_LOW:I,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters;->TX_POWER_MAX:I,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters;->TX_POWER_MEDIUM:I,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters;->TX_POWER_MIN:I,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters;->TX_POWER_ULTRA_LOW:I,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters;->describeContents()I,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters;->getInterval()I,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters;->getOwnAddressType()I,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters;->getPrimaryPhy()I,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters;->getSecondaryPhy()I,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters;->getTxPowerLevel()I,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters;->includeTxPower()Z,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters;->isAnonymous()Z,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters;->isConnectable()Z,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters;->isLegacy()Z,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters;->isScannable()Z,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters;->toString()Ljava/lang/String;,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/le/AdvertisingSetParameters;->writeToParcel(Landroid/os/Parcel;I)V,public-api,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeAdvertiser$1;->onAdvertisingEnabled(Landroid/bluetooth/le/AdvertisingSet;ZI)V,public-api,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeAdvertiser$1;->onAdvertisingSetStarted(Landroid/bluetooth/le/AdvertisingSet;II)V,public-api,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeAdvertiser$2$10;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeAdvertiser$2$1;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeAdvertiser$2$2;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeAdvertiser$2$3;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeAdvertiser$2$4;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeAdvertiser$2$5;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeAdvertiser$2$6;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeAdvertiser$2$7;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeAdvertiser$2$8;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeAdvertiser$2$9;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeAdvertiser$3;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeAdvertiser$4;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeAdvertiser$5;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeAdvertiser;->startAdvertising(Landroid/bluetooth/le/AdvertiseSettings;Landroid/bluetooth/le/AdvertiseData;Landroid/bluetooth/le/AdvertiseCallback;)V,public-api,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeAdvertiser;->startAdvertising(Landroid/bluetooth/le/AdvertiseSettings;Landroid/bluetooth/le/AdvertiseData;Landroid/bluetooth/le/AdvertiseData;Landroid/bluetooth/le/AdvertiseCallback;)V,public-api,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeAdvertiser;->startAdvertisingSet(Landroid/bluetooth/le/AdvertisingSetParameters;Landroid/bluetooth/le/AdvertiseData;Landroid/bluetooth/le/AdvertiseData;Landroid/bluetooth/le/PeriodicAdvertisingParameters;Landroid/bluetooth/le/AdvertiseData;IILandroid/bluetooth/le/AdvertisingSetCallback;)V,public-api,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeAdvertiser;->startAdvertisingSet(Landroid/bluetooth/le/AdvertisingSetParameters;Landroid/bluetooth/le/AdvertiseData;Landroid/bluetooth/le/AdvertiseData;Landroid/bluetooth/le/PeriodicAdvertisingParameters;Landroid/bluetooth/le/AdvertiseData;IILandroid/bluetooth/le/AdvertisingSetCallback;Landroid/os/Handler;)V,public-api,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeAdvertiser;->startAdvertisingSet(Landroid/bluetooth/le/AdvertisingSetParameters;Landroid/bluetooth/le/AdvertiseData;Landroid/bluetooth/le/AdvertiseData;Landroid/bluetooth/le/PeriodicAdvertisingParameters;Landroid/bluetooth/le/AdvertiseData;Landroid/bluetooth/le/AdvertisingSetCallback;)V,public-api,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeAdvertiser;->startAdvertisingSet(Landroid/bluetooth/le/AdvertisingSetParameters;Landroid/bluetooth/le/AdvertiseData;Landroid/bluetooth/le/AdvertiseData;Landroid/bluetooth/le/PeriodicAdvertisingParameters;Landroid/bluetooth/le/AdvertiseData;Landroid/bluetooth/le/AdvertisingSetCallback;Landroid/os/Handler;)V,public-api,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeAdvertiser;->stopAdvertising(Landroid/bluetooth/le/AdvertiseCallback;)V,public-api,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeAdvertiser;->stopAdvertisingSet(Landroid/bluetooth/le/AdvertisingSetCallback;)V,public-api,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeScanner$1;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeScanner$BleScanCallbackWrapper$1;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeScanner$BleScanCallbackWrapper$2;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeScanner$BleScanCallbackWrapper$3;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeScanner;->EXTRA_CALLBACK_TYPE:Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeScanner;->EXTRA_ERROR_CODE:Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeScanner;->EXTRA_LIST_SCAN_RESULT:Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeScanner;->flushPendingScanResults(Landroid/bluetooth/le/ScanCallback;)V,public-api,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeScanner;->startScan(Landroid/bluetooth/le/ScanCallback;)V,public-api,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeScanner;->startScan(Ljava/util/List;Landroid/bluetooth/le/ScanSettings;Landroid/app/PendingIntent;)I,public-api,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeScanner;->startScan(Ljava/util/List;Landroid/bluetooth/le/ScanSettings;Landroid/bluetooth/le/ScanCallback;)V,public-api,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeScanner;->startScanFromSource(Landroid/os/WorkSource;Landroid/bluetooth/le/ScanCallback;)V,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeScanner;->startScanFromSource(Ljava/util/List;Landroid/bluetooth/le/ScanSettings;Landroid/os/WorkSource;Landroid/bluetooth/le/ScanCallback;)V,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeScanner;->startTruncatedScan(Ljava/util/List;Landroid/bluetooth/le/ScanSettings;Landroid/bluetooth/le/ScanCallback;)V,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeScanner;->stopScan(Landroid/app/PendingIntent;)V,public-api,system-api,test-api
-Landroid/bluetooth/le/BluetoothLeScanner;->stopScan(Landroid/bluetooth/le/ScanCallback;)V,public-api,system-api,test-api
-Landroid/bluetooth/le/IAdvertisingSetCallback$Default;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/le/IAdvertisingSetCallback$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/le/IAdvertisingSetCallback$Stub;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/le/IAdvertisingSetCallback$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,system-api,test-api
-Landroid/bluetooth/le/IPeriodicAdvertisingCallback$Default;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/le/IPeriodicAdvertisingCallback$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/le/IPeriodicAdvertisingCallback$Stub;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/le/IPeriodicAdvertisingCallback$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,system-api,test-api
-Landroid/bluetooth/le/IScannerCallback$Default;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/le/IScannerCallback$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/le/IScannerCallback$Stub;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Landroid/bluetooth/le/IScannerCallback$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,system-api,test-api
-Landroid/bluetooth/le/PeriodicAdvertisingManager$1$1;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/le/PeriodicAdvertisingManager$1$2;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/le/PeriodicAdvertisingManager$1$3;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/le/PeriodicAdvertisingManager$1$4;->run()V,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/le/PeriodicAdvertisingParameters$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/le/PeriodicAdvertisingParameters$1;->newArray(I)[Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/le/PeriodicAdvertisingParameters$Builder;-><init>()V,public-api,system-api,test-api
-Landroid/bluetooth/le/PeriodicAdvertisingParameters$Builder;->build()Landroid/bluetooth/le/PeriodicAdvertisingParameters;,public-api,system-api,test-api
-Landroid/bluetooth/le/PeriodicAdvertisingParameters$Builder;->setIncludeTxPower(Z)Landroid/bluetooth/le/PeriodicAdvertisingParameters$Builder;,public-api,system-api,test-api
-Landroid/bluetooth/le/PeriodicAdvertisingParameters$Builder;->setInterval(I)Landroid/bluetooth/le/PeriodicAdvertisingParameters$Builder;,public-api,system-api,test-api
-Landroid/bluetooth/le/PeriodicAdvertisingParameters;->CREATOR:Landroid/os/Parcelable$Creator;,public-api,system-api,test-api
-Landroid/bluetooth/le/PeriodicAdvertisingParameters;->describeContents()I,public-api,system-api,test-api
-Landroid/bluetooth/le/PeriodicAdvertisingParameters;->getIncludeTxPower()Z,public-api,system-api,test-api
-Landroid/bluetooth/le/PeriodicAdvertisingParameters;->getInterval()I,public-api,system-api,test-api
-Landroid/bluetooth/le/PeriodicAdvertisingParameters;->writeToParcel(Landroid/os/Parcel;I)V,public-api,system-api,test-api
-Landroid/bluetooth/le/PeriodicAdvertisingReport$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/le/PeriodicAdvertisingReport$1;->newArray(I)[Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/le/PeriodicAdvertisingReport;->describeContents()I,public-api,system-api,test-api
-Landroid/bluetooth/le/PeriodicAdvertisingReport;->equals(Ljava/lang/Object;)Z,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/le/PeriodicAdvertisingReport;->hashCode()I,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/le/PeriodicAdvertisingReport;->toString()Ljava/lang/String;,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/le/PeriodicAdvertisingReport;->writeToParcel(Landroid/os/Parcel;I)V,public-api,system-api,test-api
-Landroid/bluetooth/le/ResultStorageDescriptor$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/le/ResultStorageDescriptor$1;->newArray(I)[Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/le/ResultStorageDescriptor;-><init>(III)V,system-api,test-api
-Landroid/bluetooth/le/ResultStorageDescriptor;->CREATOR:Landroid/os/Parcelable$Creator;,system-api,test-api
-Landroid/bluetooth/le/ResultStorageDescriptor;->describeContents()I,public-api,system-api,test-api
-Landroid/bluetooth/le/ResultStorageDescriptor;->getLength()I,system-api,test-api
-Landroid/bluetooth/le/ResultStorageDescriptor;->getOffset()I,system-api,test-api
-Landroid/bluetooth/le/ResultStorageDescriptor;->getType()I,system-api,test-api
-Landroid/bluetooth/le/ResultStorageDescriptor;->writeToParcel(Landroid/os/Parcel;I)V,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanCallback;-><init>()V,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanCallback;->SCAN_FAILED_ALREADY_STARTED:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanCallback;->SCAN_FAILED_APPLICATION_REGISTRATION_FAILED:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanCallback;->SCAN_FAILED_FEATURE_UNSUPPORTED:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanCallback;->SCAN_FAILED_INTERNAL_ERROR:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanCallback;->SCAN_FAILED_OUT_OF_HARDWARE_RESOURCES:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanCallback;->SCAN_FAILED_SCANNING_TOO_FREQUENTLY:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanCallback;->onBatchScanResults(Ljava/util/List;)V,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanCallback;->onScanFailed(I)V,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanCallback;->onScanResult(ILandroid/bluetooth/le/ScanResult;)V,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanFilter$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanFilter$1;->newArray(I)[Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanFilter$Builder;-><init>()V,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanFilter$Builder;->LEN_IRK_OCTETS:I,system-api,test-api
-Landroid/bluetooth/le/ScanFilter$Builder;->build()Landroid/bluetooth/le/ScanFilter;,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanFilter$Builder;->setAdvertisingDataType(I)Landroid/bluetooth/le/ScanFilter$Builder;,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanFilter$Builder;->setAdvertisingDataTypeWithData(I[B[B)Landroid/bluetooth/le/ScanFilter$Builder;,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanFilter$Builder;->setDeviceAddress(Ljava/lang/String;)Landroid/bluetooth/le/ScanFilter$Builder;,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanFilter$Builder;->setDeviceAddress(Ljava/lang/String;I)Landroid/bluetooth/le/ScanFilter$Builder;,system-api,test-api
-Landroid/bluetooth/le/ScanFilter$Builder;->setDeviceAddress(Ljava/lang/String;I[B)Landroid/bluetooth/le/ScanFilter$Builder;,system-api,test-api
-Landroid/bluetooth/le/ScanFilter$Builder;->setDeviceName(Ljava/lang/String;)Landroid/bluetooth/le/ScanFilter$Builder;,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanFilter$Builder;->setManufacturerData(I[B)Landroid/bluetooth/le/ScanFilter$Builder;,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanFilter$Builder;->setManufacturerData(I[B[B)Landroid/bluetooth/le/ScanFilter$Builder;,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanFilter$Builder;->setServiceData(Landroid/os/ParcelUuid;[B)Landroid/bluetooth/le/ScanFilter$Builder;,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanFilter$Builder;->setServiceData(Landroid/os/ParcelUuid;[B[B)Landroid/bluetooth/le/ScanFilter$Builder;,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanFilter$Builder;->setServiceSolicitationUuid(Landroid/os/ParcelUuid;)Landroid/bluetooth/le/ScanFilter$Builder;,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanFilter$Builder;->setServiceSolicitationUuid(Landroid/os/ParcelUuid;Landroid/os/ParcelUuid;)Landroid/bluetooth/le/ScanFilter$Builder;,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanFilter$Builder;->setServiceUuid(Landroid/os/ParcelUuid;)Landroid/bluetooth/le/ScanFilter$Builder;,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanFilter$Builder;->setServiceUuid(Landroid/os/ParcelUuid;Landroid/os/ParcelUuid;)Landroid/bluetooth/le/ScanFilter$Builder;,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanFilter;->CREATOR:Landroid/os/Parcelable$Creator;,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanFilter;->describeContents()I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanFilter;->equals(Ljava/lang/Object;)Z,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanFilter;->getAddressType()I,system-api,test-api
-Landroid/bluetooth/le/ScanFilter;->getAdvertisingData()[B,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanFilter;->getAdvertisingDataMask()[B,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanFilter;->getAdvertisingDataType()I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanFilter;->getDeviceAddress()Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanFilter;->getDeviceName()Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanFilter;->getIrk()[B,system-api,test-api
-Landroid/bluetooth/le/ScanFilter;->getManufacturerData()[B,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanFilter;->getManufacturerDataMask()[B,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanFilter;->getManufacturerId()I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanFilter;->getServiceData()[B,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanFilter;->getServiceDataMask()[B,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanFilter;->getServiceDataUuid()Landroid/os/ParcelUuid;,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanFilter;->getServiceSolicitationUuid()Landroid/os/ParcelUuid;,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanFilter;->getServiceSolicitationUuidMask()Landroid/os/ParcelUuid;,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanFilter;->getServiceUuid()Landroid/os/ParcelUuid;,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanFilter;->getServiceUuidMask()Landroid/os/ParcelUuid;,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanFilter;->hashCode()I,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanFilter;->matches(Landroid/bluetooth/le/ScanResult;)Z,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanFilter;->toString()Ljava/lang/String;,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanFilter;->writeToParcel(Landroid/os/Parcel;I)V,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_3D_INFORMATION_DATA:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_ADVERTISING_INTERVAL:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_ADVERTISING_INTERVAL_LONG:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_APPEARANCE:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_BIG_INFO:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_BROADCAST_CODE:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_CHANNEL_MAP_UPDATE_INDICATION:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_CLASS_OF_DEVICE:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_DEVICE_ID:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_FLAGS:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_INDOOR_POSITIONING:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_LE_BLUETOOTH_DEVICE_ADDRESS:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_LE_ROLE:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_LE_SECURE_CONNECTIONS_CONFIRMATION_VALUE:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_LE_SECURE_CONNECTIONS_RANDOM_VALUE:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_LE_SUPPORTED_FEATURES:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_LOCAL_NAME_COMPLETE:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_LOCAL_NAME_SHORT:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_MANUFACTURER_SPECIFIC_DATA:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_MESH_BEACON:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_MESH_MESSAGE:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_NONE:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_PB_ADV:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_PUBLIC_TARGET_ADDRESS:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_RANDOM_TARGET_ADDRESS:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_RESOLVABLE_SET_IDENTIFIER:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_SECURITY_MANAGER_OUT_OF_BAND_FLAGS:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_SERVICE_DATA_128_BIT:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_SERVICE_DATA_16_BIT:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_SERVICE_DATA_32_BIT:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_SERVICE_SOLICITATION_UUIDS_128_BIT:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_SERVICE_SOLICITATION_UUIDS_16_BIT:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_SERVICE_SOLICITATION_UUIDS_32_BIT:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_SERVICE_UUIDS_128_BIT_COMPLETE:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_SERVICE_UUIDS_128_BIT_PARTIAL:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_SERVICE_UUIDS_16_BIT_COMPLETE:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_SERVICE_UUIDS_16_BIT_PARTIAL:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_SERVICE_UUIDS_32_BIT_COMPLETE:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_SERVICE_UUIDS_32_BIT_PARTIAL:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_SIMPLE_PAIRING_HASH_C:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_SIMPLE_PAIRING_HASH_C_256:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_SIMPLE_PAIRING_RANDOMIZER_R:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_SIMPLE_PAIRING_RANDOMIZER_R_256:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_SLAVE_CONNECTION_INTERVAL_RANGE:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_TRANSPORT_DISCOVERY_DATA:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_TX_POWER_LEVEL:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_URI:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->getAdvertiseFlags()I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->getAdvertisingDataMap()Ljava/util/Map;,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->getBytes()[B,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->getDeviceName()Ljava/lang/String;,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->getManufacturerSpecificData()Landroid/util/SparseArray;,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->getManufacturerSpecificData(I)[B,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->getServiceData()Ljava/util/Map;,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->getServiceData(Landroid/os/ParcelUuid;)[B,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->getServiceSolicitationUuids()Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->getServiceUuids()Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->getTxPowerLevel()I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanRecord;->toString()Ljava/lang/String;,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanResult$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanResult$1;->newArray(I)[Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanResult;-><init>(Landroid/bluetooth/BluetoothDevice;IIIIIIILandroid/bluetooth/le/ScanRecord;J)V,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanResult;-><init>(Landroid/bluetooth/BluetoothDevice;Landroid/bluetooth/le/ScanRecord;IJ)V,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanResult;->CREATOR:Landroid/os/Parcelable$Creator;,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanResult;->DATA_COMPLETE:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanResult;->DATA_TRUNCATED:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanResult;->PERIODIC_INTERVAL_NOT_PRESENT:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanResult;->PHY_UNUSED:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanResult;->SID_NOT_PRESENT:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanResult;->TX_POWER_NOT_PRESENT:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanResult;->describeContents()I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanResult;->equals(Ljava/lang/Object;)Z,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanResult;->getAdvertisingSid()I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanResult;->getDataStatus()I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanResult;->getDevice()Landroid/bluetooth/BluetoothDevice;,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanResult;->getPeriodicAdvertisingInterval()I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanResult;->getPrimaryPhy()I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanResult;->getRssi()I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanResult;->getScanRecord()Landroid/bluetooth/le/ScanRecord;,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanResult;->getSecondaryPhy()I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanResult;->getTimestampNanos()J,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanResult;->getTxPower()I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanResult;->hashCode()I,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanResult;->isConnectable()Z,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanResult;->isLegacy()Z,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanResult;->toString()Ljava/lang/String;,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanResult;->writeToParcel(Landroid/os/Parcel;I)V,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanSettings$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanSettings$1;->newArray(I)[Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanSettings$Builder;-><init>()V,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanSettings$Builder;->build()Landroid/bluetooth/le/ScanSettings;,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanSettings$Builder;->setCallbackType(I)Landroid/bluetooth/le/ScanSettings$Builder;,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanSettings$Builder;->setLegacy(Z)Landroid/bluetooth/le/ScanSettings$Builder;,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanSettings$Builder;->setMatchMode(I)Landroid/bluetooth/le/ScanSettings$Builder;,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanSettings$Builder;->setNumOfMatches(I)Landroid/bluetooth/le/ScanSettings$Builder;,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanSettings$Builder;->setPhy(I)Landroid/bluetooth/le/ScanSettings$Builder;,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanSettings$Builder;->setReportDelay(J)Landroid/bluetooth/le/ScanSettings$Builder;,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanSettings$Builder;->setScanMode(I)Landroid/bluetooth/le/ScanSettings$Builder;,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanSettings$Builder;->setScanResultType(I)Landroid/bluetooth/le/ScanSettings$Builder;,system-api,test-api
-Landroid/bluetooth/le/ScanSettings;->CALLBACK_TYPE_ALL_MATCHES:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanSettings;->CALLBACK_TYPE_FIRST_MATCH:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanSettings;->CALLBACK_TYPE_MATCH_LOST:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanSettings;->CREATOR:Landroid/os/Parcelable$Creator;,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanSettings;->MATCH_MODE_AGGRESSIVE:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanSettings;->MATCH_MODE_STICKY:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanSettings;->MATCH_NUM_FEW_ADVERTISEMENT:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanSettings;->MATCH_NUM_MAX_ADVERTISEMENT:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanSettings;->MATCH_NUM_ONE_ADVERTISEMENT:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanSettings;->PHY_LE_ALL_SUPPORTED:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanSettings;->SCAN_MODE_AMBIENT_DISCOVERY:I,system-api,test-api
-Landroid/bluetooth/le/ScanSettings;->SCAN_MODE_BALANCED:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanSettings;->SCAN_MODE_LOW_LATENCY:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanSettings;->SCAN_MODE_LOW_POWER:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanSettings;->SCAN_MODE_OPPORTUNISTIC:I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanSettings;->SCAN_RESULT_TYPE_ABBREVIATED:I,system-api,test-api
-Landroid/bluetooth/le/ScanSettings;->SCAN_RESULT_TYPE_FULL:I,system-api,test-api
-Landroid/bluetooth/le/ScanSettings;->describeContents()I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanSettings;->getCallbackType()I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanSettings;->getLegacy()Z,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanSettings;->getPhy()I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanSettings;->getReportDelayMillis()J,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanSettings;->getScanMode()I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanSettings;->getScanResultType()I,public-api,system-api,test-api
-Landroid/bluetooth/le/ScanSettings;->writeToParcel(Landroid/os/Parcel;I)V,public-api,system-api,test-api
-Landroid/bluetooth/le/TransportBlock$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/le/TransportBlock$1;->newArray(I)[Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/le/TransportBlock;-><init>(III[B)V,public-api,system-api,test-api
-Landroid/bluetooth/le/TransportBlock;->CREATOR:Landroid/os/Parcelable$Creator;,public-api,system-api,test-api
-Landroid/bluetooth/le/TransportBlock;->describeContents()I,public-api,system-api,test-api
-Landroid/bluetooth/le/TransportBlock;->equals(Ljava/lang/Object;)Z,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/le/TransportBlock;->getOrgId()I,public-api,system-api,test-api
-Landroid/bluetooth/le/TransportBlock;->getTdsFlags()I,public-api,system-api,test-api
-Landroid/bluetooth/le/TransportBlock;->getTransportData()[B,public-api,system-api,test-api
-Landroid/bluetooth/le/TransportBlock;->getTransportDataLength()I,public-api,system-api,test-api
-Landroid/bluetooth/le/TransportBlock;->toByteArray()[B,public-api,system-api,test-api
-Landroid/bluetooth/le/TransportBlock;->totalBytes()I,public-api,system-api,test-api
-Landroid/bluetooth/le/TransportBlock;->writeToParcel(Landroid/os/Parcel;I)V,public-api,system-api,test-api
-Landroid/bluetooth/le/TransportDiscoveryData$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/le/TransportDiscoveryData$1;->newArray(I)[Ljava/lang/Object;,public-api,system-api,test-api
-Landroid/bluetooth/le/TransportDiscoveryData;-><init>(ILjava/util/List;)V,public-api,system-api,test-api
-Landroid/bluetooth/le/TransportDiscoveryData;-><init>([B)V,public-api,system-api,test-api
-Landroid/bluetooth/le/TransportDiscoveryData;->CREATOR:Landroid/os/Parcelable$Creator;,public-api,system-api,test-api
-Landroid/bluetooth/le/TransportDiscoveryData;->describeContents()I,public-api,system-api,test-api
-Landroid/bluetooth/le/TransportDiscoveryData;->equals(Ljava/lang/Object;)Z,core-platform-api,public-api,system-api,test-api
-Landroid/bluetooth/le/TransportDiscoveryData;->getTransportBlocks()Ljava/util/List;,public-api,system-api,test-api
-Landroid/bluetooth/le/TransportDiscoveryData;->getTransportDataType()I,public-api,system-api,test-api
-Landroid/bluetooth/le/TransportDiscoveryData;->toByteArray()[B,public-api,system-api,test-api
-Landroid/bluetooth/le/TransportDiscoveryData;->totalBytes()I,public-api,system-api,test-api
-Landroid/bluetooth/le/TransportDiscoveryData;->writeToParcel(Landroid/os/Parcel;I)V,public-api,system-api,test-api
-Landroid/bluetooth/le/TruncatedFilter;-><init>(Landroid/bluetooth/le/ScanFilter;Ljava/util/List;)V,system-api,test-api
-Landroid/bluetooth/le/TruncatedFilter;->getFilter()Landroid/bluetooth/le/ScanFilter;,system-api,test-api
-Landroid/bluetooth/le/TruncatedFilter;->getStorageDescriptors()Ljava/util/List;,system-api,test-api
-Lcom/android/bluetooth/x/android/sysprop/BluetoothProperties$$ExternalSyntheticLambda0;->apply(Ljava/lang/Object;)Ljava/lang/Object;,core-platform-api,public-api,system-api,test-api
-Lcom/android/bluetooth/x/android/sysprop/TelephonyProperties$$ExternalSyntheticLambda0;->apply(Ljava/lang/Object;)Ljava/lang/Object;,core-platform-api,public-api,system-api,test-api
-Lcom/android/bluetooth/x/com/android/modules/utils/ISynchronousResultReceiver$Default;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Lcom/android/bluetooth/x/com/android/modules/utils/ISynchronousResultReceiver$Stub$Proxy;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Lcom/android/bluetooth/x/com/android/modules/utils/ISynchronousResultReceiver$Stub;->asBinder()Landroid/os/IBinder;,public-api,system-api,test-api
-Lcom/android/bluetooth/x/com/android/modules/utils/ISynchronousResultReceiver$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z,public-api,system-api,test-api
-Lcom/android/bluetooth/x/com/android/modules/utils/SynchronousResultReceiver$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,system-api,test-api
-Lcom/android/bluetooth/x/com/android/modules/utils/SynchronousResultReceiver$1;->newArray(I)[Ljava/lang/Object;,public-api,system-api,test-api
-Lcom/android/bluetooth/x/com/android/modules/utils/SynchronousResultReceiver$Result$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;,public-api,system-api,test-api
-Lcom/android/bluetooth/x/com/android/modules/utils/SynchronousResultReceiver$Result$1;->newArray(I)[Ljava/lang/Object;,public-api,system-api,test-api
-Lcom/android/bluetooth/x/com/android/modules/utils/SynchronousResultReceiver$Result;->describeContents()I,public-api,system-api,test-api
-Lcom/android/bluetooth/x/com/android/modules/utils/SynchronousResultReceiver$Result;->writeToParcel(Landroid/os/Parcel;I)V,public-api,system-api,test-api
-Lcom/android/bluetooth/x/com/android/modules/utils/SynchronousResultReceiver;->describeContents()I,public-api,system-api,test-api
-Lcom/android/bluetooth/x/com/android/modules/utils/SynchronousResultReceiver;->writeToParcel(Landroid/os/Parcel;I)V,public-api,system-api,test-api
diff --git a/current/hiddenapi/hiddenapi-max-target-o-low-priority.txt b/current/hiddenapi/hiddenapi-max-target-o-low-priority.txt
deleted file mode 100644
index 994008b..0000000
--- a/current/hiddenapi/hiddenapi-max-target-o-low-priority.txt
+++ /dev/null
@@ -1,2806 +0,0 @@
-Landroid/bluetooth/BluetoothA2dp;-><init>(Landroid/content/Context;Landroid/bluetooth/BluetoothProfile$ServiceListener;)V
-Landroid/bluetooth/BluetoothA2dp;->ACTION_AVRCP_CONNECTION_STATE_CHANGED:Ljava/lang/String;
-Landroid/bluetooth/BluetoothA2dp;->DBG:Z
-Landroid/bluetooth/BluetoothA2dp;->doBind()Z
-Landroid/bluetooth/BluetoothA2dp;->enableDisableOptionalCodecs(Landroid/bluetooth/BluetoothDevice;Z)V
-Landroid/bluetooth/BluetoothA2dp;->isAvrcpAbsoluteVolumeSupported()Z
-Landroid/bluetooth/BluetoothA2dp;->isEnabled()Z
-Landroid/bluetooth/BluetoothA2dp;->isValidDevice(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/BluetoothA2dp;->log(Ljava/lang/String;)V
-Landroid/bluetooth/BluetoothA2dp;->mAdapter:Landroid/bluetooth/BluetoothAdapter;
-Landroid/bluetooth/BluetoothA2dp;->mBluetoothStateChangeCallback:Landroid/bluetooth/IBluetoothStateChangeCallback;
-Landroid/bluetooth/BluetoothA2dp;->mConnection:Landroid/content/ServiceConnection;
-Landroid/bluetooth/BluetoothA2dp;->mContext:Landroid/content/Context;
-Landroid/bluetooth/BluetoothA2dp;->mService:Landroid/bluetooth/IBluetoothA2dp;
-Landroid/bluetooth/BluetoothA2dp;->mServiceListener:Landroid/bluetooth/BluetoothProfile$ServiceListener;
-Landroid/bluetooth/BluetoothA2dp;->mServiceLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock;
-Landroid/bluetooth/BluetoothA2dp;->setAvrcpAbsoluteVolume(I)V
-Landroid/bluetooth/BluetoothA2dp;->setPriority(Landroid/bluetooth/BluetoothDevice;I)Z
-Landroid/bluetooth/BluetoothA2dp;->shouldSendVolumeKeys(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/BluetoothA2dp;->TAG:Ljava/lang/String;
-Landroid/bluetooth/BluetoothA2dp;->VDBG:Z
-Landroid/bluetooth/BluetoothA2dpSink;-><init>(Landroid/content/Context;Landroid/bluetooth/BluetoothProfile$ServiceListener;)V
-Landroid/bluetooth/BluetoothA2dpSink;->ACTION_AUDIO_CONFIG_CHANGED:Ljava/lang/String;
-Landroid/bluetooth/BluetoothA2dpSink;->ACTION_CONNECTION_STATE_CHANGED:Ljava/lang/String;
-Landroid/bluetooth/BluetoothA2dpSink;->ACTION_PLAYING_STATE_CHANGED:Ljava/lang/String;
-Landroid/bluetooth/BluetoothA2dpSink;->close()V
-Landroid/bluetooth/BluetoothA2dpSink;->connect(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/BluetoothA2dpSink;->DBG:Z
-Landroid/bluetooth/BluetoothA2dpSink;->doBind()Z
-Landroid/bluetooth/BluetoothA2dpSink;->EXTRA_AUDIO_CONFIG:Ljava/lang/String;
-Landroid/bluetooth/BluetoothA2dpSink;->getAudioConfig(Landroid/bluetooth/BluetoothDevice;)Landroid/bluetooth/BluetoothAudioConfig;
-Landroid/bluetooth/BluetoothA2dpSink;->getPriority(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/BluetoothA2dpSink;->isA2dpPlaying(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/BluetoothA2dpSink;->isEnabled()Z
-Landroid/bluetooth/BluetoothA2dpSink;->isValidDevice(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/BluetoothA2dpSink;->log(Ljava/lang/String;)V
-Landroid/bluetooth/BluetoothA2dpSink;->mAdapter:Landroid/bluetooth/BluetoothAdapter;
-Landroid/bluetooth/BluetoothA2dpSink;->mBluetoothStateChangeCallback:Landroid/bluetooth/IBluetoothStateChangeCallback;
-Landroid/bluetooth/BluetoothA2dpSink;->mConnection:Landroid/content/ServiceConnection;
-Landroid/bluetooth/BluetoothA2dpSink;->mContext:Landroid/content/Context;
-Landroid/bluetooth/BluetoothA2dpSink;->mService:Landroid/bluetooth/IBluetoothA2dpSink;
-Landroid/bluetooth/BluetoothA2dpSink;->mServiceListener:Landroid/bluetooth/BluetoothProfile$ServiceListener;
-Landroid/bluetooth/BluetoothA2dpSink;->setPriority(Landroid/bluetooth/BluetoothDevice;I)Z
-Landroid/bluetooth/BluetoothA2dpSink;->stateToString(I)Ljava/lang/String;
-Landroid/bluetooth/BluetoothA2dpSink;->STATE_NOT_PLAYING:I
-Landroid/bluetooth/BluetoothA2dpSink;->STATE_PLAYING:I
-Landroid/bluetooth/BluetoothA2dpSink;->TAG:Ljava/lang/String;
-Landroid/bluetooth/BluetoothA2dpSink;->VDBG:Z
-Landroid/bluetooth/BluetoothActivityEnergyInfo;-><init>(JIJJJJ)V
-Landroid/bluetooth/BluetoothActivityEnergyInfo;-><init>(Landroid/os/Parcel;)V
-Landroid/bluetooth/BluetoothActivityEnergyInfo;->BT_STACK_STATE_INVALID:I
-Landroid/bluetooth/BluetoothActivityEnergyInfo;->BT_STACK_STATE_STATE_ACTIVE:I
-Landroid/bluetooth/BluetoothActivityEnergyInfo;->BT_STACK_STATE_STATE_IDLE:I
-Landroid/bluetooth/BluetoothActivityEnergyInfo;->BT_STACK_STATE_STATE_SCANNING:I
-Landroid/bluetooth/BluetoothActivityEnergyInfo;->CREATOR:Landroid/os/Parcelable$Creator;
-Landroid/bluetooth/BluetoothActivityEnergyInfo;->getBluetoothStackState()I
-Landroid/bluetooth/BluetoothActivityEnergyInfo;->getControllerEnergyUsed()J
-Landroid/bluetooth/BluetoothActivityEnergyInfo;->getControllerIdleTimeMillis()J
-Landroid/bluetooth/BluetoothActivityEnergyInfo;->getControllerRxTimeMillis()J
-Landroid/bluetooth/BluetoothActivityEnergyInfo;->getControllerTxTimeMillis()J
-Landroid/bluetooth/BluetoothActivityEnergyInfo;->getTimeStamp()J
-Landroid/bluetooth/BluetoothActivityEnergyInfo;->getUidTraffic()[Landroid/bluetooth/UidTraffic;
-Landroid/bluetooth/BluetoothActivityEnergyInfo;->isValid()Z
-Landroid/bluetooth/BluetoothActivityEnergyInfo;->mBluetoothStackState:I
-Landroid/bluetooth/BluetoothActivityEnergyInfo;->mControllerEnergyUsed:J
-Landroid/bluetooth/BluetoothActivityEnergyInfo;->mControllerIdleTimeMs:J
-Landroid/bluetooth/BluetoothActivityEnergyInfo;->mControllerRxTimeMs:J
-Landroid/bluetooth/BluetoothActivityEnergyInfo;->mControllerTxTimeMs:J
-Landroid/bluetooth/BluetoothActivityEnergyInfo;->mTimestamp:J
-Landroid/bluetooth/BluetoothActivityEnergyInfo;->mUidTraffic:[Landroid/bluetooth/UidTraffic;
-Landroid/bluetooth/BluetoothActivityEnergyInfo;->setUidTraffic([Landroid/bluetooth/UidTraffic;)V
-Landroid/bluetooth/BluetoothAdapter$BluetoothStateChangeCallback;->onBluetoothStateChange(Z)V
-Landroid/bluetooth/BluetoothAdapter$StateChangeCallbackWrapper;->mCallback:Landroid/bluetooth/BluetoothAdapter$BluetoothStateChangeCallback;
-Landroid/bluetooth/BluetoothAdapter$StateChangeCallbackWrapper;->onBluetoothStateChange(Z)V
-Landroid/bluetooth/BluetoothAdapter;-><init>(Landroid/bluetooth/IBluetoothManager;)V
-Landroid/bluetooth/BluetoothAdapter;->ACTION_BLE_ACL_CONNECTED:Ljava/lang/String;
-Landroid/bluetooth/BluetoothAdapter;->ACTION_BLE_ACL_DISCONNECTED:Ljava/lang/String;
-Landroid/bluetooth/BluetoothAdapter;->ACTION_BLUETOOTH_ADDRESS_CHANGED:Ljava/lang/String;
-Landroid/bluetooth/BluetoothAdapter;->ACTION_REQUEST_DISABLE:Ljava/lang/String;
-Landroid/bluetooth/BluetoothAdapter;->ADDRESS_LENGTH:I
-Landroid/bluetooth/BluetoothAdapter;->BLUETOOTH_MANAGER_SERVICE:Ljava/lang/String;
-Landroid/bluetooth/BluetoothAdapter;->changeApplicationBluetoothState(ZLandroid/bluetooth/BluetoothAdapter$BluetoothStateChangeCallback;)Z
-Landroid/bluetooth/BluetoothAdapter;->createNewRfcommSocketAndRecord(Ljava/lang/String;Ljava/util/UUID;ZZ)Landroid/bluetooth/BluetoothServerSocket;
-Landroid/bluetooth/BluetoothAdapter;->DBG:Z
-Landroid/bluetooth/BluetoothAdapter;->DEFAULT_MAC_ADDRESS:Ljava/lang/String;
-Landroid/bluetooth/BluetoothAdapter;->EXTRA_BLUETOOTH_ADDRESS:Ljava/lang/String;
-Landroid/bluetooth/BluetoothAdapter;->getBluetoothClass()Landroid/bluetooth/BluetoothClass;
-Landroid/bluetooth/BluetoothAdapter;->getControllerActivityEnergyInfo(I)Landroid/bluetooth/BluetoothActivityEnergyInfo;
-Landroid/bluetooth/BluetoothAdapter;->getDiscoveryEndMillis()J
-Landroid/bluetooth/BluetoothAdapter;->getLeAccess()Z
-Landroid/bluetooth/BluetoothAdapter;->getMaxConnectedAudioDevices()I
-Landroid/bluetooth/BluetoothAdapter;->getPeriodicAdvertisingManager()Landroid/bluetooth/le/PeriodicAdvertisingManager;
-Landroid/bluetooth/BluetoothAdapter;->getSupportedProfiles()Ljava/util/List;
-Landroid/bluetooth/BluetoothAdapter;->isHardwareTrackingFiltersAvailable()Z
-Landroid/bluetooth/BluetoothAdapter;->LE_PSM_CHARACTERISTIC_UUID:Ljava/util/UUID;
-Landroid/bluetooth/BluetoothAdapter;->listenUsingEncryptedRfcommOn(I)Landroid/bluetooth/BluetoothServerSocket;
-Landroid/bluetooth/BluetoothAdapter;->listenUsingInsecureL2capCoc(I)Landroid/bluetooth/BluetoothServerSocket;
-Landroid/bluetooth/BluetoothAdapter;->listenUsingInsecureL2capOn(I)Landroid/bluetooth/BluetoothServerSocket;
-Landroid/bluetooth/BluetoothAdapter;->listenUsingInsecureRfcommOn(I)Landroid/bluetooth/BluetoothServerSocket;
-Landroid/bluetooth/BluetoothAdapter;->listenUsingL2capCoc(I)Landroid/bluetooth/BluetoothServerSocket;
-Landroid/bluetooth/BluetoothAdapter;->listenUsingL2capOn(I)Landroid/bluetooth/BluetoothServerSocket;
-Landroid/bluetooth/BluetoothAdapter;->listenUsingL2capOn(IZZ)Landroid/bluetooth/BluetoothServerSocket;
-Landroid/bluetooth/BluetoothAdapter;->listenUsingRfcommOn(I)Landroid/bluetooth/BluetoothServerSocket;
-Landroid/bluetooth/BluetoothAdapter;->listenUsingScoOn()Landroid/bluetooth/BluetoothServerSocket;
-Landroid/bluetooth/BluetoothAdapter;->mLeScanClients:Ljava/util/Map;
-Landroid/bluetooth/BluetoothAdapter;->mLock:Ljava/lang/Object;
-Landroid/bluetooth/BluetoothAdapter;->mManagerCallback:Landroid/bluetooth/IBluetoothManagerCallback;
-Landroid/bluetooth/BluetoothAdapter;->mManagerService:Landroid/bluetooth/IBluetoothManager;
-Landroid/bluetooth/BluetoothAdapter;->mProxyServiceStateCallbacks:Ljava/util/ArrayList;
-Landroid/bluetooth/BluetoothAdapter;->mServiceLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock;
-Landroid/bluetooth/BluetoothAdapter;->mToken:Landroid/os/IBinder;
-Landroid/bluetooth/BluetoothAdapter;->nameForState(I)Ljava/lang/String;
-Landroid/bluetooth/BluetoothAdapter;->readOutOfBandData()Landroid/util/Pair;
-Landroid/bluetooth/BluetoothAdapter;->removeServiceStateCallback(Landroid/bluetooth/IBluetoothManagerCallback;)V
-Landroid/bluetooth/BluetoothAdapter;->requestControllerActivityEnergyInfo(Landroid/os/ResultReceiver;)V
-Landroid/bluetooth/BluetoothAdapter;->sAdapter:Landroid/bluetooth/BluetoothAdapter;
-Landroid/bluetooth/BluetoothAdapter;->sBluetoothLeAdvertiser:Landroid/bluetooth/le/BluetoothLeAdvertiser;
-Landroid/bluetooth/BluetoothAdapter;->sBluetoothLeScanner:Landroid/bluetooth/le/BluetoothLeScanner;
-Landroid/bluetooth/BluetoothAdapter;->setBluetoothClass(Landroid/bluetooth/BluetoothClass;)Z
-Landroid/bluetooth/BluetoothAdapter;->SOCKET_CHANNEL_AUTO_STATIC_NO_SDP:I
-Landroid/bluetooth/BluetoothAdapter;->sPeriodicAdvertisingManager:Landroid/bluetooth/le/PeriodicAdvertisingManager;
-Landroid/bluetooth/BluetoothAdapter;->STATE_BLE_ON:I
-Landroid/bluetooth/BluetoothAdapter;->STATE_BLE_TURNING_OFF:I
-Landroid/bluetooth/BluetoothAdapter;->STATE_BLE_TURNING_ON:I
-Landroid/bluetooth/BluetoothAdapter;->TAG:Ljava/lang/String;
-Landroid/bluetooth/BluetoothAdapter;->toDeviceSet([Landroid/bluetooth/BluetoothDevice;)Ljava/util/Set;
-Landroid/bluetooth/BluetoothAdapter;->VDBG:Z
-Landroid/bluetooth/BluetoothAssignedNumbers;-><init>()V
-Landroid/bluetooth/BluetoothAudioConfig;-><init>(III)V
-Landroid/bluetooth/BluetoothAudioConfig;->CREATOR:Landroid/os/Parcelable$Creator;
-Landroid/bluetooth/BluetoothAudioConfig;->getAudioFormat()I
-Landroid/bluetooth/BluetoothAudioConfig;->getChannelConfig()I
-Landroid/bluetooth/BluetoothAudioConfig;->getSampleRate()I
-Landroid/bluetooth/BluetoothAudioConfig;->mAudioFormat:I
-Landroid/bluetooth/BluetoothAudioConfig;->mChannelConfig:I
-Landroid/bluetooth/BluetoothAudioConfig;->mSampleRate:I
-Landroid/bluetooth/BluetoothAvrcp;-><init>()V
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_0:I
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_1:I
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_2:I
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_3:I
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_4:I
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_5:I
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_6:I
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_7:I
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_8:I
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_9:I
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_ANGLE:I
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_BACKWARD:I
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_CHAN_DOWN:I
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_CHAN_UP:I
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_CLEAR:I
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_CONT_MENU:I
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_DISP_INFO:I
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_DOT:I
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_DOWN:I
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_EJECT:I
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_ENTER:I
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_EXIT:I
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_F1:I
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_F2:I
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_F3:I
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_F4:I
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_F5:I
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_FAST_FOR:I
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_FAV_MENU:I
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_FORWARD:I
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_HELP:I
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_INPUT_SEL:I
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_LEFT:I
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_LEFT_DOWN:I
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_LEFT_UP:I
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_MUTE:I
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_PAGE_DOWN:I
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_PAGE_UP:I
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_PAUSE:I
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_PLAY:I
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_POWER:I
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_PREV_CHAN:I
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_RECORD:I
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_REWIND:I
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_RIGHT:I
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_RIGHT_DOWN:I
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_RIGHT_UP:I
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_ROOT_MENU:I
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_SELECT:I
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_SETUP_MENU:I
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_SOUND_SEL:I
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_STOP:I
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_SUBPICT:I
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_UP:I
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_VENDOR:I
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_VOL_DOWN:I
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_ID_VOL_UP:I
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_KEYPRESSED_RELEASE:I
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_STATE_PRESS:I
-Landroid/bluetooth/BluetoothAvrcp;->PASSTHROUGH_STATE_RELEASE:I
-Landroid/bluetooth/BluetoothAvrcpController;-><init>(Landroid/content/Context;Landroid/bluetooth/BluetoothProfile$ServiceListener;)V
-Landroid/bluetooth/BluetoothAvrcpController;->ACTION_CONNECTION_STATE_CHANGED:Ljava/lang/String;
-Landroid/bluetooth/BluetoothAvrcpController;->ACTION_PLAYER_SETTING:Ljava/lang/String;
-Landroid/bluetooth/BluetoothAvrcpController;->close()V
-Landroid/bluetooth/BluetoothAvrcpController;->DBG:Z
-Landroid/bluetooth/BluetoothAvrcpController;->doBind()Z
-Landroid/bluetooth/BluetoothAvrcpController;->EXTRA_PLAYER_SETTING:Ljava/lang/String;
-Landroid/bluetooth/BluetoothAvrcpController;->getPlayerSettings(Landroid/bluetooth/BluetoothDevice;)Landroid/bluetooth/BluetoothAvrcpPlayerSettings;
-Landroid/bluetooth/BluetoothAvrcpController;->isEnabled()Z
-Landroid/bluetooth/BluetoothAvrcpController;->isValidDevice(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/BluetoothAvrcpController;->log(Ljava/lang/String;)V
-Landroid/bluetooth/BluetoothAvrcpController;->mAdapter:Landroid/bluetooth/BluetoothAdapter;
-Landroid/bluetooth/BluetoothAvrcpController;->mBluetoothStateChangeCallback:Landroid/bluetooth/IBluetoothStateChangeCallback;
-Landroid/bluetooth/BluetoothAvrcpController;->mConnection:Landroid/content/ServiceConnection;
-Landroid/bluetooth/BluetoothAvrcpController;->mContext:Landroid/content/Context;
-Landroid/bluetooth/BluetoothAvrcpController;->mService:Landroid/bluetooth/IBluetoothAvrcpController;
-Landroid/bluetooth/BluetoothAvrcpController;->mServiceListener:Landroid/bluetooth/BluetoothProfile$ServiceListener;
-Landroid/bluetooth/BluetoothAvrcpController;->sendGroupNavigationCmd(Landroid/bluetooth/BluetoothDevice;II)V
-Landroid/bluetooth/BluetoothAvrcpController;->setPlayerApplicationSetting(Landroid/bluetooth/BluetoothAvrcpPlayerSettings;)Z
-Landroid/bluetooth/BluetoothAvrcpController;->TAG:Ljava/lang/String;
-Landroid/bluetooth/BluetoothAvrcpController;->VDBG:Z
-Landroid/bluetooth/BluetoothAvrcpPlayerSettings;-><init>(I)V
-Landroid/bluetooth/BluetoothAvrcpPlayerSettings;-><init>(Landroid/os/Parcel;)V
-Landroid/bluetooth/BluetoothAvrcpPlayerSettings;->addSettingValue(II)V
-Landroid/bluetooth/BluetoothAvrcpPlayerSettings;->CREATOR:Landroid/os/Parcelable$Creator;
-Landroid/bluetooth/BluetoothAvrcpPlayerSettings;->getSettings()I
-Landroid/bluetooth/BluetoothAvrcpPlayerSettings;->getSettingValue(I)I
-Landroid/bluetooth/BluetoothAvrcpPlayerSettings;->mSettings:I
-Landroid/bluetooth/BluetoothAvrcpPlayerSettings;->mSettingsValue:Ljava/util/Map;
-Landroid/bluetooth/BluetoothAvrcpPlayerSettings;->SETTING_EQUALIZER:I
-Landroid/bluetooth/BluetoothAvrcpPlayerSettings;->SETTING_REPEAT:I
-Landroid/bluetooth/BluetoothAvrcpPlayerSettings;->SETTING_SCAN:I
-Landroid/bluetooth/BluetoothAvrcpPlayerSettings;->SETTING_SHUFFLE:I
-Landroid/bluetooth/BluetoothAvrcpPlayerSettings;->STATE_ALL_TRACK:I
-Landroid/bluetooth/BluetoothAvrcpPlayerSettings;->STATE_GROUP:I
-Landroid/bluetooth/BluetoothAvrcpPlayerSettings;->STATE_INVALID:I
-Landroid/bluetooth/BluetoothAvrcpPlayerSettings;->STATE_OFF:I
-Landroid/bluetooth/BluetoothAvrcpPlayerSettings;->STATE_ON:I
-Landroid/bluetooth/BluetoothAvrcpPlayerSettings;->STATE_SINGLE_TRACK:I
-Landroid/bluetooth/BluetoothAvrcpPlayerSettings;->TAG:Ljava/lang/String;
-Landroid/bluetooth/BluetoothClass$Device$Major;->BITMASK:I
-Landroid/bluetooth/BluetoothClass$Device;->BITMASK:I
-Landroid/bluetooth/BluetoothClass$Device;->PERIPHERAL_KEYBOARD:I
-Landroid/bluetooth/BluetoothClass$Device;->PERIPHERAL_KEYBOARD_POINTING:I
-Landroid/bluetooth/BluetoothClass$Device;->PERIPHERAL_NON_KEYBOARD_NON_POINTING:I
-Landroid/bluetooth/BluetoothClass$Device;->PERIPHERAL_POINTING:I
-Landroid/bluetooth/BluetoothClass$Service;->BITMASK:I
-Landroid/bluetooth/BluetoothClass;->ERROR:I
-Landroid/bluetooth/BluetoothClass;->getClassOfDevice()I
-Landroid/bluetooth/BluetoothClass;->getClassOfDeviceBytes()[B
-Landroid/bluetooth/BluetoothClass;->mClass:I
-Landroid/bluetooth/BluetoothClass;->PROFILE_A2DP_SINK:I
-Landroid/bluetooth/BluetoothClass;->PROFILE_HID:I
-Landroid/bluetooth/BluetoothClass;->PROFILE_NAP:I
-Landroid/bluetooth/BluetoothClass;->PROFILE_OPP:I
-Landroid/bluetooth/BluetoothClass;->PROFILE_PANU:I
-Landroid/bluetooth/BluetoothCodecConfig;->appendCapabilityToString(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
-Landroid/bluetooth/BluetoothCodecConfig;->CREATOR:Landroid/os/Parcelable$Creator;
-Landroid/bluetooth/BluetoothCodecConfig;->getCodecName()Ljava/lang/String;
-Landroid/bluetooth/BluetoothCodecConfig;->isMandatoryCodec()Z
-Landroid/bluetooth/BluetoothCodecConfig;->isValid()Z
-Landroid/bluetooth/BluetoothCodecConfig;->mBitsPerSample:I
-Landroid/bluetooth/BluetoothCodecConfig;->mChannelMode:I
-Landroid/bluetooth/BluetoothCodecConfig;->mCodecPriority:I
-Landroid/bluetooth/BluetoothCodecConfig;->mCodecSpecific1:J
-Landroid/bluetooth/BluetoothCodecConfig;->mCodecSpecific2:J
-Landroid/bluetooth/BluetoothCodecConfig;->mCodecSpecific3:J
-Landroid/bluetooth/BluetoothCodecConfig;->mCodecSpecific4:J
-Landroid/bluetooth/BluetoothCodecConfig;->mCodecType:I
-Landroid/bluetooth/BluetoothCodecConfig;->mSampleRate:I
-Landroid/bluetooth/BluetoothCodecConfig;->sameAudioFeedingParameters(Landroid/bluetooth/BluetoothCodecConfig;)Z
-Landroid/bluetooth/BluetoothCodecStatus;-><init>(Landroid/bluetooth/BluetoothCodecConfig;[Landroid/bluetooth/BluetoothCodecConfig;[Landroid/bluetooth/BluetoothCodecConfig;)V
-Landroid/bluetooth/BluetoothCodecStatus;->CREATOR:Landroid/os/Parcelable$Creator;
-Landroid/bluetooth/BluetoothCodecStatus;->mCodecConfig:Landroid/bluetooth/BluetoothCodecConfig;
-Landroid/bluetooth/BluetoothCodecStatus;->mCodecsLocalCapabilities:[Landroid/bluetooth/BluetoothCodecConfig;
-Landroid/bluetooth/BluetoothCodecStatus;->mCodecsSelectableCapabilities:[Landroid/bluetooth/BluetoothCodecConfig;
-Landroid/bluetooth/BluetoothCodecStatus;->sameCapabilities([Landroid/bluetooth/BluetoothCodecConfig;[Landroid/bluetooth/BluetoothCodecConfig;)Z
-Landroid/bluetooth/BluetoothDevice;->ACTION_BATTERY_LEVEL_CHANGED:Ljava/lang/String;
-Landroid/bluetooth/BluetoothDevice;->ACTION_CONNECTION_ACCESS_CANCEL:Ljava/lang/String;
-Landroid/bluetooth/BluetoothDevice;->ACTION_CONNECTION_ACCESS_REPLY:Ljava/lang/String;
-Landroid/bluetooth/BluetoothDevice;->ACTION_CONNECTION_ACCESS_REQUEST:Ljava/lang/String;
-Landroid/bluetooth/BluetoothDevice;->ACTION_MAS_INSTANCE:Ljava/lang/String;
-Landroid/bluetooth/BluetoothDevice;->ACTION_NAME_FAILED:Ljava/lang/String;
-Landroid/bluetooth/BluetoothDevice;->BATTERY_LEVEL_UNKNOWN:I
-Landroid/bluetooth/BluetoothDevice;->BOND_SUCCESS:I
-Landroid/bluetooth/BluetoothDevice;->CONNECTION_ACCESS_NO:I
-Landroid/bluetooth/BluetoothDevice;->CONNECTION_ACCESS_YES:I
-Landroid/bluetooth/BluetoothDevice;->CONNECTION_STATE_CONNECTED:I
-Landroid/bluetooth/BluetoothDevice;->CONNECTION_STATE_DISCONNECTED:I
-Landroid/bluetooth/BluetoothDevice;->CONNECTION_STATE_ENCRYPTED_BREDR:I
-Landroid/bluetooth/BluetoothDevice;->CONNECTION_STATE_ENCRYPTED_LE:I
-Landroid/bluetooth/BluetoothDevice;->createBondOutOfBand(ILandroid/bluetooth/OobData;)Z
-Landroid/bluetooth/BluetoothDevice;->createInsecureL2capCocSocket(II)Landroid/bluetooth/BluetoothSocket;
-Landroid/bluetooth/BluetoothDevice;->createInsecureL2capSocket(I)Landroid/bluetooth/BluetoothSocket;
-Landroid/bluetooth/BluetoothDevice;->createL2capCocSocket(II)Landroid/bluetooth/BluetoothSocket;
-Landroid/bluetooth/BluetoothDevice;->createL2capSocket(I)Landroid/bluetooth/BluetoothSocket;
-Landroid/bluetooth/BluetoothDevice;->DBG:Z
-Landroid/bluetooth/BluetoothDevice;->EXTRA_ACCESS_REQUEST_TYPE:Ljava/lang/String;
-Landroid/bluetooth/BluetoothDevice;->EXTRA_ALWAYS_ALLOWED:Ljava/lang/String;
-Landroid/bluetooth/BluetoothDevice;->EXTRA_BATTERY_LEVEL:Ljava/lang/String;
-Landroid/bluetooth/BluetoothDevice;->EXTRA_CLASS_NAME:Ljava/lang/String;
-Landroid/bluetooth/BluetoothDevice;->EXTRA_CONNECTION_ACCESS_RESULT:Ljava/lang/String;
-Landroid/bluetooth/BluetoothDevice;->EXTRA_MAS_INSTANCE:Ljava/lang/String;
-Landroid/bluetooth/BluetoothDevice;->EXTRA_PACKAGE_NAME:Ljava/lang/String;
-Landroid/bluetooth/BluetoothDevice;->EXTRA_SDP_RECORD:Ljava/lang/String;
-Landroid/bluetooth/BluetoothDevice;->getSimAccessPermission()I
-Landroid/bluetooth/BluetoothDevice;->isBluetoothEnabled()Z
-Landroid/bluetooth/BluetoothDevice;->mAddress:Ljava/lang/String;
-Landroid/bluetooth/BluetoothDevice;->PAIRING_VARIANT_CONSENT:I
-Landroid/bluetooth/BluetoothDevice;->PAIRING_VARIANT_DISPLAY_PASSKEY:I
-Landroid/bluetooth/BluetoothDevice;->PAIRING_VARIANT_DISPLAY_PIN:I
-Landroid/bluetooth/BluetoothDevice;->PAIRING_VARIANT_OOB_CONSENT:I
-Landroid/bluetooth/BluetoothDevice;->PAIRING_VARIANT_PASSKEY:I
-Landroid/bluetooth/BluetoothDevice;->PAIRING_VARIANT_PIN_16_DIGITS:I
-Landroid/bluetooth/BluetoothDevice;->REQUEST_TYPE_MESSAGE_ACCESS:I
-Landroid/bluetooth/BluetoothDevice;->REQUEST_TYPE_PHONEBOOK_ACCESS:I
-Landroid/bluetooth/BluetoothDevice;->REQUEST_TYPE_PROFILE_CONNECTION:I
-Landroid/bluetooth/BluetoothDevice;->REQUEST_TYPE_SIM_ACCESS:I
-Landroid/bluetooth/BluetoothDevice;->sdpSearch(Landroid/os/ParcelUuid;)Z
-Landroid/bluetooth/BluetoothDevice;->setDeviceOutOfBandData([B[B)Z
-Landroid/bluetooth/BluetoothDevice;->setRemoteOutOfBandData()Z
-Landroid/bluetooth/BluetoothDevice;->sService:Landroid/bluetooth/IBluetooth;
-Landroid/bluetooth/BluetoothDevice;->sStateChangeCallback:Landroid/bluetooth/IBluetoothManagerCallback;
-Landroid/bluetooth/BluetoothDevice;->TAG:Ljava/lang/String;
-Landroid/bluetooth/BluetoothDevice;->UNBOND_REASON_AUTH_CANCELED:I
-Landroid/bluetooth/BluetoothDevice;->UNBOND_REASON_REMOVED:I
-Landroid/bluetooth/BluetoothDevicePicker;->ACTION_DEVICE_SELECTED:Ljava/lang/String;
-Landroid/bluetooth/BluetoothDevicePicker;->ACTION_LAUNCH:Ljava/lang/String;
-Landroid/bluetooth/BluetoothDevicePicker;->EXTRA_FILTER_TYPE:Ljava/lang/String;
-Landroid/bluetooth/BluetoothDevicePicker;->EXTRA_LAUNCH_CLASS:Ljava/lang/String;
-Landroid/bluetooth/BluetoothDevicePicker;->EXTRA_LAUNCH_PACKAGE:Ljava/lang/String;
-Landroid/bluetooth/BluetoothDevicePicker;->EXTRA_NEED_AUTH:Ljava/lang/String;
-Landroid/bluetooth/BluetoothDevicePicker;->FILTER_TYPE_ALL:I
-Landroid/bluetooth/BluetoothDevicePicker;->FILTER_TYPE_AUDIO:I
-Landroid/bluetooth/BluetoothDevicePicker;->FILTER_TYPE_NAP:I
-Landroid/bluetooth/BluetoothDevicePicker;->FILTER_TYPE_PANU:I
-Landroid/bluetooth/BluetoothDevicePicker;->FILTER_TYPE_TRANSFER:I
-Landroid/bluetooth/BluetoothGatt;-><init>(Landroid/bluetooth/IBluetoothGatt;Landroid/bluetooth/BluetoothDevice;IZI)V
-Landroid/bluetooth/BluetoothGatt;->AUTHENTICATION_MITM:I
-Landroid/bluetooth/BluetoothGatt;->AUTHENTICATION_NONE:I
-Landroid/bluetooth/BluetoothGatt;->AUTHENTICATION_NO_MITM:I
-Landroid/bluetooth/BluetoothGatt;->AUTH_RETRY_STATE_IDLE:I
-Landroid/bluetooth/BluetoothGatt;->AUTH_RETRY_STATE_MITM:I
-Landroid/bluetooth/BluetoothGatt;->AUTH_RETRY_STATE_NO_MITM:I
-Landroid/bluetooth/BluetoothGatt;->CONN_STATE_CLOSED:I
-Landroid/bluetooth/BluetoothGatt;->CONN_STATE_CONNECTED:I
-Landroid/bluetooth/BluetoothGatt;->CONN_STATE_CONNECTING:I
-Landroid/bluetooth/BluetoothGatt;->CONN_STATE_DISCONNECTING:I
-Landroid/bluetooth/BluetoothGatt;->CONN_STATE_IDLE:I
-Landroid/bluetooth/BluetoothGatt;->DBG:Z
-Landroid/bluetooth/BluetoothGatt;->discoverServiceByUuid(Ljava/util/UUID;)Z
-Landroid/bluetooth/BluetoothGatt;->getCharacteristicById(Landroid/bluetooth/BluetoothDevice;I)Landroid/bluetooth/BluetoothGattCharacteristic;
-Landroid/bluetooth/BluetoothGatt;->getDescriptorById(Landroid/bluetooth/BluetoothDevice;I)Landroid/bluetooth/BluetoothGattDescriptor;
-Landroid/bluetooth/BluetoothGatt;->getService(Landroid/bluetooth/BluetoothDevice;Ljava/util/UUID;I)Landroid/bluetooth/BluetoothGattService;
-Landroid/bluetooth/BluetoothGatt;->mBluetoothGattCallback:Landroid/bluetooth/IBluetoothGattCallback;
-Landroid/bluetooth/BluetoothGatt;->mConnState:I
-Landroid/bluetooth/BluetoothGatt;->mDevice:Landroid/bluetooth/BluetoothDevice;
-Landroid/bluetooth/BluetoothGatt;->mHandler:Landroid/os/Handler;
-Landroid/bluetooth/BluetoothGatt;->mOpportunistic:Z
-Landroid/bluetooth/BluetoothGatt;->mPhy:I
-Landroid/bluetooth/BluetoothGatt;->mServices:Ljava/util/List;
-Landroid/bluetooth/BluetoothGatt;->mStateLock:Ljava/lang/Object;
-Landroid/bluetooth/BluetoothGatt;->readUsingCharacteristicUuid(Ljava/util/UUID;II)Z
-Landroid/bluetooth/BluetoothGatt;->registerApp(Landroid/bluetooth/BluetoothGattCallback;Landroid/os/Handler;)Z
-Landroid/bluetooth/BluetoothGatt;->requestLeConnectionUpdate(IIIIII)Z
-Landroid/bluetooth/BluetoothGatt;->runOrQueueCallback(Ljava/lang/Runnable;)V
-Landroid/bluetooth/BluetoothGatt;->TAG:Ljava/lang/String;
-Landroid/bluetooth/BluetoothGatt;->VDBG:Z
-Landroid/bluetooth/BluetoothGattCallback;->onConnectionUpdated(Landroid/bluetooth/BluetoothGatt;IIII)V
-Landroid/bluetooth/BluetoothGattCharacteristic;-><init>(Landroid/bluetooth/BluetoothGattService;Ljava/util/UUID;III)V
-Landroid/bluetooth/BluetoothGattCharacteristic;-><init>(Landroid/os/Parcel;)V
-Landroid/bluetooth/BluetoothGattCharacteristic;-><init>(Ljava/util/UUID;III)V
-Landroid/bluetooth/BluetoothGattCharacteristic;->bytesToFloat(BB)F
-Landroid/bluetooth/BluetoothGattCharacteristic;->bytesToFloat(BBBB)F
-Landroid/bluetooth/BluetoothGattCharacteristic;->getDescriptor(Ljava/util/UUID;I)Landroid/bluetooth/BluetoothGattDescriptor;
-Landroid/bluetooth/BluetoothGattCharacteristic;->getKeySize()I
-Landroid/bluetooth/BluetoothGattCharacteristic;->getTypeLen(I)I
-Landroid/bluetooth/BluetoothGattCharacteristic;->initCharacteristic(Landroid/bluetooth/BluetoothGattService;Ljava/util/UUID;III)V
-Landroid/bluetooth/BluetoothGattCharacteristic;->intToSignedBits(II)I
-Landroid/bluetooth/BluetoothGattCharacteristic;->mKeySize:I
-Landroid/bluetooth/BluetoothGattCharacteristic;->mPermissions:I
-Landroid/bluetooth/BluetoothGattCharacteristic;->mProperties:I
-Landroid/bluetooth/BluetoothGattCharacteristic;->mUuid:Ljava/util/UUID;
-Landroid/bluetooth/BluetoothGattCharacteristic;->mValue:[B
-Landroid/bluetooth/BluetoothGattCharacteristic;->mWriteType:I
-Landroid/bluetooth/BluetoothGattCharacteristic;->setInstanceId(I)V
-Landroid/bluetooth/BluetoothGattCharacteristic;->unsignedBytesToInt(BB)I
-Landroid/bluetooth/BluetoothGattCharacteristic;->unsignedBytesToInt(BBBB)I
-Landroid/bluetooth/BluetoothGattCharacteristic;->unsignedByteToInt(B)I
-Landroid/bluetooth/BluetoothGattCharacteristic;->unsignedToSigned(II)I
-Landroid/bluetooth/BluetoothGattDescriptor;-><init>(Landroid/bluetooth/BluetoothGattCharacteristic;Ljava/util/UUID;II)V
-Landroid/bluetooth/BluetoothGattDescriptor;-><init>(Landroid/os/Parcel;)V
-Landroid/bluetooth/BluetoothGattDescriptor;-><init>(Ljava/util/UUID;II)V
-Landroid/bluetooth/BluetoothGattDescriptor;->getInstanceId()I
-Landroid/bluetooth/BluetoothGattDescriptor;->initDescriptor(Landroid/bluetooth/BluetoothGattCharacteristic;Ljava/util/UUID;II)V
-Landroid/bluetooth/BluetoothGattDescriptor;->mPermissions:I
-Landroid/bluetooth/BluetoothGattDescriptor;->mUuid:Ljava/util/UUID;
-Landroid/bluetooth/BluetoothGattDescriptor;->mValue:[B
-Landroid/bluetooth/BluetoothGattDescriptor;->setInstanceId(I)V
-Landroid/bluetooth/BluetoothGattIncludedService;-><init>(Landroid/os/Parcel;)V
-Landroid/bluetooth/BluetoothGattIncludedService;-><init>(Ljava/util/UUID;II)V
-Landroid/bluetooth/BluetoothGattIncludedService;->CREATOR:Landroid/os/Parcelable$Creator;
-Landroid/bluetooth/BluetoothGattIncludedService;->getInstanceId()I
-Landroid/bluetooth/BluetoothGattIncludedService;->getType()I
-Landroid/bluetooth/BluetoothGattIncludedService;->getUuid()Ljava/util/UUID;
-Landroid/bluetooth/BluetoothGattIncludedService;->mInstanceId:I
-Landroid/bluetooth/BluetoothGattIncludedService;->mServiceType:I
-Landroid/bluetooth/BluetoothGattIncludedService;->mUuid:Ljava/util/UUID;
-Landroid/bluetooth/BluetoothGattServer;-><init>(Landroid/bluetooth/IBluetoothGatt;I)V
-Landroid/bluetooth/BluetoothGattServer;->CALLBACK_REG_TIMEOUT:I
-Landroid/bluetooth/BluetoothGattServer;->DBG:Z
-Landroid/bluetooth/BluetoothGattServer;->getCharacteristicByHandle(I)Landroid/bluetooth/BluetoothGattCharacteristic;
-Landroid/bluetooth/BluetoothGattServer;->getDescriptorByHandle(I)Landroid/bluetooth/BluetoothGattDescriptor;
-Landroid/bluetooth/BluetoothGattServer;->getService(Ljava/util/UUID;II)Landroid/bluetooth/BluetoothGattService;
-Landroid/bluetooth/BluetoothGattServer;->mAdapter:Landroid/bluetooth/BluetoothAdapter;
-Landroid/bluetooth/BluetoothGattServer;->mBluetoothGattServerCallback:Landroid/bluetooth/IBluetoothGattServerCallback;
-Landroid/bluetooth/BluetoothGattServer;->mCallback:Landroid/bluetooth/BluetoothGattServerCallback;
-Landroid/bluetooth/BluetoothGattServer;->mPendingService:Landroid/bluetooth/BluetoothGattService;
-Landroid/bluetooth/BluetoothGattServer;->mServerIf:I
-Landroid/bluetooth/BluetoothGattServer;->mServerIfLock:Ljava/lang/Object;
-Landroid/bluetooth/BluetoothGattServer;->mService:Landroid/bluetooth/IBluetoothGatt;
-Landroid/bluetooth/BluetoothGattServer;->mServices:Ljava/util/List;
-Landroid/bluetooth/BluetoothGattServer;->mTransport:I
-Landroid/bluetooth/BluetoothGattServer;->registerCallback(Landroid/bluetooth/BluetoothGattServerCallback;)Z
-Landroid/bluetooth/BluetoothGattServer;->TAG:Ljava/lang/String;
-Landroid/bluetooth/BluetoothGattServer;->unregisterCallback()V
-Landroid/bluetooth/BluetoothGattServer;->VDBG:Z
-Landroid/bluetooth/BluetoothGattServerCallback;->onConnectionUpdated(Landroid/bluetooth/BluetoothDevice;IIII)V
-Landroid/bluetooth/BluetoothGattService;-><init>(Landroid/bluetooth/BluetoothDevice;Ljava/util/UUID;II)V
-Landroid/bluetooth/BluetoothGattService;-><init>(Landroid/os/Parcel;)V
-Landroid/bluetooth/BluetoothGattService;-><init>(Ljava/util/UUID;II)V
-Landroid/bluetooth/BluetoothGattService;->addIncludedService(Landroid/bluetooth/BluetoothGattService;)V
-Landroid/bluetooth/BluetoothGattService;->getCharacteristic(Ljava/util/UUID;I)Landroid/bluetooth/BluetoothGattCharacteristic;
-Landroid/bluetooth/BluetoothGattService;->getDevice()Landroid/bluetooth/BluetoothDevice;
-Landroid/bluetooth/BluetoothGattService;->getHandles()I
-Landroid/bluetooth/BluetoothGattService;->isAdvertisePreferred()Z
-Landroid/bluetooth/BluetoothGattService;->mAdvertisePreferred:Z
-Landroid/bluetooth/BluetoothGattService;->mHandles:I
-Landroid/bluetooth/BluetoothGattService;->mInstanceId:I
-Landroid/bluetooth/BluetoothGattService;->mServiceType:I
-Landroid/bluetooth/BluetoothGattService;->mUuid:Ljava/util/UUID;
-Landroid/bluetooth/BluetoothGattService;->setDevice(Landroid/bluetooth/BluetoothDevice;)V
-Landroid/bluetooth/BluetoothGattService;->setHandles(I)V
-Landroid/bluetooth/BluetoothHeadset;-><init>(Landroid/content/Context;Landroid/bluetooth/BluetoothProfile$ServiceListener;)V
-Landroid/bluetooth/BluetoothHeadset;->ACTION_HF_INDICATORS_VALUE_CHANGED:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHeadset;->clccResponse(IIIIZLjava/lang/String;I)V
-Landroid/bluetooth/BluetoothHeadset;->DBG:Z
-Landroid/bluetooth/BluetoothHeadset;->doBind()Z
-Landroid/bluetooth/BluetoothHeadset;->doUnbind()V
-Landroid/bluetooth/BluetoothHeadset;->EXTRA_HF_INDICATORS_IND_ID:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHeadset;->EXTRA_HF_INDICATORS_IND_VALUE:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHeadset;->getAudioRouteAllowed()Z
-Landroid/bluetooth/BluetoothHeadset;->isAudioOn()Z
-Landroid/bluetooth/BluetoothHeadset;->isBluetoothVoiceDialingEnabled(Landroid/content/Context;)Z
-Landroid/bluetooth/BluetoothHeadset;->isDisabled()Z
-Landroid/bluetooth/BluetoothHeadset;->isInbandRingingEnabled()Z
-Landroid/bluetooth/BluetoothHeadset;->isInbandRingingSupported(Landroid/content/Context;)Z
-Landroid/bluetooth/BluetoothHeadset;->isValidDevice(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/BluetoothHeadset;->log(Ljava/lang/String;)V
-Landroid/bluetooth/BluetoothHeadset;->mAdapter:Landroid/bluetooth/BluetoothAdapter;
-Landroid/bluetooth/BluetoothHeadset;->mBluetoothStateChangeCallback:Landroid/bluetooth/IBluetoothStateChangeCallback;
-Landroid/bluetooth/BluetoothHeadset;->mConnection:Landroid/bluetooth/IBluetoothProfileServiceConnection;
-Landroid/bluetooth/BluetoothHeadset;->mContext:Landroid/content/Context;
-Landroid/bluetooth/BluetoothHeadset;->MESSAGE_HEADSET_SERVICE_CONNECTED:I
-Landroid/bluetooth/BluetoothHeadset;->MESSAGE_HEADSET_SERVICE_DISCONNECTED:I
-Landroid/bluetooth/BluetoothHeadset;->mHandler:Landroid/os/Handler;
-Landroid/bluetooth/BluetoothHeadset;->mService:Landroid/bluetooth/IBluetoothHeadset;
-Landroid/bluetooth/BluetoothHeadset;->mServiceListener:Landroid/bluetooth/BluetoothProfile$ServiceListener;
-Landroid/bluetooth/BluetoothHeadset;->setAudioRouteAllowed(Z)V
-Landroid/bluetooth/BluetoothHeadset;->setForceScoAudio(Z)V
-Landroid/bluetooth/BluetoothHeadset;->TAG:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHeadset;->VDBG:Z
-Landroid/bluetooth/BluetoothHeadset;->VENDOR_SPECIFIC_HEADSET_EVENT_IPHONEACCEV:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHeadset;->VENDOR_SPECIFIC_HEADSET_EVENT_IPHONEACCEV_BATTERY_LEVEL:I
-Landroid/bluetooth/BluetoothHeadset;->VENDOR_SPECIFIC_HEADSET_EVENT_XAPL:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHeadset;->VENDOR_SPECIFIC_HEADSET_EVENT_XEVENT:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHeadset;->VENDOR_SPECIFIC_HEADSET_EVENT_XEVENT_BATTERY_LEVEL:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHeadsetClient;-><init>(Landroid/content/Context;Landroid/bluetooth/BluetoothProfile$ServiceListener;)V
-Landroid/bluetooth/BluetoothHeadsetClient;->ACTION_AG_EVENT:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHeadsetClient;->ACTION_AUDIO_STATE_CHANGED:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHeadsetClient;->ACTION_CALL_CHANGED:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHeadsetClient;->ACTION_CONNECTION_STATE_CHANGED:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHeadsetClient;->ACTION_LAST_VTAG:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHeadsetClient;->ACTION_RESULT:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHeadsetClient;->ACTION_RESULT_ERROR:I
-Landroid/bluetooth/BluetoothHeadsetClient;->ACTION_RESULT_ERROR_BLACKLISTED:I
-Landroid/bluetooth/BluetoothHeadsetClient;->ACTION_RESULT_ERROR_BUSY:I
-Landroid/bluetooth/BluetoothHeadsetClient;->ACTION_RESULT_ERROR_CME:I
-Landroid/bluetooth/BluetoothHeadsetClient;->ACTION_RESULT_ERROR_DELAYED:I
-Landroid/bluetooth/BluetoothHeadsetClient;->ACTION_RESULT_ERROR_NO_ANSWER:I
-Landroid/bluetooth/BluetoothHeadsetClient;->ACTION_RESULT_ERROR_NO_CARRIER:I
-Landroid/bluetooth/BluetoothHeadsetClient;->ACTION_RESULT_OK:I
-Landroid/bluetooth/BluetoothHeadsetClient;->CALL_ACCEPT_HOLD:I
-Landroid/bluetooth/BluetoothHeadsetClient;->CALL_ACCEPT_NONE:I
-Landroid/bluetooth/BluetoothHeadsetClient;->CALL_ACCEPT_TERMINATE:I
-Landroid/bluetooth/BluetoothHeadsetClient;->close()V
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_CORPORATE_PERSONALIZATION_PIN_REQUIRED:I
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_CORPORATE_PERSONALIZATION_PUK_REQUIRED:I
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_DIAL_STRING_TOO_LONG:I
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_EAP_NOT_SUPPORTED:I
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_EMERGENCY_SERVICE_ONLY:I
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_HIDDEN_KEY_REQUIRED:I
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_INCORRECT_PARAMETERS:I
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_INCORRECT_PASSWORD:I
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_INVALID_CHARACTER_IN_DIAL_STRING:I
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_INVALID_CHARACTER_IN_TEXT_STRING:I
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_INVALID_INDEX:I
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_MEMORY_FAILURE:I
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_MEMORY_FULL:I
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_NETWORK_PERSONALIZATION_PIN_REQUIRED:I
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_NETWORK_PERSONALIZATION_PUK_REQUIRED:I
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_NETWORK_SUBSET_PERSONALIZATION_PIN_REQUIRED:I
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_NETWORK_SUBSET_PERSONALIZATION_PUK_REQUIRED:I
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_NETWORK_TIMEOUT:I
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_NOT_FOUND:I
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_NOT_SUPPORTED_FOR_VOIP:I
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_NO_CONNECTION_TO_PHONE:I
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_NO_NETWORK_SERVICE:I
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_NO_SIMULTANOUS_VOIP_CS_CALLS:I
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_OPERATION_NOT_ALLOWED:I
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_OPERATION_NOT_SUPPORTED:I
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_PHFSIM_PIN_REQUIRED:I
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_PHFSIM_PUK_REQUIRED:I
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_PHONE_FAILURE:I
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_PHSIM_PIN_REQUIRED:I
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_SERVICE_PROVIDER_PERSONALIZATION_PIN_REQUIRED:I
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_SERVICE_PROVIDER_PERSONALIZATION_PUK_REQUIRED:I
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_SIM_BUSY:I
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_SIM_FAILURE:I
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_SIM_NOT_INSERTED:I
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_SIM_PIN2_REQUIRED:I
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_SIM_PIN_REQUIRED:I
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_SIM_PUK2_REQUIRED:I
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_SIM_PUK_REQUIRED:I
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_SIM_WRONG:I
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_SIP_RESPONSE_CODE:I
-Landroid/bluetooth/BluetoothHeadsetClient;->CME_TEXT_STRING_TOO_LONG:I
-Landroid/bluetooth/BluetoothHeadsetClient;->connectAudio(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/BluetoothHeadsetClient;->DBG:Z
-Landroid/bluetooth/BluetoothHeadsetClient;->dial(Landroid/bluetooth/BluetoothDevice;Ljava/lang/String;)Landroid/bluetooth/BluetoothHeadsetClientCall;
-Landroid/bluetooth/BluetoothHeadsetClient;->disconnectAudio(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/BluetoothHeadsetClient;->doBind()Z
-Landroid/bluetooth/BluetoothHeadsetClient;->enterPrivateMode(Landroid/bluetooth/BluetoothDevice;I)Z
-Landroid/bluetooth/BluetoothHeadsetClient;->explicitCallTransfer(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/BluetoothHeadsetClient;->EXTRA_AG_FEATURE_3WAY_CALLING:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHeadsetClient;->EXTRA_AG_FEATURE_ACCEPT_HELD_OR_WAITING_CALL:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHeadsetClient;->EXTRA_AG_FEATURE_ATTACH_NUMBER_TO_VT:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHeadsetClient;->EXTRA_AG_FEATURE_ECC:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHeadsetClient;->EXTRA_AG_FEATURE_MERGE:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHeadsetClient;->EXTRA_AG_FEATURE_MERGE_AND_DETACH:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHeadsetClient;->EXTRA_AG_FEATURE_REJECT_CALL:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHeadsetClient;->EXTRA_AG_FEATURE_RELEASE_AND_ACCEPT:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHeadsetClient;->EXTRA_AG_FEATURE_RELEASE_HELD_OR_WAITING_CALL:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHeadsetClient;->EXTRA_AG_FEATURE_RESPONSE_AND_HOLD:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHeadsetClient;->EXTRA_AG_FEATURE_VOICE_RECOGNITION:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHeadsetClient;->EXTRA_AUDIO_WBS:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHeadsetClient;->EXTRA_BATTERY_LEVEL:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHeadsetClient;->EXTRA_CALL:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHeadsetClient;->EXTRA_CME_CODE:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHeadsetClient;->EXTRA_IN_BAND_RING:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHeadsetClient;->EXTRA_NETWORK_ROAMING:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHeadsetClient;->EXTRA_NETWORK_SIGNAL_STRENGTH:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHeadsetClient;->EXTRA_NETWORK_STATUS:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHeadsetClient;->EXTRA_NUMBER:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHeadsetClient;->EXTRA_OPERATOR_NAME:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHeadsetClient;->EXTRA_RESULT_CODE:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHeadsetClient;->EXTRA_SUBSCRIBER_INFO:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHeadsetClient;->EXTRA_VOICE_RECOGNITION:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHeadsetClient;->getAudioRouteAllowed(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/BluetoothHeadsetClient;->getCurrentAgEvents(Landroid/bluetooth/BluetoothDevice;)Landroid/os/Bundle;
-Landroid/bluetooth/BluetoothHeadsetClient;->getCurrentAgFeatures(Landroid/bluetooth/BluetoothDevice;)Landroid/os/Bundle;
-Landroid/bluetooth/BluetoothHeadsetClient;->getCurrentCalls(Landroid/bluetooth/BluetoothDevice;)Ljava/util/List;
-Landroid/bluetooth/BluetoothHeadsetClient;->getLastVoiceTagNumber(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/BluetoothHeadsetClient;->getPriority(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/BluetoothHeadsetClient;->holdCall(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/BluetoothHeadsetClient;->isEnabled()Z
-Landroid/bluetooth/BluetoothHeadsetClient;->isValidDevice(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/BluetoothHeadsetClient;->log(Ljava/lang/String;)V
-Landroid/bluetooth/BluetoothHeadsetClient;->mAdapter:Landroid/bluetooth/BluetoothAdapter;
-Landroid/bluetooth/BluetoothHeadsetClient;->mBluetoothStateChangeCallback:Landroid/bluetooth/IBluetoothStateChangeCallback;
-Landroid/bluetooth/BluetoothHeadsetClient;->mConnection:Landroid/content/ServiceConnection;
-Landroid/bluetooth/BluetoothHeadsetClient;->mContext:Landroid/content/Context;
-Landroid/bluetooth/BluetoothHeadsetClient;->mService:Landroid/bluetooth/IBluetoothHeadsetClient;
-Landroid/bluetooth/BluetoothHeadsetClient;->mServiceListener:Landroid/bluetooth/BluetoothProfile$ServiceListener;
-Landroid/bluetooth/BluetoothHeadsetClient;->sendDTMF(Landroid/bluetooth/BluetoothDevice;B)Z
-Landroid/bluetooth/BluetoothHeadsetClient;->setAudioRouteAllowed(Landroid/bluetooth/BluetoothDevice;Z)V
-Landroid/bluetooth/BluetoothHeadsetClient;->setPriority(Landroid/bluetooth/BluetoothDevice;I)Z
-Landroid/bluetooth/BluetoothHeadsetClient;->startVoiceRecognition(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/BluetoothHeadsetClient;->STATE_AUDIO_CONNECTED:I
-Landroid/bluetooth/BluetoothHeadsetClient;->STATE_AUDIO_CONNECTING:I
-Landroid/bluetooth/BluetoothHeadsetClient;->STATE_AUDIO_DISCONNECTED:I
-Landroid/bluetooth/BluetoothHeadsetClient;->stopVoiceRecognition(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/BluetoothHeadsetClient;->TAG:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHeadsetClient;->terminateCall(Landroid/bluetooth/BluetoothDevice;Landroid/bluetooth/BluetoothHeadsetClientCall;)Z
-Landroid/bluetooth/BluetoothHeadsetClient;->VDBG:Z
-Landroid/bluetooth/BluetoothHeadsetClientCall;-><init>(Landroid/bluetooth/BluetoothDevice;IILjava/lang/String;ZZZ)V
-Landroid/bluetooth/BluetoothHeadsetClientCall;-><init>(Landroid/bluetooth/BluetoothDevice;ILjava/util/UUID;ILjava/lang/String;ZZZ)V
-Landroid/bluetooth/BluetoothHeadsetClientCall;->CALL_STATE_ACTIVE:I
-Landroid/bluetooth/BluetoothHeadsetClientCall;->CALL_STATE_ALERTING:I
-Landroid/bluetooth/BluetoothHeadsetClientCall;->CALL_STATE_DIALING:I
-Landroid/bluetooth/BluetoothHeadsetClientCall;->CALL_STATE_HELD:I
-Landroid/bluetooth/BluetoothHeadsetClientCall;->CALL_STATE_HELD_BY_RESPONSE_AND_HOLD:I
-Landroid/bluetooth/BluetoothHeadsetClientCall;->CALL_STATE_INCOMING:I
-Landroid/bluetooth/BluetoothHeadsetClientCall;->CALL_STATE_TERMINATED:I
-Landroid/bluetooth/BluetoothHeadsetClientCall;->CALL_STATE_WAITING:I
-Landroid/bluetooth/BluetoothHeadsetClientCall;->CREATOR:Landroid/os/Parcelable$Creator;
-Landroid/bluetooth/BluetoothHeadsetClientCall;->getCreationElapsedMilli()J
-Landroid/bluetooth/BluetoothHeadsetClientCall;->getDevice()Landroid/bluetooth/BluetoothDevice;
-Landroid/bluetooth/BluetoothHeadsetClientCall;->getUUID()Ljava/util/UUID;
-Landroid/bluetooth/BluetoothHeadsetClientCall;->isInBandRing()Z
-Landroid/bluetooth/BluetoothHeadsetClientCall;->mCreationElapsedMilli:J
-Landroid/bluetooth/BluetoothHeadsetClientCall;->mDevice:Landroid/bluetooth/BluetoothDevice;
-Landroid/bluetooth/BluetoothHeadsetClientCall;->mId:I
-Landroid/bluetooth/BluetoothHeadsetClientCall;->mInBandRing:Z
-Landroid/bluetooth/BluetoothHeadsetClientCall;->mMultiParty:Z
-Landroid/bluetooth/BluetoothHeadsetClientCall;->mNumber:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHeadsetClientCall;->mOutgoing:Z
-Landroid/bluetooth/BluetoothHeadsetClientCall;->mState:I
-Landroid/bluetooth/BluetoothHeadsetClientCall;->mUUID:Ljava/util/UUID;
-Landroid/bluetooth/BluetoothHeadsetClientCall;->setMultiParty(Z)V
-Landroid/bluetooth/BluetoothHeadsetClientCall;->setNumber(Ljava/lang/String;)V
-Landroid/bluetooth/BluetoothHeadsetClientCall;->setState(I)V
-Landroid/bluetooth/BluetoothHeadsetClientCall;->toString(Z)Ljava/lang/String;
-Landroid/bluetooth/BluetoothHealth$BluetoothHealthCallbackWrapper;-><init>(Landroid/bluetooth/BluetoothHealthCallback;)V
-Landroid/bluetooth/BluetoothHealth$BluetoothHealthCallbackWrapper;->mCallback:Landroid/bluetooth/BluetoothHealthCallback;
-Landroid/bluetooth/BluetoothHealth$BluetoothHealthCallbackWrapper;->onHealthAppConfigurationStatusChange(Landroid/bluetooth/BluetoothHealthAppConfiguration;I)V
-Landroid/bluetooth/BluetoothHealth$BluetoothHealthCallbackWrapper;->onHealthChannelStateChange(Landroid/bluetooth/BluetoothHealthAppConfiguration;Landroid/bluetooth/BluetoothDevice;IILandroid/os/ParcelFileDescriptor;I)V
-Landroid/bluetooth/BluetoothHealth;-><init>(Landroid/content/Context;Landroid/bluetooth/BluetoothProfile$ServiceListener;)V
-Landroid/bluetooth/BluetoothHealth;->CHANNEL_TYPE_ANY:I
-Landroid/bluetooth/BluetoothHealth;->checkAppParam(Ljava/lang/String;IILandroid/bluetooth/BluetoothHealthCallback;)Z
-Landroid/bluetooth/BluetoothHealth;->close()V
-Landroid/bluetooth/BluetoothHealth;->connectChannelToSink(Landroid/bluetooth/BluetoothDevice;Landroid/bluetooth/BluetoothHealthAppConfiguration;I)Z
-Landroid/bluetooth/BluetoothHealth;->DBG:Z
-Landroid/bluetooth/BluetoothHealth;->doBind()Z
-Landroid/bluetooth/BluetoothHealth;->HEALTH_OPERATION_ERROR:I
-Landroid/bluetooth/BluetoothHealth;->HEALTH_OPERATION_GENERIC_FAILURE:I
-Landroid/bluetooth/BluetoothHealth;->HEALTH_OPERATION_INVALID_ARGS:I
-Landroid/bluetooth/BluetoothHealth;->HEALTH_OPERATION_NOT_ALLOWED:I
-Landroid/bluetooth/BluetoothHealth;->HEALTH_OPERATION_NOT_FOUND:I
-Landroid/bluetooth/BluetoothHealth;->HEALTH_OPERATION_SUCCESS:I
-Landroid/bluetooth/BluetoothHealth;->isEnabled()Z
-Landroid/bluetooth/BluetoothHealth;->isValidDevice(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/BluetoothHealth;->log(Ljava/lang/String;)V
-Landroid/bluetooth/BluetoothHealth;->mAdapter:Landroid/bluetooth/BluetoothAdapter;
-Landroid/bluetooth/BluetoothHealth;->mBluetoothStateChangeCallback:Landroid/bluetooth/IBluetoothStateChangeCallback;
-Landroid/bluetooth/BluetoothHealth;->mConnection:Landroid/content/ServiceConnection;
-Landroid/bluetooth/BluetoothHealth;->mContext:Landroid/content/Context;
-Landroid/bluetooth/BluetoothHealth;->mService:Landroid/bluetooth/IBluetoothHealth;
-Landroid/bluetooth/BluetoothHealth;->mServiceListener:Landroid/bluetooth/BluetoothProfile$ServiceListener;
-Landroid/bluetooth/BluetoothHealth;->registerAppConfiguration(Ljava/lang/String;IIILandroid/bluetooth/BluetoothHealthCallback;)Z
-Landroid/bluetooth/BluetoothHealth;->TAG:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHealth;->VDBG:Z
-Landroid/bluetooth/BluetoothHealthAppConfiguration;-><init>(Ljava/lang/String;I)V
-Landroid/bluetooth/BluetoothHealthAppConfiguration;-><init>(Ljava/lang/String;III)V
-Landroid/bluetooth/BluetoothHealthAppConfiguration;->getChannelType()I
-Landroid/bluetooth/BluetoothHealthAppConfiguration;->mChannelType:I
-Landroid/bluetooth/BluetoothHealthAppConfiguration;->mDataType:I
-Landroid/bluetooth/BluetoothHealthAppConfiguration;->mName:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHealthAppConfiguration;->mRole:I
-Landroid/bluetooth/BluetoothHealthCallback;->TAG:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHearingAid;-><init>(Landroid/content/Context;Landroid/bluetooth/BluetoothProfile$ServiceListener;)V
-Landroid/bluetooth/BluetoothHearingAid;->ACTION_CONNECTION_STATE_CHANGED:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHearingAid;->ACTION_PLAYING_STATE_CHANGED:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHearingAid;->adjustVolume(I)V
-Landroid/bluetooth/BluetoothHearingAid;->close()V
-Landroid/bluetooth/BluetoothHearingAid;->connect(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/BluetoothHearingAid;->DBG:Z
-Landroid/bluetooth/BluetoothHearingAid;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/BluetoothHearingAid;->doBind()V
-Landroid/bluetooth/BluetoothHearingAid;->getDeviceMode(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/BluetoothHearingAid;->getDeviceSide(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/BluetoothHearingAid;->getHiSyncId(Landroid/bluetooth/BluetoothDevice;)J
-Landroid/bluetooth/BluetoothHearingAid;->getPriority(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/BluetoothHearingAid;->getVolume()I
-Landroid/bluetooth/BluetoothHearingAid;->HI_SYNC_ID_INVALID:J
-Landroid/bluetooth/BluetoothHearingAid;->isEnabled()Z
-Landroid/bluetooth/BluetoothHearingAid;->isValidDevice(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/BluetoothHearingAid;->log(Ljava/lang/String;)V
-Landroid/bluetooth/BluetoothHearingAid;->mAdapter:Landroid/bluetooth/BluetoothAdapter;
-Landroid/bluetooth/BluetoothHearingAid;->mBluetoothStateChangeCallback:Landroid/bluetooth/IBluetoothStateChangeCallback;
-Landroid/bluetooth/BluetoothHearingAid;->mConnection:Landroid/content/ServiceConnection;
-Landroid/bluetooth/BluetoothHearingAid;->mContext:Landroid/content/Context;
-Landroid/bluetooth/BluetoothHearingAid;->MODE_BINAURAL:I
-Landroid/bluetooth/BluetoothHearingAid;->MODE_MONAURAL:I
-Landroid/bluetooth/BluetoothHearingAid;->mService:Landroid/bluetooth/IBluetoothHearingAid;
-Landroid/bluetooth/BluetoothHearingAid;->mServiceListener:Landroid/bluetooth/BluetoothProfile$ServiceListener;
-Landroid/bluetooth/BluetoothHearingAid;->mServiceLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock;
-Landroid/bluetooth/BluetoothHearingAid;->setPriority(Landroid/bluetooth/BluetoothDevice;I)Z
-Landroid/bluetooth/BluetoothHearingAid;->setVolume(I)V
-Landroid/bluetooth/BluetoothHearingAid;->SIDE_LEFT:I
-Landroid/bluetooth/BluetoothHearingAid;->SIDE_RIGHT:I
-Landroid/bluetooth/BluetoothHearingAid;->stateToString(I)Ljava/lang/String;
-Landroid/bluetooth/BluetoothHearingAid;->STATE_NOT_PLAYING:I
-Landroid/bluetooth/BluetoothHearingAid;->STATE_PLAYING:I
-Landroid/bluetooth/BluetoothHearingAid;->TAG:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHearingAid;->VDBG:Z
-Landroid/bluetooth/BluetoothHidDevice$Callback;->TAG:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHidDevice$CallbackWrapper;-><init>(Ljava/util/concurrent/Executor;Landroid/bluetooth/BluetoothHidDevice$Callback;)V
-Landroid/bluetooth/BluetoothHidDevice$CallbackWrapper;->mCallback:Landroid/bluetooth/BluetoothHidDevice$Callback;
-Landroid/bluetooth/BluetoothHidDevice$CallbackWrapper;->mExecutor:Ljava/util/concurrent/Executor;
-Landroid/bluetooth/BluetoothHidDevice$CallbackWrapper;->onAppStatusChanged(Landroid/bluetooth/BluetoothDevice;Z)V
-Landroid/bluetooth/BluetoothHidDevice$CallbackWrapper;->onConnectionStateChanged(Landroid/bluetooth/BluetoothDevice;I)V
-Landroid/bluetooth/BluetoothHidDevice$CallbackWrapper;->onGetReport(Landroid/bluetooth/BluetoothDevice;BBI)V
-Landroid/bluetooth/BluetoothHidDevice$CallbackWrapper;->onInterruptData(Landroid/bluetooth/BluetoothDevice;B[B)V
-Landroid/bluetooth/BluetoothHidDevice$CallbackWrapper;->onSetProtocol(Landroid/bluetooth/BluetoothDevice;B)V
-Landroid/bluetooth/BluetoothHidDevice$CallbackWrapper;->onSetReport(Landroid/bluetooth/BluetoothDevice;BB[B)V
-Landroid/bluetooth/BluetoothHidDevice$CallbackWrapper;->onVirtualCableUnplug(Landroid/bluetooth/BluetoothDevice;)V
-Landroid/bluetooth/BluetoothHidDevice;-><init>(Landroid/content/Context;Landroid/bluetooth/BluetoothProfile$ServiceListener;)V
-Landroid/bluetooth/BluetoothHidDevice;->close()V
-Landroid/bluetooth/BluetoothHidDevice;->doBind()Z
-Landroid/bluetooth/BluetoothHidDevice;->doUnbind()V
-Landroid/bluetooth/BluetoothHidDevice;->getUserAppName()Ljava/lang/String;
-Landroid/bluetooth/BluetoothHidDevice;->mAdapter:Landroid/bluetooth/BluetoothAdapter;
-Landroid/bluetooth/BluetoothHidDevice;->mBluetoothStateChangeCallback:Landroid/bluetooth/IBluetoothStateChangeCallback;
-Landroid/bluetooth/BluetoothHidDevice;->mConnection:Landroid/content/ServiceConnection;
-Landroid/bluetooth/BluetoothHidDevice;->mContext:Landroid/content/Context;
-Landroid/bluetooth/BluetoothHidDevice;->mService:Landroid/bluetooth/IBluetoothHidDevice;
-Landroid/bluetooth/BluetoothHidDevice;->mServiceListener:Landroid/bluetooth/BluetoothProfile$ServiceListener;
-Landroid/bluetooth/BluetoothHidDevice;->TAG:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;->mDelayVariation:I
-Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;->mLatency:I
-Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;->mPeakBandwidth:I
-Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;->mServiceType:I
-Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;->mTokenBucketSize:I
-Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;->mTokenRate:I
-Landroid/bluetooth/BluetoothHidDeviceAppSdpSettings;->mDescription:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHidDeviceAppSdpSettings;->mDescriptors:[B
-Landroid/bluetooth/BluetoothHidDeviceAppSdpSettings;->mName:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHidDeviceAppSdpSettings;->mProvider:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHidDeviceAppSdpSettings;->mSubclass:B
-Landroid/bluetooth/BluetoothHidHost;-><init>(Landroid/content/Context;Landroid/bluetooth/BluetoothProfile$ServiceListener;)V
-Landroid/bluetooth/BluetoothHidHost;->ACTION_CONNECTION_STATE_CHANGED:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHidHost;->ACTION_HANDSHAKE:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHidHost;->ACTION_IDLE_TIME_CHANGED:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHidHost;->ACTION_PROTOCOL_MODE_CHANGED:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHidHost;->ACTION_REPORT:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHidHost;->ACTION_VIRTUAL_UNPLUG_STATUS:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHidHost;->close()V
-Landroid/bluetooth/BluetoothHidHost;->connect(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/BluetoothHidHost;->DBG:Z
-Landroid/bluetooth/BluetoothHidHost;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/BluetoothHidHost;->doBind()Z
-Landroid/bluetooth/BluetoothHidHost;->EXTRA_IDLE_TIME:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHidHost;->EXTRA_PROTOCOL_MODE:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHidHost;->EXTRA_REPORT:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHidHost;->EXTRA_REPORT_BUFFER_SIZE:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHidHost;->EXTRA_REPORT_ID:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHidHost;->EXTRA_REPORT_TYPE:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHidHost;->EXTRA_STATUS:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHidHost;->EXTRA_VIRTUAL_UNPLUG_STATUS:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHidHost;->getIdleTime(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/BluetoothHidHost;->getPriority(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/BluetoothHidHost;->getProtocolMode(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/BluetoothHidHost;->getReport(Landroid/bluetooth/BluetoothDevice;BBI)Z
-Landroid/bluetooth/BluetoothHidHost;->INPUT_CONNECT_FAILED_ALREADY_CONNECTED:I
-Landroid/bluetooth/BluetoothHidHost;->INPUT_CONNECT_FAILED_ATTEMPT_FAILED:I
-Landroid/bluetooth/BluetoothHidHost;->INPUT_DISCONNECT_FAILED_NOT_CONNECTED:I
-Landroid/bluetooth/BluetoothHidHost;->INPUT_OPERATION_GENERIC_FAILURE:I
-Landroid/bluetooth/BluetoothHidHost;->INPUT_OPERATION_SUCCESS:I
-Landroid/bluetooth/BluetoothHidHost;->isEnabled()Z
-Landroid/bluetooth/BluetoothHidHost;->isValidDevice(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/BluetoothHidHost;->log(Ljava/lang/String;)V
-Landroid/bluetooth/BluetoothHidHost;->mAdapter:Landroid/bluetooth/BluetoothAdapter;
-Landroid/bluetooth/BluetoothHidHost;->mBluetoothStateChangeCallback:Landroid/bluetooth/IBluetoothStateChangeCallback;
-Landroid/bluetooth/BluetoothHidHost;->mConnection:Landroid/content/ServiceConnection;
-Landroid/bluetooth/BluetoothHidHost;->mContext:Landroid/content/Context;
-Landroid/bluetooth/BluetoothHidHost;->mService:Landroid/bluetooth/IBluetoothHidHost;
-Landroid/bluetooth/BluetoothHidHost;->mServiceListener:Landroid/bluetooth/BluetoothProfile$ServiceListener;
-Landroid/bluetooth/BluetoothHidHost;->PROTOCOL_BOOT_MODE:I
-Landroid/bluetooth/BluetoothHidHost;->PROTOCOL_REPORT_MODE:I
-Landroid/bluetooth/BluetoothHidHost;->PROTOCOL_UNSUPPORTED_MODE:I
-Landroid/bluetooth/BluetoothHidHost;->REPORT_TYPE_FEATURE:B
-Landroid/bluetooth/BluetoothHidHost;->REPORT_TYPE_INPUT:B
-Landroid/bluetooth/BluetoothHidHost;->REPORT_TYPE_OUTPUT:B
-Landroid/bluetooth/BluetoothHidHost;->sendData(Landroid/bluetooth/BluetoothDevice;Ljava/lang/String;)Z
-Landroid/bluetooth/BluetoothHidHost;->setIdleTime(Landroid/bluetooth/BluetoothDevice;B)Z
-Landroid/bluetooth/BluetoothHidHost;->setPriority(Landroid/bluetooth/BluetoothDevice;I)Z
-Landroid/bluetooth/BluetoothHidHost;->setProtocolMode(Landroid/bluetooth/BluetoothDevice;I)Z
-Landroid/bluetooth/BluetoothHidHost;->setReport(Landroid/bluetooth/BluetoothDevice;BLjava/lang/String;)Z
-Landroid/bluetooth/BluetoothHidHost;->TAG:Ljava/lang/String;
-Landroid/bluetooth/BluetoothHidHost;->VDBG:Z
-Landroid/bluetooth/BluetoothHidHost;->virtualUnplug(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/BluetoothHidHost;->VIRTUAL_UNPLUG_STATUS_FAIL:I
-Landroid/bluetooth/BluetoothHidHost;->VIRTUAL_UNPLUG_STATUS_SUCCESS:I
-Landroid/bluetooth/BluetoothInputStream;-><init>(Landroid/bluetooth/BluetoothSocket;)V
-Landroid/bluetooth/BluetoothInputStream;->mSocket:Landroid/bluetooth/BluetoothSocket;
-Landroid/bluetooth/BluetoothManager;-><init>(Landroid/content/Context;)V
-Landroid/bluetooth/BluetoothManager;->DBG:Z
-Landroid/bluetooth/BluetoothManager;->mAdapter:Landroid/bluetooth/BluetoothAdapter;
-Landroid/bluetooth/BluetoothManager;->openGattServer(Landroid/content/Context;Landroid/bluetooth/BluetoothGattServerCallback;I)Landroid/bluetooth/BluetoothGattServer;
-Landroid/bluetooth/BluetoothManager;->TAG:Ljava/lang/String;
-Landroid/bluetooth/BluetoothManager;->VDBG:Z
-Landroid/bluetooth/BluetoothMap;-><init>(Landroid/content/Context;Landroid/bluetooth/BluetoothProfile$ServiceListener;)V
-Landroid/bluetooth/BluetoothMap;->ACTION_CONNECTION_STATE_CHANGED:Ljava/lang/String;
-Landroid/bluetooth/BluetoothMap;->close()V
-Landroid/bluetooth/BluetoothMap;->connect(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/BluetoothMap;->DBG:Z
-Landroid/bluetooth/BluetoothMap;->doBind()Z
-Landroid/bluetooth/BluetoothMap;->doesClassMatchSink(Landroid/bluetooth/BluetoothClass;)Z
-Landroid/bluetooth/BluetoothMap;->getClient()Landroid/bluetooth/BluetoothDevice;
-Landroid/bluetooth/BluetoothMap;->getPriority(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/BluetoothMap;->getState()I
-Landroid/bluetooth/BluetoothMap;->isConnected(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/BluetoothMap;->isEnabled()Z
-Landroid/bluetooth/BluetoothMap;->isValidDevice(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/BluetoothMap;->log(Ljava/lang/String;)V
-Landroid/bluetooth/BluetoothMap;->mAdapter:Landroid/bluetooth/BluetoothAdapter;
-Landroid/bluetooth/BluetoothMap;->mBluetoothStateChangeCallback:Landroid/bluetooth/IBluetoothStateChangeCallback;
-Landroid/bluetooth/BluetoothMap;->mConnection:Landroid/content/ServiceConnection;
-Landroid/bluetooth/BluetoothMap;->mContext:Landroid/content/Context;
-Landroid/bluetooth/BluetoothMap;->mService:Landroid/bluetooth/IBluetoothMap;
-Landroid/bluetooth/BluetoothMap;->mServiceListener:Landroid/bluetooth/BluetoothProfile$ServiceListener;
-Landroid/bluetooth/BluetoothMap;->RESULT_CANCELED:I
-Landroid/bluetooth/BluetoothMap;->RESULT_FAILURE:I
-Landroid/bluetooth/BluetoothMap;->RESULT_SUCCESS:I
-Landroid/bluetooth/BluetoothMap;->setPriority(Landroid/bluetooth/BluetoothDevice;I)Z
-Landroid/bluetooth/BluetoothMap;->STATE_ERROR:I
-Landroid/bluetooth/BluetoothMap;->TAG:Ljava/lang/String;
-Landroid/bluetooth/BluetoothMap;->VDBG:Z
-Landroid/bluetooth/BluetoothMapClient;-><init>(Landroid/content/Context;Landroid/bluetooth/BluetoothProfile$ServiceListener;)V
-Landroid/bluetooth/BluetoothMapClient;->ACTION_CONNECTION_STATE_CHANGED:Ljava/lang/String;
-Landroid/bluetooth/BluetoothMapClient;->ACTION_MESSAGE_DELIVERED_SUCCESSFULLY:Ljava/lang/String;
-Landroid/bluetooth/BluetoothMapClient;->ACTION_MESSAGE_RECEIVED:Ljava/lang/String;
-Landroid/bluetooth/BluetoothMapClient;->ACTION_MESSAGE_SENT_SUCCESSFULLY:Ljava/lang/String;
-Landroid/bluetooth/BluetoothMapClient;->close()V
-Landroid/bluetooth/BluetoothMapClient;->connect(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/BluetoothMapClient;->DBG:Z
-Landroid/bluetooth/BluetoothMapClient;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/BluetoothMapClient;->doBind()Z
-Landroid/bluetooth/BluetoothMapClient;->EXTRA_MESSAGE_HANDLE:Ljava/lang/String;
-Landroid/bluetooth/BluetoothMapClient;->EXTRA_SENDER_CONTACT_NAME:Ljava/lang/String;
-Landroid/bluetooth/BluetoothMapClient;->EXTRA_SENDER_CONTACT_URI:Ljava/lang/String;
-Landroid/bluetooth/BluetoothMapClient;->getPriority(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/BluetoothMapClient;->getUnreadMessages(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/BluetoothMapClient;->isConnected(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/BluetoothMapClient;->isEnabled()Z
-Landroid/bluetooth/BluetoothMapClient;->isValidDevice(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/BluetoothMapClient;->mAdapter:Landroid/bluetooth/BluetoothAdapter;
-Landroid/bluetooth/BluetoothMapClient;->mBluetoothStateChangeCallback:Landroid/bluetooth/IBluetoothStateChangeCallback;
-Landroid/bluetooth/BluetoothMapClient;->mConnection:Landroid/content/ServiceConnection;
-Landroid/bluetooth/BluetoothMapClient;->mContext:Landroid/content/Context;
-Landroid/bluetooth/BluetoothMapClient;->mService:Landroid/bluetooth/IBluetoothMapClient;
-Landroid/bluetooth/BluetoothMapClient;->mServiceListener:Landroid/bluetooth/BluetoothProfile$ServiceListener;
-Landroid/bluetooth/BluetoothMapClient;->RESULT_CANCELED:I
-Landroid/bluetooth/BluetoothMapClient;->RESULT_FAILURE:I
-Landroid/bluetooth/BluetoothMapClient;->RESULT_SUCCESS:I
-Landroid/bluetooth/BluetoothMapClient;->setPriority(Landroid/bluetooth/BluetoothDevice;I)Z
-Landroid/bluetooth/BluetoothMapClient;->STATE_ERROR:I
-Landroid/bluetooth/BluetoothMapClient;->TAG:Ljava/lang/String;
-Landroid/bluetooth/BluetoothMapClient;->VDBG:Z
-Landroid/bluetooth/BluetoothMasInstance$MessageType;-><init>()V
-Landroid/bluetooth/BluetoothMasInstance$MessageType;->EMAIL:I
-Landroid/bluetooth/BluetoothMasInstance$MessageType;->MMS:I
-Landroid/bluetooth/BluetoothMasInstance$MessageType;->SMS_CDMA:I
-Landroid/bluetooth/BluetoothMasInstance$MessageType;->SMS_GSM:I
-Landroid/bluetooth/BluetoothMasInstance;-><init>(ILjava/lang/String;II)V
-Landroid/bluetooth/BluetoothMasInstance;->CREATOR:Landroid/os/Parcelable$Creator;
-Landroid/bluetooth/BluetoothMasInstance;->getChannel()I
-Landroid/bluetooth/BluetoothMasInstance;->getId()I
-Landroid/bluetooth/BluetoothMasInstance;->getMsgTypes()I
-Landroid/bluetooth/BluetoothMasInstance;->getName()Ljava/lang/String;
-Landroid/bluetooth/BluetoothMasInstance;->mChannel:I
-Landroid/bluetooth/BluetoothMasInstance;->mId:I
-Landroid/bluetooth/BluetoothMasInstance;->mMsgTypes:I
-Landroid/bluetooth/BluetoothMasInstance;->mName:Ljava/lang/String;
-Landroid/bluetooth/BluetoothMasInstance;->msgSupported(I)Z
-Landroid/bluetooth/BluetoothOutputStream;-><init>(Landroid/bluetooth/BluetoothSocket;)V
-Landroid/bluetooth/BluetoothOutputStream;->mSocket:Landroid/bluetooth/BluetoothSocket;
-Landroid/bluetooth/BluetoothPan;->ACTION_CONNECTION_STATE_CHANGED:Ljava/lang/String;
-Landroid/bluetooth/BluetoothPan;->DBG:Z
-Landroid/bluetooth/BluetoothPan;->EXTRA_LOCAL_ROLE:Ljava/lang/String;
-Landroid/bluetooth/BluetoothPan;->LOCAL_NAP_ROLE:I
-Landroid/bluetooth/BluetoothPan;->LOCAL_PANU_ROLE:I
-Landroid/bluetooth/BluetoothPan;->mAdapter:Landroid/bluetooth/BluetoothAdapter;
-Landroid/bluetooth/BluetoothPan;->mConnection:Landroid/content/ServiceConnection;
-Landroid/bluetooth/BluetoothPan;->mContext:Landroid/content/Context;
-Landroid/bluetooth/BluetoothPan;->mPanService:Landroid/bluetooth/IBluetoothPan;
-Landroid/bluetooth/BluetoothPan;->mServiceListener:Landroid/bluetooth/BluetoothProfile$ServiceListener;
-Landroid/bluetooth/BluetoothPan;->mStateChangeCallback:Landroid/bluetooth/IBluetoothStateChangeCallback;
-Landroid/bluetooth/BluetoothPan;->PAN_CONNECT_FAILED_ALREADY_CONNECTED:I
-Landroid/bluetooth/BluetoothPan;->PAN_CONNECT_FAILED_ATTEMPT_FAILED:I
-Landroid/bluetooth/BluetoothPan;->PAN_DISCONNECT_FAILED_NOT_CONNECTED:I
-Landroid/bluetooth/BluetoothPan;->PAN_OPERATION_GENERIC_FAILURE:I
-Landroid/bluetooth/BluetoothPan;->PAN_OPERATION_SUCCESS:I
-Landroid/bluetooth/BluetoothPan;->PAN_ROLE_NONE:I
-Landroid/bluetooth/BluetoothPan;->REMOTE_NAP_ROLE:I
-Landroid/bluetooth/BluetoothPan;->REMOTE_PANU_ROLE:I
-Landroid/bluetooth/BluetoothPan;->TAG:Ljava/lang/String;
-Landroid/bluetooth/BluetoothPan;->VDBG:Z
-Landroid/bluetooth/BluetoothPbap$ServiceListener;->onServiceConnected(Landroid/bluetooth/BluetoothPbap;)V
-Landroid/bluetooth/BluetoothPbap$ServiceListener;->onServiceDisconnected()V
-Landroid/bluetooth/BluetoothPbap;-><init>(Landroid/content/Context;Landroid/bluetooth/BluetoothPbap$ServiceListener;)V
-Landroid/bluetooth/BluetoothPbap;->ACTION_CONNECTION_STATE_CHANGED:Ljava/lang/String;
-Landroid/bluetooth/BluetoothPbap;->close()V
-Landroid/bluetooth/BluetoothPbap;->DBG:Z
-Landroid/bluetooth/BluetoothPbap;->doBind()Z
-Landroid/bluetooth/BluetoothPbap;->isConnected(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/BluetoothPbap;->log(Ljava/lang/String;)V
-Landroid/bluetooth/BluetoothPbap;->mAdapter:Landroid/bluetooth/BluetoothAdapter;
-Landroid/bluetooth/BluetoothPbap;->mBluetoothStateChangeCallback:Landroid/bluetooth/IBluetoothStateChangeCallback;
-Landroid/bluetooth/BluetoothPbap;->mConnection:Landroid/content/ServiceConnection;
-Landroid/bluetooth/BluetoothPbap;->mContext:Landroid/content/Context;
-Landroid/bluetooth/BluetoothPbap;->mService:Landroid/bluetooth/IBluetoothPbap;
-Landroid/bluetooth/BluetoothPbap;->mServiceListener:Landroid/bluetooth/BluetoothPbap$ServiceListener;
-Landroid/bluetooth/BluetoothPbap;->RESULT_CANCELED:I
-Landroid/bluetooth/BluetoothPbap;->RESULT_FAILURE:I
-Landroid/bluetooth/BluetoothPbap;->RESULT_SUCCESS:I
-Landroid/bluetooth/BluetoothPbap;->TAG:Ljava/lang/String;
-Landroid/bluetooth/BluetoothPbapClient;-><init>(Landroid/content/Context;Landroid/bluetooth/BluetoothProfile$ServiceListener;)V
-Landroid/bluetooth/BluetoothPbapClient;->ACTION_CONNECTION_STATE_CHANGED:Ljava/lang/String;
-Landroid/bluetooth/BluetoothPbapClient;->close()V
-Landroid/bluetooth/BluetoothPbapClient;->connect(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/BluetoothPbapClient;->DBG:Z
-Landroid/bluetooth/BluetoothPbapClient;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/BluetoothPbapClient;->doBind()Z
-Landroid/bluetooth/BluetoothPbapClient;->getPriority(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/BluetoothPbapClient;->isEnabled()Z
-Landroid/bluetooth/BluetoothPbapClient;->isValidDevice(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/BluetoothPbapClient;->log(Ljava/lang/String;)V
-Landroid/bluetooth/BluetoothPbapClient;->mAdapter:Landroid/bluetooth/BluetoothAdapter;
-Landroid/bluetooth/BluetoothPbapClient;->mBluetoothStateChangeCallback:Landroid/bluetooth/IBluetoothStateChangeCallback;
-Landroid/bluetooth/BluetoothPbapClient;->mConnection:Landroid/content/ServiceConnection;
-Landroid/bluetooth/BluetoothPbapClient;->mContext:Landroid/content/Context;
-Landroid/bluetooth/BluetoothPbapClient;->mService:Landroid/bluetooth/IBluetoothPbapClient;
-Landroid/bluetooth/BluetoothPbapClient;->mServiceListener:Landroid/bluetooth/BluetoothProfile$ServiceListener;
-Landroid/bluetooth/BluetoothPbapClient;->RESULT_CANCELED:I
-Landroid/bluetooth/BluetoothPbapClient;->RESULT_FAILURE:I
-Landroid/bluetooth/BluetoothPbapClient;->RESULT_SUCCESS:I
-Landroid/bluetooth/BluetoothPbapClient;->setPriority(Landroid/bluetooth/BluetoothDevice;I)Z
-Landroid/bluetooth/BluetoothPbapClient;->STATE_ERROR:I
-Landroid/bluetooth/BluetoothPbapClient;->TAG:Ljava/lang/String;
-Landroid/bluetooth/BluetoothPbapClient;->VDBG:Z
-Landroid/bluetooth/BluetoothProfile;->AVRCP:I
-Landroid/bluetooth/BluetoothProfile;->getConnectionStateName(I)Ljava/lang/String;
-Landroid/bluetooth/BluetoothProfile;->HEADSET_CLIENT:I
-Landroid/bluetooth/BluetoothProfile;->HEARING_AID:I
-Landroid/bluetooth/BluetoothProfile;->HID_HOST:I
-Landroid/bluetooth/BluetoothProfile;->MAP:I
-Landroid/bluetooth/BluetoothProfile;->MAP_CLIENT:I
-Landroid/bluetooth/BluetoothProfile;->MAX_PROFILE_ID:I
-Landroid/bluetooth/BluetoothProfile;->OPP:I
-Landroid/bluetooth/BluetoothProfile;->PBAP:I
-Landroid/bluetooth/BluetoothProfile;->PBAP_CLIENT:I
-Landroid/bluetooth/BluetoothProtoEnums;-><init>()V
-Landroid/bluetooth/BluetoothProtoEnums;->CONNECTION_STATE_CONNECTED:I
-Landroid/bluetooth/BluetoothProtoEnums;->CONNECTION_STATE_CONNECTING:I
-Landroid/bluetooth/BluetoothProtoEnums;->CONNECTION_STATE_DISCONNECTED:I
-Landroid/bluetooth/BluetoothProtoEnums;->CONNECTION_STATE_DISCONNECTING:I
-Landroid/bluetooth/BluetoothProtoEnums;->ENABLE_DISABLE_REASON_AIRPLANE_MODE:I
-Landroid/bluetooth/BluetoothProtoEnums;->ENABLE_DISABLE_REASON_APPLICATION_REQUEST:I
-Landroid/bluetooth/BluetoothProtoEnums;->ENABLE_DISABLE_REASON_CRASH:I
-Landroid/bluetooth/BluetoothProtoEnums;->ENABLE_DISABLE_REASON_DISALLOWED:I
-Landroid/bluetooth/BluetoothProtoEnums;->ENABLE_DISABLE_REASON_RESTARTED:I
-Landroid/bluetooth/BluetoothProtoEnums;->ENABLE_DISABLE_REASON_RESTORE_USER_SETTING:I
-Landroid/bluetooth/BluetoothProtoEnums;->ENABLE_DISABLE_REASON_START_ERROR:I
-Landroid/bluetooth/BluetoothProtoEnums;->ENABLE_DISABLE_REASON_SYSTEM_BOOT:I
-Landroid/bluetooth/BluetoothProtoEnums;->ENABLE_DISABLE_REASON_UNSPECIFIED:I
-Landroid/bluetooth/BluetoothProtoEnums;->ENABLE_DISABLE_REASON_USER_SWITCH:I
-Landroid/bluetooth/BluetoothSap;-><init>(Landroid/content/Context;Landroid/bluetooth/BluetoothProfile$ServiceListener;)V
-Landroid/bluetooth/BluetoothSap;->ACTION_CONNECTION_STATE_CHANGED:Ljava/lang/String;
-Landroid/bluetooth/BluetoothSap;->close()V
-Landroid/bluetooth/BluetoothSap;->connect(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/BluetoothSap;->DBG:Z
-Landroid/bluetooth/BluetoothSap;->doBind()Z
-Landroid/bluetooth/BluetoothSap;->getClient()Landroid/bluetooth/BluetoothDevice;
-Landroid/bluetooth/BluetoothSap;->getPriority(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/BluetoothSap;->getState()I
-Landroid/bluetooth/BluetoothSap;->isConnected(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/BluetoothSap;->isEnabled()Z
-Landroid/bluetooth/BluetoothSap;->isValidDevice(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/BluetoothSap;->log(Ljava/lang/String;)V
-Landroid/bluetooth/BluetoothSap;->mAdapter:Landroid/bluetooth/BluetoothAdapter;
-Landroid/bluetooth/BluetoothSap;->mBluetoothStateChangeCallback:Landroid/bluetooth/IBluetoothStateChangeCallback;
-Landroid/bluetooth/BluetoothSap;->mConnection:Landroid/content/ServiceConnection;
-Landroid/bluetooth/BluetoothSap;->mContext:Landroid/content/Context;
-Landroid/bluetooth/BluetoothSap;->mService:Landroid/bluetooth/IBluetoothSap;
-Landroid/bluetooth/BluetoothSap;->mServiceListener:Landroid/bluetooth/BluetoothProfile$ServiceListener;
-Landroid/bluetooth/BluetoothSap;->RESULT_CANCELED:I
-Landroid/bluetooth/BluetoothSap;->RESULT_SUCCESS:I
-Landroid/bluetooth/BluetoothSap;->setPriority(Landroid/bluetooth/BluetoothDevice;I)Z
-Landroid/bluetooth/BluetoothSap;->STATE_ERROR:I
-Landroid/bluetooth/BluetoothSap;->TAG:Ljava/lang/String;
-Landroid/bluetooth/BluetoothSap;->VDBG:Z
-Landroid/bluetooth/BluetoothServerSocket;-><init>(IZZI)V
-Landroid/bluetooth/BluetoothServerSocket;-><init>(IZZIZZ)V
-Landroid/bluetooth/BluetoothServerSocket;-><init>(IZZLandroid/os/ParcelUuid;)V
-Landroid/bluetooth/BluetoothServerSocket;->DBG:Z
-Landroid/bluetooth/BluetoothServerSocket;->getChannel()I
-Landroid/bluetooth/BluetoothServerSocket;->getPsm()I
-Landroid/bluetooth/BluetoothServerSocket;->mChannel:I
-Landroid/bluetooth/BluetoothServerSocket;->mHandler:Landroid/os/Handler;
-Landroid/bluetooth/BluetoothServerSocket;->mMessage:I
-Landroid/bluetooth/BluetoothServerSocket;->setChannel(I)V
-Landroid/bluetooth/BluetoothServerSocket;->setCloseHandler(Landroid/os/Handler;I)V
-Landroid/bluetooth/BluetoothServerSocket;->setServiceName(Ljava/lang/String;)V
-Landroid/bluetooth/BluetoothServerSocket;->TAG:Ljava/lang/String;
-Landroid/bluetooth/BluetoothSocket$SocketState;->CLOSED:Landroid/bluetooth/BluetoothSocket$SocketState;
-Landroid/bluetooth/BluetoothSocket$SocketState;->CONNECTED:Landroid/bluetooth/BluetoothSocket$SocketState;
-Landroid/bluetooth/BluetoothSocket$SocketState;->INIT:Landroid/bluetooth/BluetoothSocket$SocketState;
-Landroid/bluetooth/BluetoothSocket$SocketState;->LISTENING:Landroid/bluetooth/BluetoothSocket$SocketState;
-Landroid/bluetooth/BluetoothSocket$SocketState;->valueOf(Ljava/lang/String;)Landroid/bluetooth/BluetoothSocket$SocketState;
-Landroid/bluetooth/BluetoothSocket$SocketState;->values()[Landroid/bluetooth/BluetoothSocket$SocketState;
-Landroid/bluetooth/BluetoothSocket;-><init>(IIZZLandroid/bluetooth/BluetoothDevice;ILandroid/os/ParcelUuid;)V
-Landroid/bluetooth/BluetoothSocket;-><init>(IIZZLandroid/bluetooth/BluetoothDevice;ILandroid/os/ParcelUuid;ZZ)V
-Landroid/bluetooth/BluetoothSocket;-><init>(IIZZLjava/lang/String;I)V
-Landroid/bluetooth/BluetoothSocket;-><init>(Landroid/bluetooth/BluetoothSocket;)V
-Landroid/bluetooth/BluetoothSocket;->accept(I)Landroid/bluetooth/BluetoothSocket;
-Landroid/bluetooth/BluetoothSocket;->acceptSocket(Ljava/lang/String;)Landroid/bluetooth/BluetoothSocket;
-Landroid/bluetooth/BluetoothSocket;->available()I
-Landroid/bluetooth/BluetoothSocket;->bindListen()I
-Landroid/bluetooth/BluetoothSocket;->BTSOCK_FLAG_NO_SDP:I
-Landroid/bluetooth/BluetoothSocket;->convertAddr([B)Ljava/lang/String;
-Landroid/bluetooth/BluetoothSocket;->createL2capRxBuffer()V
-Landroid/bluetooth/BluetoothSocket;->DBG:Z
-Landroid/bluetooth/BluetoothSocket;->EBADFD:I
-Landroid/bluetooth/BluetoothSocket;->fillL2capRxBuffer()I
-Landroid/bluetooth/BluetoothSocket;->getPort()I
-Landroid/bluetooth/BluetoothSocket;->getSecurityFlags()I
-Landroid/bluetooth/BluetoothSocket;->mAddress:Ljava/lang/String;
-Landroid/bluetooth/BluetoothSocket;->mAuth:Z
-Landroid/bluetooth/BluetoothSocket;->mAuthMitm:Z
-Landroid/bluetooth/BluetoothSocket;->MAX_L2CAP_PACKAGE_SIZE:I
-Landroid/bluetooth/BluetoothSocket;->MAX_RFCOMM_CHANNEL:I
-Landroid/bluetooth/BluetoothSocket;->mDevice:Landroid/bluetooth/BluetoothDevice;
-Landroid/bluetooth/BluetoothSocket;->mEncrypt:Z
-Landroid/bluetooth/BluetoothSocket;->mExcludeSdp:Z
-Landroid/bluetooth/BluetoothSocket;->mFd:I
-Landroid/bluetooth/BluetoothSocket;->mInputStream:Landroid/bluetooth/BluetoothInputStream;
-Landroid/bluetooth/BluetoothSocket;->mL2capBuffer:Ljava/nio/ByteBuffer;
-Landroid/bluetooth/BluetoothSocket;->mMaxRxPacketSize:I
-Landroid/bluetooth/BluetoothSocket;->mMaxTxPacketSize:I
-Landroid/bluetooth/BluetoothSocket;->mMin16DigitPin:Z
-Landroid/bluetooth/BluetoothSocket;->mOutputStream:Landroid/bluetooth/BluetoothOutputStream;
-Landroid/bluetooth/BluetoothSocket;->mServiceName:Ljava/lang/String;
-Landroid/bluetooth/BluetoothSocket;->mSocketIS:Ljava/io/InputStream;
-Landroid/bluetooth/BluetoothSocket;->mSocketOS:Ljava/io/OutputStream;
-Landroid/bluetooth/BluetoothSocket;->mSocketState:Landroid/bluetooth/BluetoothSocket$SocketState;
-Landroid/bluetooth/BluetoothSocket;->mType:I
-Landroid/bluetooth/BluetoothSocket;->mUuid:Landroid/os/ParcelUuid;
-Landroid/bluetooth/BluetoothSocket;->PROXY_CONNECTION_TIMEOUT:I
-Landroid/bluetooth/BluetoothSocket;->read([BII)I
-Landroid/bluetooth/BluetoothSocket;->readAll(Ljava/io/InputStream;[B)I
-Landroid/bluetooth/BluetoothSocket;->readInt(Ljava/io/InputStream;)I
-Landroid/bluetooth/BluetoothSocket;->removeChannel()V
-Landroid/bluetooth/BluetoothSocket;->requestMaximumTxDataLength()V
-Landroid/bluetooth/BluetoothSocket;->SEC_FLAG_AUTH:I
-Landroid/bluetooth/BluetoothSocket;->SEC_FLAG_AUTH_16_DIGIT:I
-Landroid/bluetooth/BluetoothSocket;->SEC_FLAG_AUTH_MITM:I
-Landroid/bluetooth/BluetoothSocket;->SEC_FLAG_ENCRYPT:I
-Landroid/bluetooth/BluetoothSocket;->setExcludeSdp(Z)V
-Landroid/bluetooth/BluetoothSocket;->setServiceName(Ljava/lang/String;)V
-Landroid/bluetooth/BluetoothSocket;->SOCK_SIGNAL_SIZE:I
-Landroid/bluetooth/BluetoothSocket;->TAG:Ljava/lang/String;
-Landroid/bluetooth/BluetoothSocket;->TYPE_L2CAP_BREDR:I
-Landroid/bluetooth/BluetoothSocket;->TYPE_L2CAP_LE:I
-Landroid/bluetooth/BluetoothSocket;->VDBG:Z
-Landroid/bluetooth/BluetoothSocket;->waitSocketSignal(Ljava/io/InputStream;)Ljava/lang/String;
-Landroid/bluetooth/BluetoothSocket;->write([BII)I
-Landroid/bluetooth/BluetoothUuid;-><init>()V
-Landroid/bluetooth/BluetoothUuid;->AudioSource:Landroid/os/ParcelUuid;
-Landroid/bluetooth/BluetoothUuid;->AvrcpController:Landroid/os/ParcelUuid;
-Landroid/bluetooth/BluetoothUuid;->AvrcpTarget:Landroid/os/ParcelUuid;
-Landroid/bluetooth/BluetoothUuid;->BASE_UUID:Landroid/os/ParcelUuid;
-Landroid/bluetooth/BluetoothUuid;->BNEP:Landroid/os/ParcelUuid;
-Landroid/bluetooth/BluetoothUuid;->containsAllUuids([Landroid/os/ParcelUuid;[Landroid/os/ParcelUuid;)Z
-Landroid/bluetooth/BluetoothUuid;->getServiceIdentifierFromParcelUuid(Landroid/os/ParcelUuid;)I
-Landroid/bluetooth/BluetoothUuid;->Handsfree_AG:Landroid/os/ParcelUuid;
-Landroid/bluetooth/BluetoothUuid;->HearingAid:Landroid/os/ParcelUuid;
-Landroid/bluetooth/BluetoothUuid;->Hid:Landroid/os/ParcelUuid;
-Landroid/bluetooth/BluetoothUuid;->HSP_AG:Landroid/os/ParcelUuid;
-Landroid/bluetooth/BluetoothUuid;->isAudioSink(Landroid/os/ParcelUuid;)Z
-Landroid/bluetooth/BluetoothUuid;->isAvrcpController(Landroid/os/ParcelUuid;)Z
-Landroid/bluetooth/BluetoothUuid;->isBnep(Landroid/os/ParcelUuid;)Z
-Landroid/bluetooth/BluetoothUuid;->isHandsfree(Landroid/os/ParcelUuid;)Z
-Landroid/bluetooth/BluetoothUuid;->isHeadset(Landroid/os/ParcelUuid;)Z
-Landroid/bluetooth/BluetoothUuid;->isInputDevice(Landroid/os/ParcelUuid;)Z
-Landroid/bluetooth/BluetoothUuid;->isMap(Landroid/os/ParcelUuid;)Z
-Landroid/bluetooth/BluetoothUuid;->isMas(Landroid/os/ParcelUuid;)Z
-Landroid/bluetooth/BluetoothUuid;->isMns(Landroid/os/ParcelUuid;)Z
-Landroid/bluetooth/BluetoothUuid;->isNap(Landroid/os/ParcelUuid;)Z
-Landroid/bluetooth/BluetoothUuid;->isPanu(Landroid/os/ParcelUuid;)Z
-Landroid/bluetooth/BluetoothUuid;->isSap(Landroid/os/ParcelUuid;)Z
-Landroid/bluetooth/BluetoothUuid;->MAP:Landroid/os/ParcelUuid;
-Landroid/bluetooth/BluetoothUuid;->MAS:Landroid/os/ParcelUuid;
-Landroid/bluetooth/BluetoothUuid;->MNS:Landroid/os/ParcelUuid;
-Landroid/bluetooth/BluetoothUuid;->PANU:Landroid/os/ParcelUuid;
-Landroid/bluetooth/BluetoothUuid;->parseUuidFrom([B)Landroid/os/ParcelUuid;
-Landroid/bluetooth/BluetoothUuid;->PBAP_PCE:Landroid/os/ParcelUuid;
-Landroid/bluetooth/BluetoothUuid;->SAP:Landroid/os/ParcelUuid;
-Landroid/bluetooth/BluetoothUuid;->uuidToBytes(Landroid/os/ParcelUuid;)[B
-Landroid/bluetooth/BluetoothUuid;->UUID_BYTES_128_BIT:I
-Landroid/bluetooth/BluetoothUuid;->UUID_BYTES_16_BIT:I
-Landroid/bluetooth/BluetoothUuid;->UUID_BYTES_32_BIT:I
-Landroid/bluetooth/IBluetooth$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->cancelBondProcess(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->cancelDiscovery()Z
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->createBond(Landroid/bluetooth/BluetoothDevice;I)Z
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->createBondOutOfBand(Landroid/bluetooth/BluetoothDevice;ILandroid/bluetooth/OobData;)Z
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->disable()Z
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->enable()Z
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->enableNoAutoConnect()Z
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->factoryReset()Z
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->fetchRemoteUuids(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->getAdapterConnectionState()I
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->getBatteryLevel(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->getBluetoothClass()Landroid/bluetooth/BluetoothClass;
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->getBondedDevices()[Landroid/bluetooth/BluetoothDevice;
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->getBondState(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->getDiscoverableTimeout()I
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->getDiscoveryEndMillis()J
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->getLeMaximumAdvertisingDataLength()I
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->getMaxConnectedAudioDevices()I
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->getMessageAccessPermission(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->getName()Ljava/lang/String;
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->getPhonebookAccessPermission(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->getProfileConnectionState(I)I
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->getRemoteAlias(Landroid/bluetooth/BluetoothDevice;)Ljava/lang/String;
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->getRemoteClass(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->getRemoteName(Landroid/bluetooth/BluetoothDevice;)Ljava/lang/String;
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->getRemoteType(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->getRemoteUuids(Landroid/bluetooth/BluetoothDevice;)[Landroid/os/ParcelUuid;
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->getScanMode()I
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->getSimAccessPermission(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->getSocketManager()Landroid/bluetooth/IBluetoothSocketManager;
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->getState()I
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->getSupportedProfiles()J
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->getUuids()[Landroid/os/ParcelUuid;
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->isActivityAndEnergyReportingSupported()Z
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->isBondingInitiatedLocally(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->isDiscovering()Z
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->isEnabled()Z
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->isLe2MPhySupported()Z
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->isLeCodedPhySupported()Z
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->isLeExtendedAdvertisingSupported()Z
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->isLePeriodicAdvertisingSupported()Z
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->isMultiAdvertisementSupported()Z
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->isOffloadedFilteringSupported()Z
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->isOffloadedScanBatchingSupported()Z
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->mRemote:Landroid/os/IBinder;
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->onBrEdrDown()V
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->onLeServiceUp()V
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->registerCallback(Landroid/bluetooth/IBluetoothCallback;)V
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->removeBond(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->reportActivityInfo()Landroid/bluetooth/BluetoothActivityEnergyInfo;
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->requestActivityInfo(Landroid/os/ResultReceiver;)V
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->sdpSearch(Landroid/bluetooth/BluetoothDevice;Landroid/os/ParcelUuid;)Z
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->sendConnectionStateChange(Landroid/bluetooth/BluetoothDevice;III)V
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->setBluetoothClass(Landroid/bluetooth/BluetoothClass;)Z
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->setDiscoverableTimeout(I)Z
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->setMessageAccessPermission(Landroid/bluetooth/BluetoothDevice;I)Z
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->setName(Ljava/lang/String;)Z
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->setPairingConfirmation(Landroid/bluetooth/BluetoothDevice;Z)Z
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->setPasskey(Landroid/bluetooth/BluetoothDevice;ZI[B)Z
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->setPhonebookAccessPermission(Landroid/bluetooth/BluetoothDevice;I)Z
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->setPin(Landroid/bluetooth/BluetoothDevice;ZI[B)Z
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->setRemoteAlias(Landroid/bluetooth/BluetoothDevice;Ljava/lang/String;)Z
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->setScanMode(II)Z
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->setSimAccessPermission(Landroid/bluetooth/BluetoothDevice;I)Z
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->startDiscovery()Z
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->unregisterCallback(Landroid/bluetooth/IBluetoothCallback;)V
-Landroid/bluetooth/IBluetooth$Stub;->DESCRIPTOR:Ljava/lang/String;
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_cancelBondProcess:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_cancelDiscovery:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_createBond:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_createBondOutOfBand:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_disable:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_enableNoAutoConnect:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_factoryReset:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_fetchRemoteUuids:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_getAdapterConnectionState:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_getAddress:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_getBatteryLevel:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_getBluetoothClass:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_getBondedDevices:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_getBondState:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_getConnectionState:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_getDiscoverableTimeout:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_getDiscoveryEndMillis:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_getLeMaximumAdvertisingDataLength:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_getMaxConnectedAudioDevices:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_getMessageAccessPermission:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_getName:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_getPhonebookAccessPermission:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_getProfileConnectionState:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_getRemoteAlias:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_getRemoteClass:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_getRemoteName:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_getRemoteType:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_getRemoteUuids:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_getScanMode:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_getSimAccessPermission:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_getSocketManager:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_getState:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_getSupportedProfiles:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_getUuids:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_isActivityAndEnergyReportingSupported:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_isBondingInitiatedLocally:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_isDiscovering:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_isEnabled:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_isLe2MPhySupported:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_isLeCodedPhySupported:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_isLeExtendedAdvertisingSupported:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_isLePeriodicAdvertisingSupported:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_isMultiAdvertisementSupported:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_isOffloadedFilteringSupported:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_isOffloadedScanBatchingSupported:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_onBrEdrDown:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_onLeServiceUp:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_registerCallback:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_removeBond:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_reportActivityInfo:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_requestActivityInfo:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_sdpSearch:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_sendConnectionStateChange:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_setBluetoothClass:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_setDiscoverableTimeout:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_setMessageAccessPermission:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_setName:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_setPairingConfirmation:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_setPasskey:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_setPhonebookAccessPermission:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_setPin:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_setRemoteAlias:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_setScanMode:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_setSimAccessPermission:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_startDiscovery:I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_unregisterCallback:I
-Landroid/bluetooth/IBluetooth;->cancelBondProcess(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetooth;->cancelDiscovery()Z
-Landroid/bluetooth/IBluetooth;->createBond(Landroid/bluetooth/BluetoothDevice;I)Z
-Landroid/bluetooth/IBluetooth;->createBondOutOfBand(Landroid/bluetooth/BluetoothDevice;ILandroid/bluetooth/OobData;)Z
-Landroid/bluetooth/IBluetooth;->disable()Z
-Landroid/bluetooth/IBluetooth;->enable()Z
-Landroid/bluetooth/IBluetooth;->enableNoAutoConnect()Z
-Landroid/bluetooth/IBluetooth;->factoryReset()Z
-Landroid/bluetooth/IBluetooth;->getAdapterConnectionState()I
-Landroid/bluetooth/IBluetooth;->getBatteryLevel(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetooth;->getBluetoothClass()Landroid/bluetooth/BluetoothClass;
-Landroid/bluetooth/IBluetooth;->getBondedDevices()[Landroid/bluetooth/BluetoothDevice;
-Landroid/bluetooth/IBluetooth;->getBondState(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetooth;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetooth;->getDiscoverableTimeout()I
-Landroid/bluetooth/IBluetooth;->getDiscoveryEndMillis()J
-Landroid/bluetooth/IBluetooth;->getLeMaximumAdvertisingDataLength()I
-Landroid/bluetooth/IBluetooth;->getMaxConnectedAudioDevices()I
-Landroid/bluetooth/IBluetooth;->getMessageAccessPermission(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetooth;->getName()Ljava/lang/String;
-Landroid/bluetooth/IBluetooth;->getPhonebookAccessPermission(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetooth;->getProfileConnectionState(I)I
-Landroid/bluetooth/IBluetooth;->getRemoteClass(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetooth;->getRemoteName(Landroid/bluetooth/BluetoothDevice;)Ljava/lang/String;
-Landroid/bluetooth/IBluetooth;->getRemoteType(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetooth;->getRemoteUuids(Landroid/bluetooth/BluetoothDevice;)[Landroid/os/ParcelUuid;
-Landroid/bluetooth/IBluetooth;->getScanMode()I
-Landroid/bluetooth/IBluetooth;->getSimAccessPermission(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetooth;->getSocketManager()Landroid/bluetooth/IBluetoothSocketManager;
-Landroid/bluetooth/IBluetooth;->getState()I
-Landroid/bluetooth/IBluetooth;->getSupportedProfiles()J
-Landroid/bluetooth/IBluetooth;->getUuids()[Landroid/os/ParcelUuid;
-Landroid/bluetooth/IBluetooth;->isActivityAndEnergyReportingSupported()Z
-Landroid/bluetooth/IBluetooth;->isBondingInitiatedLocally(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetooth;->isDiscovering()Z
-Landroid/bluetooth/IBluetooth;->isLe2MPhySupported()Z
-Landroid/bluetooth/IBluetooth;->isLeCodedPhySupported()Z
-Landroid/bluetooth/IBluetooth;->isLeExtendedAdvertisingSupported()Z
-Landroid/bluetooth/IBluetooth;->isLePeriodicAdvertisingSupported()Z
-Landroid/bluetooth/IBluetooth;->isMultiAdvertisementSupported()Z
-Landroid/bluetooth/IBluetooth;->isOffloadedFilteringSupported()Z
-Landroid/bluetooth/IBluetooth;->isOffloadedScanBatchingSupported()Z
-Landroid/bluetooth/IBluetooth;->onBrEdrDown()V
-Landroid/bluetooth/IBluetooth;->onLeServiceUp()V
-Landroid/bluetooth/IBluetooth;->registerCallback(Landroid/bluetooth/IBluetoothCallback;)V
-Landroid/bluetooth/IBluetooth;->removeBond(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetooth;->reportActivityInfo()Landroid/bluetooth/BluetoothActivityEnergyInfo;
-Landroid/bluetooth/IBluetooth;->requestActivityInfo(Landroid/os/ResultReceiver;)V
-Landroid/bluetooth/IBluetooth;->sdpSearch(Landroid/bluetooth/BluetoothDevice;Landroid/os/ParcelUuid;)Z
-Landroid/bluetooth/IBluetooth;->setBluetoothClass(Landroid/bluetooth/BluetoothClass;)Z
-Landroid/bluetooth/IBluetooth;->setDiscoverableTimeout(I)Z
-Landroid/bluetooth/IBluetooth;->setMessageAccessPermission(Landroid/bluetooth/BluetoothDevice;I)Z
-Landroid/bluetooth/IBluetooth;->setName(Ljava/lang/String;)Z
-Landroid/bluetooth/IBluetooth;->setPairingConfirmation(Landroid/bluetooth/BluetoothDevice;Z)Z
-Landroid/bluetooth/IBluetooth;->setPasskey(Landroid/bluetooth/BluetoothDevice;ZI[B)Z
-Landroid/bluetooth/IBluetooth;->setPhonebookAccessPermission(Landroid/bluetooth/BluetoothDevice;I)Z
-Landroid/bluetooth/IBluetooth;->setPin(Landroid/bluetooth/BluetoothDevice;ZI[B)Z
-Landroid/bluetooth/IBluetooth;->setRemoteAlias(Landroid/bluetooth/BluetoothDevice;Ljava/lang/String;)Z
-Landroid/bluetooth/IBluetooth;->setScanMode(II)Z
-Landroid/bluetooth/IBluetooth;->setSimAccessPermission(Landroid/bluetooth/BluetoothDevice;I)Z
-Landroid/bluetooth/IBluetooth;->startDiscovery()Z
-Landroid/bluetooth/IBluetooth;->unregisterCallback(Landroid/bluetooth/IBluetoothCallback;)V
-Landroid/bluetooth/IBluetoothA2dp$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
-Landroid/bluetooth/IBluetoothA2dp$Stub$Proxy;->connect(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothA2dp$Stub$Proxy;->disableOptionalCodecs(Landroid/bluetooth/BluetoothDevice;)V
-Landroid/bluetooth/IBluetoothA2dp$Stub$Proxy;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothA2dp$Stub$Proxy;->enableOptionalCodecs(Landroid/bluetooth/BluetoothDevice;)V
-Landroid/bluetooth/IBluetoothA2dp$Stub$Proxy;->getActiveDevice()Landroid/bluetooth/BluetoothDevice;
-Landroid/bluetooth/IBluetoothA2dp$Stub$Proxy;->getCodecStatus(Landroid/bluetooth/BluetoothDevice;)Landroid/bluetooth/BluetoothCodecStatus;
-Landroid/bluetooth/IBluetoothA2dp$Stub$Proxy;->getConnectedDevices()Ljava/util/List;
-Landroid/bluetooth/IBluetoothA2dp$Stub$Proxy;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetoothA2dp$Stub$Proxy;->getDevicesMatchingConnectionStates([I)Ljava/util/List;
-Landroid/bluetooth/IBluetoothA2dp$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;
-Landroid/bluetooth/IBluetoothA2dp$Stub$Proxy;->getOptionalCodecsEnabled(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetoothA2dp$Stub$Proxy;->getPriority(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetoothA2dp$Stub$Proxy;->isA2dpPlaying(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothA2dp$Stub$Proxy;->isAvrcpAbsoluteVolumeSupported()Z
-Landroid/bluetooth/IBluetoothA2dp$Stub$Proxy;->mRemote:Landroid/os/IBinder;
-Landroid/bluetooth/IBluetoothA2dp$Stub$Proxy;->setActiveDevice(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothA2dp$Stub$Proxy;->setAvrcpAbsoluteVolume(I)V
-Landroid/bluetooth/IBluetoothA2dp$Stub$Proxy;->setCodecConfigPreference(Landroid/bluetooth/BluetoothDevice;Landroid/bluetooth/BluetoothCodecConfig;)V
-Landroid/bluetooth/IBluetoothA2dp$Stub$Proxy;->setOptionalCodecsEnabled(Landroid/bluetooth/BluetoothDevice;I)V
-Landroid/bluetooth/IBluetoothA2dp$Stub$Proxy;->setPriority(Landroid/bluetooth/BluetoothDevice;I)Z
-Landroid/bluetooth/IBluetoothA2dp$Stub$Proxy;->supportsOptionalCodecs(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetoothA2dp$Stub;->DESCRIPTOR:Ljava/lang/String;
-Landroid/bluetooth/IBluetoothA2dp$Stub;->TRANSACTION_connect:I
-Landroid/bluetooth/IBluetoothA2dp$Stub;->TRANSACTION_disableOptionalCodecs:I
-Landroid/bluetooth/IBluetoothA2dp$Stub;->TRANSACTION_disconnect:I
-Landroid/bluetooth/IBluetoothA2dp$Stub;->TRANSACTION_enableOptionalCodecs:I
-Landroid/bluetooth/IBluetoothA2dp$Stub;->TRANSACTION_getActiveDevice:I
-Landroid/bluetooth/IBluetoothA2dp$Stub;->TRANSACTION_getCodecStatus:I
-Landroid/bluetooth/IBluetoothA2dp$Stub;->TRANSACTION_getConnectedDevices:I
-Landroid/bluetooth/IBluetoothA2dp$Stub;->TRANSACTION_getConnectionState:I
-Landroid/bluetooth/IBluetoothA2dp$Stub;->TRANSACTION_getDevicesMatchingConnectionStates:I
-Landroid/bluetooth/IBluetoothA2dp$Stub;->TRANSACTION_getOptionalCodecsEnabled:I
-Landroid/bluetooth/IBluetoothA2dp$Stub;->TRANSACTION_getPriority:I
-Landroid/bluetooth/IBluetoothA2dp$Stub;->TRANSACTION_isA2dpPlaying:I
-Landroid/bluetooth/IBluetoothA2dp$Stub;->TRANSACTION_isAvrcpAbsoluteVolumeSupported:I
-Landroid/bluetooth/IBluetoothA2dp$Stub;->TRANSACTION_setActiveDevice:I
-Landroid/bluetooth/IBluetoothA2dp$Stub;->TRANSACTION_setAvrcpAbsoluteVolume:I
-Landroid/bluetooth/IBluetoothA2dp$Stub;->TRANSACTION_setCodecConfigPreference:I
-Landroid/bluetooth/IBluetoothA2dp$Stub;->TRANSACTION_setOptionalCodecsEnabled:I
-Landroid/bluetooth/IBluetoothA2dp$Stub;->TRANSACTION_setPriority:I
-Landroid/bluetooth/IBluetoothA2dp$Stub;->TRANSACTION_supportsOptionalCodecs:I
-Landroid/bluetooth/IBluetoothA2dp;->disableOptionalCodecs(Landroid/bluetooth/BluetoothDevice;)V
-Landroid/bluetooth/IBluetoothA2dp;->enableOptionalCodecs(Landroid/bluetooth/BluetoothDevice;)V
-Landroid/bluetooth/IBluetoothA2dp;->getActiveDevice()Landroid/bluetooth/BluetoothDevice;
-Landroid/bluetooth/IBluetoothA2dp;->getCodecStatus(Landroid/bluetooth/BluetoothDevice;)Landroid/bluetooth/BluetoothCodecStatus;
-Landroid/bluetooth/IBluetoothA2dp;->getOptionalCodecsEnabled(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetoothA2dp;->isA2dpPlaying(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothA2dp;->isAvrcpAbsoluteVolumeSupported()Z
-Landroid/bluetooth/IBluetoothA2dp;->setActiveDevice(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothA2dp;->setAvrcpAbsoluteVolume(I)V
-Landroid/bluetooth/IBluetoothA2dp;->setCodecConfigPreference(Landroid/bluetooth/BluetoothDevice;Landroid/bluetooth/BluetoothCodecConfig;)V
-Landroid/bluetooth/IBluetoothA2dp;->setOptionalCodecsEnabled(Landroid/bluetooth/BluetoothDevice;I)V
-Landroid/bluetooth/IBluetoothA2dp;->setPriority(Landroid/bluetooth/BluetoothDevice;I)Z
-Landroid/bluetooth/IBluetoothA2dp;->supportsOptionalCodecs(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetoothA2dpSink$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
-Landroid/bluetooth/IBluetoothA2dpSink$Stub$Proxy;->connect(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothA2dpSink$Stub$Proxy;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothA2dpSink$Stub$Proxy;->getAudioConfig(Landroid/bluetooth/BluetoothDevice;)Landroid/bluetooth/BluetoothAudioConfig;
-Landroid/bluetooth/IBluetoothA2dpSink$Stub$Proxy;->getConnectedDevices()Ljava/util/List;
-Landroid/bluetooth/IBluetoothA2dpSink$Stub$Proxy;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetoothA2dpSink$Stub$Proxy;->getDevicesMatchingConnectionStates([I)Ljava/util/List;
-Landroid/bluetooth/IBluetoothA2dpSink$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;
-Landroid/bluetooth/IBluetoothA2dpSink$Stub$Proxy;->getPriority(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetoothA2dpSink$Stub$Proxy;->isA2dpPlaying(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothA2dpSink$Stub$Proxy;->mRemote:Landroid/os/IBinder;
-Landroid/bluetooth/IBluetoothA2dpSink$Stub$Proxy;->setPriority(Landroid/bluetooth/BluetoothDevice;I)Z
-Landroid/bluetooth/IBluetoothA2dpSink$Stub;-><init>()V
-Landroid/bluetooth/IBluetoothA2dpSink$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluetoothA2dpSink;
-Landroid/bluetooth/IBluetoothA2dpSink$Stub;->DESCRIPTOR:Ljava/lang/String;
-Landroid/bluetooth/IBluetoothA2dpSink$Stub;->TRANSACTION_connect:I
-Landroid/bluetooth/IBluetoothA2dpSink$Stub;->TRANSACTION_disconnect:I
-Landroid/bluetooth/IBluetoothA2dpSink$Stub;->TRANSACTION_getAudioConfig:I
-Landroid/bluetooth/IBluetoothA2dpSink$Stub;->TRANSACTION_getConnectedDevices:I
-Landroid/bluetooth/IBluetoothA2dpSink$Stub;->TRANSACTION_getConnectionState:I
-Landroid/bluetooth/IBluetoothA2dpSink$Stub;->TRANSACTION_getDevicesMatchingConnectionStates:I
-Landroid/bluetooth/IBluetoothA2dpSink$Stub;->TRANSACTION_getPriority:I
-Landroid/bluetooth/IBluetoothA2dpSink$Stub;->TRANSACTION_isA2dpPlaying:I
-Landroid/bluetooth/IBluetoothA2dpSink$Stub;->TRANSACTION_setPriority:I
-Landroid/bluetooth/IBluetoothA2dpSink;->connect(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothA2dpSink;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothA2dpSink;->getAudioConfig(Landroid/bluetooth/BluetoothDevice;)Landroid/bluetooth/BluetoothAudioConfig;
-Landroid/bluetooth/IBluetoothA2dpSink;->getConnectedDevices()Ljava/util/List;
-Landroid/bluetooth/IBluetoothA2dpSink;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetoothA2dpSink;->getDevicesMatchingConnectionStates([I)Ljava/util/List;
-Landroid/bluetooth/IBluetoothA2dpSink;->getPriority(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetoothA2dpSink;->isA2dpPlaying(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothA2dpSink;->setPriority(Landroid/bluetooth/BluetoothDevice;I)Z
-Landroid/bluetooth/IBluetoothAvrcpController$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
-Landroid/bluetooth/IBluetoothAvrcpController$Stub$Proxy;->getConnectedDevices()Ljava/util/List;
-Landroid/bluetooth/IBluetoothAvrcpController$Stub$Proxy;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetoothAvrcpController$Stub$Proxy;->getDevicesMatchingConnectionStates([I)Ljava/util/List;
-Landroid/bluetooth/IBluetoothAvrcpController$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;
-Landroid/bluetooth/IBluetoothAvrcpController$Stub$Proxy;->getPlayerSettings(Landroid/bluetooth/BluetoothDevice;)Landroid/bluetooth/BluetoothAvrcpPlayerSettings;
-Landroid/bluetooth/IBluetoothAvrcpController$Stub$Proxy;->mRemote:Landroid/os/IBinder;
-Landroid/bluetooth/IBluetoothAvrcpController$Stub$Proxy;->sendGroupNavigationCmd(Landroid/bluetooth/BluetoothDevice;II)V
-Landroid/bluetooth/IBluetoothAvrcpController$Stub$Proxy;->setPlayerApplicationSetting(Landroid/bluetooth/BluetoothAvrcpPlayerSettings;)Z
-Landroid/bluetooth/IBluetoothAvrcpController$Stub;-><init>()V
-Landroid/bluetooth/IBluetoothAvrcpController$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluetoothAvrcpController;
-Landroid/bluetooth/IBluetoothAvrcpController$Stub;->DESCRIPTOR:Ljava/lang/String;
-Landroid/bluetooth/IBluetoothAvrcpController$Stub;->TRANSACTION_getConnectedDevices:I
-Landroid/bluetooth/IBluetoothAvrcpController$Stub;->TRANSACTION_getConnectionState:I
-Landroid/bluetooth/IBluetoothAvrcpController$Stub;->TRANSACTION_getDevicesMatchingConnectionStates:I
-Landroid/bluetooth/IBluetoothAvrcpController$Stub;->TRANSACTION_getPlayerSettings:I
-Landroid/bluetooth/IBluetoothAvrcpController$Stub;->TRANSACTION_sendGroupNavigationCmd:I
-Landroid/bluetooth/IBluetoothAvrcpController$Stub;->TRANSACTION_setPlayerApplicationSetting:I
-Landroid/bluetooth/IBluetoothAvrcpController;->getConnectedDevices()Ljava/util/List;
-Landroid/bluetooth/IBluetoothAvrcpController;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetoothAvrcpController;->getDevicesMatchingConnectionStates([I)Ljava/util/List;
-Landroid/bluetooth/IBluetoothAvrcpController;->getPlayerSettings(Landroid/bluetooth/BluetoothDevice;)Landroid/bluetooth/BluetoothAvrcpPlayerSettings;
-Landroid/bluetooth/IBluetoothAvrcpController;->sendGroupNavigationCmd(Landroid/bluetooth/BluetoothDevice;II)V
-Landroid/bluetooth/IBluetoothAvrcpController;->setPlayerApplicationSetting(Landroid/bluetooth/BluetoothAvrcpPlayerSettings;)Z
-Landroid/bluetooth/IBluetoothAvrcpTarget$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
-Landroid/bluetooth/IBluetoothAvrcpTarget$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;
-Landroid/bluetooth/IBluetoothAvrcpTarget$Stub$Proxy;->mRemote:Landroid/os/IBinder;
-Landroid/bluetooth/IBluetoothAvrcpTarget$Stub$Proxy;->sendVolumeChanged(I)V
-Landroid/bluetooth/IBluetoothAvrcpTarget$Stub;-><init>()V
-Landroid/bluetooth/IBluetoothAvrcpTarget$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluetoothAvrcpTarget;
-Landroid/bluetooth/IBluetoothAvrcpTarget$Stub;->DESCRIPTOR:Ljava/lang/String;
-Landroid/bluetooth/IBluetoothAvrcpTarget$Stub;->TRANSACTION_sendVolumeChanged:I
-Landroid/bluetooth/IBluetoothAvrcpTarget;->sendVolumeChanged(I)V
-Landroid/bluetooth/IBluetoothCallback$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
-Landroid/bluetooth/IBluetoothCallback$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;
-Landroid/bluetooth/IBluetoothCallback$Stub$Proxy;->mRemote:Landroid/os/IBinder;
-Landroid/bluetooth/IBluetoothCallback$Stub$Proxy;->onBluetoothStateChange(II)V
-Landroid/bluetooth/IBluetoothCallback$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluetoothCallback;
-Landroid/bluetooth/IBluetoothCallback$Stub;->DESCRIPTOR:Ljava/lang/String;
-Landroid/bluetooth/IBluetoothCallback$Stub;->TRANSACTION_onBluetoothStateChange:I
-Landroid/bluetooth/IBluetoothCallback;->onBluetoothStateChange(II)V
-Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
-Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->addService(ILandroid/bluetooth/BluetoothGattService;)V
-Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->beginReliableWrite(ILjava/lang/String;)V
-Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->clearServices(I)V
-Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->clientConnect(ILjava/lang/String;ZIZI)V
-Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->clientDisconnect(ILjava/lang/String;)V
-Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->clientReadPhy(ILjava/lang/String;)V
-Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->clientSetPreferredPhy(ILjava/lang/String;III)V
-Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->configureMTU(ILjava/lang/String;I)V
-Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->connectionParameterUpdate(ILjava/lang/String;I)V
-Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->disconnectAll()V
-Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->discoverServiceByUuid(ILjava/lang/String;Landroid/os/ParcelUuid;)V
-Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->discoverServices(ILjava/lang/String;)V
-Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->enableAdvertisingSet(IZII)V
-Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->endReliableWrite(ILjava/lang/String;Z)V
-Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->flushPendingBatchResults(I)V
-Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->getDevicesMatchingConnectionStates([I)Ljava/util/List;
-Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;
-Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->getOwnAddress(I)V
-Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->leConnectionUpdate(ILjava/lang/String;IIIIII)V
-Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->mRemote:Landroid/os/IBinder;
-Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->numHwTrackFiltersAvailable()I
-Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->readCharacteristic(ILjava/lang/String;II)V
-Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->readDescriptor(ILjava/lang/String;II)V
-Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->readRemoteRssi(ILjava/lang/String;)V
-Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->readUsingCharacteristicUuid(ILjava/lang/String;Landroid/os/ParcelUuid;III)V
-Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->refreshDevice(ILjava/lang/String;)V
-Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->registerClient(Landroid/os/ParcelUuid;Landroid/bluetooth/IBluetoothGattCallback;)V
-Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->registerForNotification(ILjava/lang/String;IZ)V
-Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->registerScanner(Landroid/bluetooth/le/IScannerCallback;Landroid/os/WorkSource;)V
-Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->registerServer(Landroid/os/ParcelUuid;Landroid/bluetooth/IBluetoothGattServerCallback;)V
-Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->registerSync(Landroid/bluetooth/le/ScanResult;IILandroid/bluetooth/le/IPeriodicAdvertisingCallback;)V
-Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->removeService(II)V
-Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->sendNotification(ILjava/lang/String;IZ[B)V
-Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->sendResponse(ILjava/lang/String;III[B)V
-Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->serverConnect(ILjava/lang/String;ZI)V
-Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->serverDisconnect(ILjava/lang/String;)V
-Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->serverReadPhy(ILjava/lang/String;)V
-Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->serverSetPreferredPhy(ILjava/lang/String;III)V
-Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->setAdvertisingData(ILandroid/bluetooth/le/AdvertiseData;)V
-Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->setAdvertisingParameters(ILandroid/bluetooth/le/AdvertisingSetParameters;)V
-Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->setPeriodicAdvertisingData(ILandroid/bluetooth/le/AdvertiseData;)V
-Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->setPeriodicAdvertisingEnable(IZ)V
-Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->setPeriodicAdvertisingParameters(ILandroid/bluetooth/le/PeriodicAdvertisingParameters;)V
-Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->setScanResponseData(ILandroid/bluetooth/le/AdvertiseData;)V
-Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->startAdvertisingSet(Landroid/bluetooth/le/AdvertisingSetParameters;Landroid/bluetooth/le/AdvertiseData;Landroid/bluetooth/le/AdvertiseData;Landroid/bluetooth/le/PeriodicAdvertisingParameters;Landroid/bluetooth/le/AdvertiseData;IILandroid/bluetooth/le/IAdvertisingSetCallback;)V
-Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->startScan(ILandroid/bluetooth/le/ScanSettings;Ljava/util/List;Ljava/util/List;Ljava/lang/String;)V
-Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->startScanForIntent(Landroid/app/PendingIntent;Landroid/bluetooth/le/ScanSettings;Ljava/util/List;Ljava/lang/String;)V
-Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->stopAdvertisingSet(Landroid/bluetooth/le/IAdvertisingSetCallback;)V
-Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->stopScan(I)V
-Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->stopScanForIntent(Landroid/app/PendingIntent;Ljava/lang/String;)V
-Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->unregAll()V
-Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->unregisterClient(I)V
-Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->unregisterScanner(I)V
-Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->unregisterServer(I)V
-Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->unregisterSync(Landroid/bluetooth/le/IPeriodicAdvertisingCallback;)V
-Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->writeCharacteristic(ILjava/lang/String;III[B)V
-Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->writeDescriptor(ILjava/lang/String;II[B)V
-Landroid/bluetooth/IBluetoothGatt$Stub;-><init>()V
-Landroid/bluetooth/IBluetoothGatt$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluetoothGatt;
-Landroid/bluetooth/IBluetoothGatt$Stub;->DESCRIPTOR:Ljava/lang/String;
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_addService:I
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_beginReliableWrite:I
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_clearServices:I
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_clientConnect:I
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_clientDisconnect:I
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_clientReadPhy:I
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_clientSetPreferredPhy:I
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_configureMTU:I
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_connectionParameterUpdate:I
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_disconnectAll:I
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_discoverServiceByUuid:I
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_discoverServices:I
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_enableAdvertisingSet:I
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_endReliableWrite:I
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_flushPendingBatchResults:I
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_getDevicesMatchingConnectionStates:I
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_getOwnAddress:I
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_leConnectionUpdate:I
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_numHwTrackFiltersAvailable:I
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_readCharacteristic:I
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_readDescriptor:I
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_readRemoteRssi:I
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_readUsingCharacteristicUuid:I
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_refreshDevice:I
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_registerClient:I
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_registerForNotification:I
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_registerScanner:I
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_registerServer:I
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_registerSync:I
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_removeService:I
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_sendNotification:I
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_sendResponse:I
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_serverConnect:I
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_serverDisconnect:I
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_serverReadPhy:I
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_serverSetPreferredPhy:I
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_setAdvertisingData:I
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_setAdvertisingParameters:I
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_setPeriodicAdvertisingData:I
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_setPeriodicAdvertisingEnable:I
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_setPeriodicAdvertisingParameters:I
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_setScanResponseData:I
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_startAdvertisingSet:I
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_startScan:I
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_startScanForIntent:I
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_stopAdvertisingSet:I
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_stopScan:I
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_stopScanForIntent:I
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_unregAll:I
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_unregisterClient:I
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_unregisterScanner:I
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_unregisterServer:I
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_unregisterSync:I
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_writeCharacteristic:I
-Landroid/bluetooth/IBluetoothGatt$Stub;->TRANSACTION_writeDescriptor:I
-Landroid/bluetooth/IBluetoothGatt;->addService(ILandroid/bluetooth/BluetoothGattService;)V
-Landroid/bluetooth/IBluetoothGatt;->beginReliableWrite(ILjava/lang/String;)V
-Landroid/bluetooth/IBluetoothGatt;->clearServices(I)V
-Landroid/bluetooth/IBluetoothGatt;->clientConnect(ILjava/lang/String;ZIZI)V
-Landroid/bluetooth/IBluetoothGatt;->clientDisconnect(ILjava/lang/String;)V
-Landroid/bluetooth/IBluetoothGatt;->clientReadPhy(ILjava/lang/String;)V
-Landroid/bluetooth/IBluetoothGatt;->clientSetPreferredPhy(ILjava/lang/String;III)V
-Landroid/bluetooth/IBluetoothGatt;->configureMTU(ILjava/lang/String;I)V
-Landroid/bluetooth/IBluetoothGatt;->connectionParameterUpdate(ILjava/lang/String;I)V
-Landroid/bluetooth/IBluetoothGatt;->disconnectAll()V
-Landroid/bluetooth/IBluetoothGatt;->discoverServiceByUuid(ILjava/lang/String;Landroid/os/ParcelUuid;)V
-Landroid/bluetooth/IBluetoothGatt;->discoverServices(ILjava/lang/String;)V
-Landroid/bluetooth/IBluetoothGatt;->enableAdvertisingSet(IZII)V
-Landroid/bluetooth/IBluetoothGatt;->endReliableWrite(ILjava/lang/String;Z)V
-Landroid/bluetooth/IBluetoothGatt;->flushPendingBatchResults(I)V
-Landroid/bluetooth/IBluetoothGatt;->getDevicesMatchingConnectionStates([I)Ljava/util/List;
-Landroid/bluetooth/IBluetoothGatt;->getOwnAddress(I)V
-Landroid/bluetooth/IBluetoothGatt;->leConnectionUpdate(ILjava/lang/String;IIIIII)V
-Landroid/bluetooth/IBluetoothGatt;->numHwTrackFiltersAvailable()I
-Landroid/bluetooth/IBluetoothGatt;->readCharacteristic(ILjava/lang/String;II)V
-Landroid/bluetooth/IBluetoothGatt;->readDescriptor(ILjava/lang/String;II)V
-Landroid/bluetooth/IBluetoothGatt;->readRemoteRssi(ILjava/lang/String;)V
-Landroid/bluetooth/IBluetoothGatt;->readUsingCharacteristicUuid(ILjava/lang/String;Landroid/os/ParcelUuid;III)V
-Landroid/bluetooth/IBluetoothGatt;->refreshDevice(ILjava/lang/String;)V
-Landroid/bluetooth/IBluetoothGatt;->registerForNotification(ILjava/lang/String;IZ)V
-Landroid/bluetooth/IBluetoothGatt;->registerScanner(Landroid/bluetooth/le/IScannerCallback;Landroid/os/WorkSource;)V
-Landroid/bluetooth/IBluetoothGatt;->registerServer(Landroid/os/ParcelUuid;Landroid/bluetooth/IBluetoothGattServerCallback;)V
-Landroid/bluetooth/IBluetoothGatt;->registerSync(Landroid/bluetooth/le/ScanResult;IILandroid/bluetooth/le/IPeriodicAdvertisingCallback;)V
-Landroid/bluetooth/IBluetoothGatt;->removeService(II)V
-Landroid/bluetooth/IBluetoothGatt;->sendNotification(ILjava/lang/String;IZ[B)V
-Landroid/bluetooth/IBluetoothGatt;->sendResponse(ILjava/lang/String;III[B)V
-Landroid/bluetooth/IBluetoothGatt;->serverConnect(ILjava/lang/String;ZI)V
-Landroid/bluetooth/IBluetoothGatt;->serverDisconnect(ILjava/lang/String;)V
-Landroid/bluetooth/IBluetoothGatt;->serverReadPhy(ILjava/lang/String;)V
-Landroid/bluetooth/IBluetoothGatt;->serverSetPreferredPhy(ILjava/lang/String;III)V
-Landroid/bluetooth/IBluetoothGatt;->setAdvertisingData(ILandroid/bluetooth/le/AdvertiseData;)V
-Landroid/bluetooth/IBluetoothGatt;->setAdvertisingParameters(ILandroid/bluetooth/le/AdvertisingSetParameters;)V
-Landroid/bluetooth/IBluetoothGatt;->setPeriodicAdvertisingData(ILandroid/bluetooth/le/AdvertiseData;)V
-Landroid/bluetooth/IBluetoothGatt;->setPeriodicAdvertisingEnable(IZ)V
-Landroid/bluetooth/IBluetoothGatt;->setPeriodicAdvertisingParameters(ILandroid/bluetooth/le/PeriodicAdvertisingParameters;)V
-Landroid/bluetooth/IBluetoothGatt;->setScanResponseData(ILandroid/bluetooth/le/AdvertiseData;)V
-Landroid/bluetooth/IBluetoothGatt;->startAdvertisingSet(Landroid/bluetooth/le/AdvertisingSetParameters;Landroid/bluetooth/le/AdvertiseData;Landroid/bluetooth/le/AdvertiseData;Landroid/bluetooth/le/PeriodicAdvertisingParameters;Landroid/bluetooth/le/AdvertiseData;IILandroid/bluetooth/le/IAdvertisingSetCallback;)V
-Landroid/bluetooth/IBluetoothGatt;->startScan(ILandroid/bluetooth/le/ScanSettings;Ljava/util/List;Ljava/util/List;Ljava/lang/String;)V
-Landroid/bluetooth/IBluetoothGatt;->startScanForIntent(Landroid/app/PendingIntent;Landroid/bluetooth/le/ScanSettings;Ljava/util/List;Ljava/lang/String;)V
-Landroid/bluetooth/IBluetoothGatt;->stopAdvertisingSet(Landroid/bluetooth/le/IAdvertisingSetCallback;)V
-Landroid/bluetooth/IBluetoothGatt;->stopScan(I)V
-Landroid/bluetooth/IBluetoothGatt;->stopScanForIntent(Landroid/app/PendingIntent;Ljava/lang/String;)V
-Landroid/bluetooth/IBluetoothGatt;->unregAll()V
-Landroid/bluetooth/IBluetoothGatt;->unregisterScanner(I)V
-Landroid/bluetooth/IBluetoothGatt;->unregisterServer(I)V
-Landroid/bluetooth/IBluetoothGatt;->unregisterSync(Landroid/bluetooth/le/IPeriodicAdvertisingCallback;)V
-Landroid/bluetooth/IBluetoothGatt;->writeCharacteristic(ILjava/lang/String;III[B)V
-Landroid/bluetooth/IBluetoothGatt;->writeDescriptor(ILjava/lang/String;II[B)V
-Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
-Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;
-Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;->mRemote:Landroid/os/IBinder;
-Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;->onCharacteristicRead(Ljava/lang/String;II[B)V
-Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;->onCharacteristicWrite(Ljava/lang/String;II)V
-Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;->onClientConnectionState(IIZLjava/lang/String;)V
-Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;->onClientRegistered(II)V
-Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;->onConfigureMTU(Ljava/lang/String;II)V
-Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;->onConnectionUpdated(Ljava/lang/String;IIII)V
-Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;->onDescriptorRead(Ljava/lang/String;II[B)V
-Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;->onDescriptorWrite(Ljava/lang/String;II)V
-Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;->onExecuteWrite(Ljava/lang/String;I)V
-Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;->onNotify(Ljava/lang/String;I[B)V
-Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;->onPhyRead(Ljava/lang/String;III)V
-Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;->onPhyUpdate(Ljava/lang/String;III)V
-Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;->onReadRemoteRssi(Ljava/lang/String;II)V
-Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;->onSearchComplete(Ljava/lang/String;Ljava/util/List;I)V
-Landroid/bluetooth/IBluetoothGattCallback$Stub;->DESCRIPTOR:Ljava/lang/String;
-Landroid/bluetooth/IBluetoothGattCallback$Stub;->TRANSACTION_onCharacteristicRead:I
-Landroid/bluetooth/IBluetoothGattCallback$Stub;->TRANSACTION_onCharacteristicWrite:I
-Landroid/bluetooth/IBluetoothGattCallback$Stub;->TRANSACTION_onClientConnectionState:I
-Landroid/bluetooth/IBluetoothGattCallback$Stub;->TRANSACTION_onClientRegistered:I
-Landroid/bluetooth/IBluetoothGattCallback$Stub;->TRANSACTION_onConfigureMTU:I
-Landroid/bluetooth/IBluetoothGattCallback$Stub;->TRANSACTION_onConnectionUpdated:I
-Landroid/bluetooth/IBluetoothGattCallback$Stub;->TRANSACTION_onDescriptorRead:I
-Landroid/bluetooth/IBluetoothGattCallback$Stub;->TRANSACTION_onDescriptorWrite:I
-Landroid/bluetooth/IBluetoothGattCallback$Stub;->TRANSACTION_onExecuteWrite:I
-Landroid/bluetooth/IBluetoothGattCallback$Stub;->TRANSACTION_onNotify:I
-Landroid/bluetooth/IBluetoothGattCallback$Stub;->TRANSACTION_onPhyRead:I
-Landroid/bluetooth/IBluetoothGattCallback$Stub;->TRANSACTION_onPhyUpdate:I
-Landroid/bluetooth/IBluetoothGattCallback$Stub;->TRANSACTION_onReadRemoteRssi:I
-Landroid/bluetooth/IBluetoothGattCallback$Stub;->TRANSACTION_onSearchComplete:I
-Landroid/bluetooth/IBluetoothGattCallback;->onCharacteristicRead(Ljava/lang/String;II[B)V
-Landroid/bluetooth/IBluetoothGattCallback;->onCharacteristicWrite(Ljava/lang/String;II)V
-Landroid/bluetooth/IBluetoothGattCallback;->onClientConnectionState(IIZLjava/lang/String;)V
-Landroid/bluetooth/IBluetoothGattCallback;->onClientRegistered(II)V
-Landroid/bluetooth/IBluetoothGattCallback;->onConfigureMTU(Ljava/lang/String;II)V
-Landroid/bluetooth/IBluetoothGattCallback;->onConnectionUpdated(Ljava/lang/String;IIII)V
-Landroid/bluetooth/IBluetoothGattCallback;->onDescriptorRead(Ljava/lang/String;II[B)V
-Landroid/bluetooth/IBluetoothGattCallback;->onDescriptorWrite(Ljava/lang/String;II)V
-Landroid/bluetooth/IBluetoothGattCallback;->onExecuteWrite(Ljava/lang/String;I)V
-Landroid/bluetooth/IBluetoothGattCallback;->onNotify(Ljava/lang/String;I[B)V
-Landroid/bluetooth/IBluetoothGattCallback;->onPhyRead(Ljava/lang/String;III)V
-Landroid/bluetooth/IBluetoothGattCallback;->onPhyUpdate(Ljava/lang/String;III)V
-Landroid/bluetooth/IBluetoothGattCallback;->onReadRemoteRssi(Ljava/lang/String;II)V
-Landroid/bluetooth/IBluetoothGattCallback;->onSearchComplete(Ljava/lang/String;Ljava/util/List;I)V
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub$Proxy;->mRemote:Landroid/os/IBinder;
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub$Proxy;->onCharacteristicReadRequest(Ljava/lang/String;IIZI)V
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub$Proxy;->onCharacteristicWriteRequest(Ljava/lang/String;IIIZZI[B)V
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub$Proxy;->onConnectionUpdated(Ljava/lang/String;IIII)V
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub$Proxy;->onDescriptorReadRequest(Ljava/lang/String;IIZI)V
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub$Proxy;->onDescriptorWriteRequest(Ljava/lang/String;IIIZZI[B)V
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub$Proxy;->onExecuteWrite(Ljava/lang/String;IZ)V
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub$Proxy;->onMtuChanged(Ljava/lang/String;I)V
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub$Proxy;->onNotificationSent(Ljava/lang/String;I)V
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub$Proxy;->onPhyRead(Ljava/lang/String;III)V
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub$Proxy;->onPhyUpdate(Ljava/lang/String;III)V
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub$Proxy;->onServerConnectionState(IIZLjava/lang/String;)V
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub$Proxy;->onServerRegistered(II)V
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub$Proxy;->onServiceAdded(ILandroid/bluetooth/BluetoothGattService;)V
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub;-><init>()V
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluetoothGattServerCallback;
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub;->DESCRIPTOR:Ljava/lang/String;
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub;->TRANSACTION_onCharacteristicReadRequest:I
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub;->TRANSACTION_onCharacteristicWriteRequest:I
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub;->TRANSACTION_onConnectionUpdated:I
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub;->TRANSACTION_onDescriptorReadRequest:I
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub;->TRANSACTION_onDescriptorWriteRequest:I
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub;->TRANSACTION_onExecuteWrite:I
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub;->TRANSACTION_onMtuChanged:I
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub;->TRANSACTION_onNotificationSent:I
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub;->TRANSACTION_onPhyRead:I
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub;->TRANSACTION_onPhyUpdate:I
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub;->TRANSACTION_onServerConnectionState:I
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub;->TRANSACTION_onServerRegistered:I
-Landroid/bluetooth/IBluetoothGattServerCallback$Stub;->TRANSACTION_onServiceAdded:I
-Landroid/bluetooth/IBluetoothGattServerCallback;->onCharacteristicReadRequest(Ljava/lang/String;IIZI)V
-Landroid/bluetooth/IBluetoothGattServerCallback;->onCharacteristicWriteRequest(Ljava/lang/String;IIIZZI[B)V
-Landroid/bluetooth/IBluetoothGattServerCallback;->onConnectionUpdated(Ljava/lang/String;IIII)V
-Landroid/bluetooth/IBluetoothGattServerCallback;->onDescriptorReadRequest(Ljava/lang/String;IIZI)V
-Landroid/bluetooth/IBluetoothGattServerCallback;->onDescriptorWriteRequest(Ljava/lang/String;IIIZZI[B)V
-Landroid/bluetooth/IBluetoothGattServerCallback;->onExecuteWrite(Ljava/lang/String;IZ)V
-Landroid/bluetooth/IBluetoothGattServerCallback;->onMtuChanged(Ljava/lang/String;I)V
-Landroid/bluetooth/IBluetoothGattServerCallback;->onNotificationSent(Ljava/lang/String;I)V
-Landroid/bluetooth/IBluetoothGattServerCallback;->onPhyRead(Ljava/lang/String;III)V
-Landroid/bluetooth/IBluetoothGattServerCallback;->onPhyUpdate(Ljava/lang/String;III)V
-Landroid/bluetooth/IBluetoothGattServerCallback;->onServerConnectionState(IIZLjava/lang/String;)V
-Landroid/bluetooth/IBluetoothGattServerCallback;->onServerRegistered(II)V
-Landroid/bluetooth/IBluetoothGattServerCallback;->onServiceAdded(ILandroid/bluetooth/BluetoothGattService;)V
-Landroid/bluetooth/IBluetoothHeadset$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
-Landroid/bluetooth/IBluetoothHeadset$Stub$Proxy;->clccResponse(IIIIZLjava/lang/String;I)V
-Landroid/bluetooth/IBluetoothHeadset$Stub$Proxy;->connect(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothHeadset$Stub$Proxy;->connectAudio()Z
-Landroid/bluetooth/IBluetoothHeadset$Stub$Proxy;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothHeadset$Stub$Proxy;->disconnectAudio()Z
-Landroid/bluetooth/IBluetoothHeadset$Stub$Proxy;->getActiveDevice()Landroid/bluetooth/BluetoothDevice;
-Landroid/bluetooth/IBluetoothHeadset$Stub$Proxy;->getAudioRouteAllowed()Z
-Landroid/bluetooth/IBluetoothHeadset$Stub$Proxy;->getAudioState(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetoothHeadset$Stub$Proxy;->getConnectedDevices()Ljava/util/List;
-Landroid/bluetooth/IBluetoothHeadset$Stub$Proxy;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetoothHeadset$Stub$Proxy;->getDevicesMatchingConnectionStates([I)Ljava/util/List;
-Landroid/bluetooth/IBluetoothHeadset$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;
-Landroid/bluetooth/IBluetoothHeadset$Stub$Proxy;->getPriority(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetoothHeadset$Stub$Proxy;->isAudioConnected(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothHeadset$Stub$Proxy;->isAudioOn()Z
-Landroid/bluetooth/IBluetoothHeadset$Stub$Proxy;->isInbandRingingEnabled()Z
-Landroid/bluetooth/IBluetoothHeadset$Stub$Proxy;->mRemote:Landroid/os/IBinder;
-Landroid/bluetooth/IBluetoothHeadset$Stub$Proxy;->phoneStateChanged(IIILjava/lang/String;I)V
-Landroid/bluetooth/IBluetoothHeadset$Stub$Proxy;->sendVendorSpecificResultCode(Landroid/bluetooth/BluetoothDevice;Ljava/lang/String;Ljava/lang/String;)Z
-Landroid/bluetooth/IBluetoothHeadset$Stub$Proxy;->setActiveDevice(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothHeadset$Stub$Proxy;->setAudioRouteAllowed(Z)V
-Landroid/bluetooth/IBluetoothHeadset$Stub$Proxy;->setForceScoAudio(Z)V
-Landroid/bluetooth/IBluetoothHeadset$Stub$Proxy;->setPriority(Landroid/bluetooth/BluetoothDevice;I)Z
-Landroid/bluetooth/IBluetoothHeadset$Stub$Proxy;->startScoUsingVirtualVoiceCall()Z
-Landroid/bluetooth/IBluetoothHeadset$Stub$Proxy;->startVoiceRecognition(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothHeadset$Stub$Proxy;->stopScoUsingVirtualVoiceCall()Z
-Landroid/bluetooth/IBluetoothHeadset$Stub$Proxy;->stopVoiceRecognition(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothHeadset$Stub;-><init>()V
-Landroid/bluetooth/IBluetoothHeadset$Stub;->DESCRIPTOR:Ljava/lang/String;
-Landroid/bluetooth/IBluetoothHeadset$Stub;->TRANSACTION_clccResponse:I
-Landroid/bluetooth/IBluetoothHeadset$Stub;->TRANSACTION_connect:I
-Landroid/bluetooth/IBluetoothHeadset$Stub;->TRANSACTION_connectAudio:I
-Landroid/bluetooth/IBluetoothHeadset$Stub;->TRANSACTION_disconnect:I
-Landroid/bluetooth/IBluetoothHeadset$Stub;->TRANSACTION_disconnectAudio:I
-Landroid/bluetooth/IBluetoothHeadset$Stub;->TRANSACTION_getActiveDevice:I
-Landroid/bluetooth/IBluetoothHeadset$Stub;->TRANSACTION_getAudioRouteAllowed:I
-Landroid/bluetooth/IBluetoothHeadset$Stub;->TRANSACTION_getAudioState:I
-Landroid/bluetooth/IBluetoothHeadset$Stub;->TRANSACTION_getConnectedDevices:I
-Landroid/bluetooth/IBluetoothHeadset$Stub;->TRANSACTION_getConnectionState:I
-Landroid/bluetooth/IBluetoothHeadset$Stub;->TRANSACTION_getDevicesMatchingConnectionStates:I
-Landroid/bluetooth/IBluetoothHeadset$Stub;->TRANSACTION_getPriority:I
-Landroid/bluetooth/IBluetoothHeadset$Stub;->TRANSACTION_isAudioConnected:I
-Landroid/bluetooth/IBluetoothHeadset$Stub;->TRANSACTION_isAudioOn:I
-Landroid/bluetooth/IBluetoothHeadset$Stub;->TRANSACTION_isInbandRingingEnabled:I
-Landroid/bluetooth/IBluetoothHeadset$Stub;->TRANSACTION_phoneStateChanged:I
-Landroid/bluetooth/IBluetoothHeadset$Stub;->TRANSACTION_sendVendorSpecificResultCode:I
-Landroid/bluetooth/IBluetoothHeadset$Stub;->TRANSACTION_setActiveDevice:I
-Landroid/bluetooth/IBluetoothHeadset$Stub;->TRANSACTION_setAudioRouteAllowed:I
-Landroid/bluetooth/IBluetoothHeadset$Stub;->TRANSACTION_setForceScoAudio:I
-Landroid/bluetooth/IBluetoothHeadset$Stub;->TRANSACTION_setPriority:I
-Landroid/bluetooth/IBluetoothHeadset$Stub;->TRANSACTION_startScoUsingVirtualVoiceCall:I
-Landroid/bluetooth/IBluetoothHeadset$Stub;->TRANSACTION_startVoiceRecognition:I
-Landroid/bluetooth/IBluetoothHeadset$Stub;->TRANSACTION_stopScoUsingVirtualVoiceCall:I
-Landroid/bluetooth/IBluetoothHeadset$Stub;->TRANSACTION_stopVoiceRecognition:I
-Landroid/bluetooth/IBluetoothHeadset;->clccResponse(IIIIZLjava/lang/String;I)V
-Landroid/bluetooth/IBluetoothHeadset;->connectAudio()Z
-Landroid/bluetooth/IBluetoothHeadset;->disconnectAudio()Z
-Landroid/bluetooth/IBluetoothHeadset;->getActiveDevice()Landroid/bluetooth/BluetoothDevice;
-Landroid/bluetooth/IBluetoothHeadset;->getAudioRouteAllowed()Z
-Landroid/bluetooth/IBluetoothHeadset;->getAudioState(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetoothHeadset;->getDevicesMatchingConnectionStates([I)Ljava/util/List;
-Landroid/bluetooth/IBluetoothHeadset;->isAudioConnected(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothHeadset;->isAudioOn()Z
-Landroid/bluetooth/IBluetoothHeadset;->isInbandRingingEnabled()Z
-Landroid/bluetooth/IBluetoothHeadset;->phoneStateChanged(IIILjava/lang/String;I)V
-Landroid/bluetooth/IBluetoothHeadset;->sendVendorSpecificResultCode(Landroid/bluetooth/BluetoothDevice;Ljava/lang/String;Ljava/lang/String;)Z
-Landroid/bluetooth/IBluetoothHeadset;->setActiveDevice(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothHeadset;->setAudioRouteAllowed(Z)V
-Landroid/bluetooth/IBluetoothHeadset;->setForceScoAudio(Z)V
-Landroid/bluetooth/IBluetoothHeadset;->startScoUsingVirtualVoiceCall()Z
-Landroid/bluetooth/IBluetoothHeadset;->startVoiceRecognition(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothHeadset;->stopScoUsingVirtualVoiceCall()Z
-Landroid/bluetooth/IBluetoothHeadset;->stopVoiceRecognition(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub$Proxy;->acceptCall(Landroid/bluetooth/BluetoothDevice;I)Z
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub$Proxy;->connect(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub$Proxy;->connectAudio(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub$Proxy;->dial(Landroid/bluetooth/BluetoothDevice;Ljava/lang/String;)Landroid/bluetooth/BluetoothHeadsetClientCall;
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub$Proxy;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub$Proxy;->disconnectAudio(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub$Proxy;->enterPrivateMode(Landroid/bluetooth/BluetoothDevice;I)Z
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub$Proxy;->explicitCallTransfer(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub$Proxy;->getAudioRouteAllowed(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub$Proxy;->getAudioState(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub$Proxy;->getConnectedDevices()Ljava/util/List;
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub$Proxy;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub$Proxy;->getCurrentAgEvents(Landroid/bluetooth/BluetoothDevice;)Landroid/os/Bundle;
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub$Proxy;->getCurrentAgFeatures(Landroid/bluetooth/BluetoothDevice;)Landroid/os/Bundle;
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub$Proxy;->getCurrentCalls(Landroid/bluetooth/BluetoothDevice;)Ljava/util/List;
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub$Proxy;->getDevicesMatchingConnectionStates([I)Ljava/util/List;
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub$Proxy;->getLastVoiceTagNumber(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub$Proxy;->getPriority(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub$Proxy;->holdCall(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub$Proxy;->mRemote:Landroid/os/IBinder;
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub$Proxy;->rejectCall(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub$Proxy;->sendDTMF(Landroid/bluetooth/BluetoothDevice;B)Z
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub$Proxy;->setAudioRouteAllowed(Landroid/bluetooth/BluetoothDevice;Z)V
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub$Proxy;->setPriority(Landroid/bluetooth/BluetoothDevice;I)Z
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub$Proxy;->startVoiceRecognition(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub$Proxy;->stopVoiceRecognition(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub$Proxy;->terminateCall(Landroid/bluetooth/BluetoothDevice;Landroid/bluetooth/BluetoothHeadsetClientCall;)Z
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub;-><init>()V
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluetoothHeadsetClient;
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub;->DESCRIPTOR:Ljava/lang/String;
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub;->TRANSACTION_acceptCall:I
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub;->TRANSACTION_connect:I
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub;->TRANSACTION_connectAudio:I
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub;->TRANSACTION_dial:I
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub;->TRANSACTION_disconnect:I
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub;->TRANSACTION_disconnectAudio:I
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub;->TRANSACTION_enterPrivateMode:I
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub;->TRANSACTION_explicitCallTransfer:I
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub;->TRANSACTION_getAudioRouteAllowed:I
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub;->TRANSACTION_getAudioState:I
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub;->TRANSACTION_getConnectedDevices:I
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub;->TRANSACTION_getConnectionState:I
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub;->TRANSACTION_getCurrentAgEvents:I
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub;->TRANSACTION_getCurrentAgFeatures:I
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub;->TRANSACTION_getCurrentCalls:I
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub;->TRANSACTION_getDevicesMatchingConnectionStates:I
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub;->TRANSACTION_getLastVoiceTagNumber:I
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub;->TRANSACTION_getPriority:I
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub;->TRANSACTION_holdCall:I
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub;->TRANSACTION_rejectCall:I
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub;->TRANSACTION_sendDTMF:I
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub;->TRANSACTION_setAudioRouteAllowed:I
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub;->TRANSACTION_setPriority:I
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub;->TRANSACTION_startVoiceRecognition:I
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub;->TRANSACTION_stopVoiceRecognition:I
-Landroid/bluetooth/IBluetoothHeadsetClient$Stub;->TRANSACTION_terminateCall:I
-Landroid/bluetooth/IBluetoothHeadsetClient;->acceptCall(Landroid/bluetooth/BluetoothDevice;I)Z
-Landroid/bluetooth/IBluetoothHeadsetClient;->connect(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothHeadsetClient;->connectAudio(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothHeadsetClient;->dial(Landroid/bluetooth/BluetoothDevice;Ljava/lang/String;)Landroid/bluetooth/BluetoothHeadsetClientCall;
-Landroid/bluetooth/IBluetoothHeadsetClient;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothHeadsetClient;->disconnectAudio(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothHeadsetClient;->enterPrivateMode(Landroid/bluetooth/BluetoothDevice;I)Z
-Landroid/bluetooth/IBluetoothHeadsetClient;->explicitCallTransfer(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothHeadsetClient;->getAudioRouteAllowed(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothHeadsetClient;->getAudioState(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetoothHeadsetClient;->getConnectedDevices()Ljava/util/List;
-Landroid/bluetooth/IBluetoothHeadsetClient;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetoothHeadsetClient;->getCurrentAgEvents(Landroid/bluetooth/BluetoothDevice;)Landroid/os/Bundle;
-Landroid/bluetooth/IBluetoothHeadsetClient;->getCurrentAgFeatures(Landroid/bluetooth/BluetoothDevice;)Landroid/os/Bundle;
-Landroid/bluetooth/IBluetoothHeadsetClient;->getCurrentCalls(Landroid/bluetooth/BluetoothDevice;)Ljava/util/List;
-Landroid/bluetooth/IBluetoothHeadsetClient;->getDevicesMatchingConnectionStates([I)Ljava/util/List;
-Landroid/bluetooth/IBluetoothHeadsetClient;->getLastVoiceTagNumber(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothHeadsetClient;->getPriority(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetoothHeadsetClient;->holdCall(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothHeadsetClient;->rejectCall(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothHeadsetClient;->sendDTMF(Landroid/bluetooth/BluetoothDevice;B)Z
-Landroid/bluetooth/IBluetoothHeadsetClient;->setAudioRouteAllowed(Landroid/bluetooth/BluetoothDevice;Z)V
-Landroid/bluetooth/IBluetoothHeadsetClient;->setPriority(Landroid/bluetooth/BluetoothDevice;I)Z
-Landroid/bluetooth/IBluetoothHeadsetClient;->startVoiceRecognition(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothHeadsetClient;->stopVoiceRecognition(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothHeadsetClient;->terminateCall(Landroid/bluetooth/BluetoothDevice;Landroid/bluetooth/BluetoothHeadsetClientCall;)Z
-Landroid/bluetooth/IBluetoothHeadsetPhone$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
-Landroid/bluetooth/IBluetoothHeadsetPhone$Stub$Proxy;->answerCall()Z
-Landroid/bluetooth/IBluetoothHeadsetPhone$Stub$Proxy;->cdmaSetSecondCallState(Z)V
-Landroid/bluetooth/IBluetoothHeadsetPhone$Stub$Proxy;->cdmaSwapSecondCallState()V
-Landroid/bluetooth/IBluetoothHeadsetPhone$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;
-Landroid/bluetooth/IBluetoothHeadsetPhone$Stub$Proxy;->getNetworkOperator()Ljava/lang/String;
-Landroid/bluetooth/IBluetoothHeadsetPhone$Stub$Proxy;->getSubscriberNumber()Ljava/lang/String;
-Landroid/bluetooth/IBluetoothHeadsetPhone$Stub$Proxy;->hangupCall()Z
-Landroid/bluetooth/IBluetoothHeadsetPhone$Stub$Proxy;->listCurrentCalls()Z
-Landroid/bluetooth/IBluetoothHeadsetPhone$Stub$Proxy;->mRemote:Landroid/os/IBinder;
-Landroid/bluetooth/IBluetoothHeadsetPhone$Stub$Proxy;->processChld(I)Z
-Landroid/bluetooth/IBluetoothHeadsetPhone$Stub$Proxy;->queryPhoneState()Z
-Landroid/bluetooth/IBluetoothHeadsetPhone$Stub$Proxy;->sendDtmf(I)Z
-Landroid/bluetooth/IBluetoothHeadsetPhone$Stub$Proxy;->updateBtHandsfreeAfterRadioTechnologyChange()V
-Landroid/bluetooth/IBluetoothHeadsetPhone$Stub;-><init>()V
-Landroid/bluetooth/IBluetoothHeadsetPhone$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluetoothHeadsetPhone;
-Landroid/bluetooth/IBluetoothHeadsetPhone$Stub;->DESCRIPTOR:Ljava/lang/String;
-Landroid/bluetooth/IBluetoothHeadsetPhone$Stub;->TRANSACTION_answerCall:I
-Landroid/bluetooth/IBluetoothHeadsetPhone$Stub;->TRANSACTION_cdmaSetSecondCallState:I
-Landroid/bluetooth/IBluetoothHeadsetPhone$Stub;->TRANSACTION_cdmaSwapSecondCallState:I
-Landroid/bluetooth/IBluetoothHeadsetPhone$Stub;->TRANSACTION_getNetworkOperator:I
-Landroid/bluetooth/IBluetoothHeadsetPhone$Stub;->TRANSACTION_getSubscriberNumber:I
-Landroid/bluetooth/IBluetoothHeadsetPhone$Stub;->TRANSACTION_hangupCall:I
-Landroid/bluetooth/IBluetoothHeadsetPhone$Stub;->TRANSACTION_listCurrentCalls:I
-Landroid/bluetooth/IBluetoothHeadsetPhone$Stub;->TRANSACTION_processChld:I
-Landroid/bluetooth/IBluetoothHeadsetPhone$Stub;->TRANSACTION_queryPhoneState:I
-Landroid/bluetooth/IBluetoothHeadsetPhone$Stub;->TRANSACTION_sendDtmf:I
-Landroid/bluetooth/IBluetoothHeadsetPhone$Stub;->TRANSACTION_updateBtHandsfreeAfterRadioTechnologyChange:I
-Landroid/bluetooth/IBluetoothHeadsetPhone;->answerCall()Z
-Landroid/bluetooth/IBluetoothHeadsetPhone;->cdmaSetSecondCallState(Z)V
-Landroid/bluetooth/IBluetoothHeadsetPhone;->cdmaSwapSecondCallState()V
-Landroid/bluetooth/IBluetoothHeadsetPhone;->getNetworkOperator()Ljava/lang/String;
-Landroid/bluetooth/IBluetoothHeadsetPhone;->getSubscriberNumber()Ljava/lang/String;
-Landroid/bluetooth/IBluetoothHeadsetPhone;->hangupCall()Z
-Landroid/bluetooth/IBluetoothHeadsetPhone;->listCurrentCalls()Z
-Landroid/bluetooth/IBluetoothHeadsetPhone;->processChld(I)Z
-Landroid/bluetooth/IBluetoothHeadsetPhone;->queryPhoneState()Z
-Landroid/bluetooth/IBluetoothHeadsetPhone;->sendDtmf(I)Z
-Landroid/bluetooth/IBluetoothHeadsetPhone;->updateBtHandsfreeAfterRadioTechnologyChange()V
-Landroid/bluetooth/IBluetoothHealth$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
-Landroid/bluetooth/IBluetoothHealth$Stub$Proxy;->connectChannelToSink(Landroid/bluetooth/BluetoothDevice;Landroid/bluetooth/BluetoothHealthAppConfiguration;I)Z
-Landroid/bluetooth/IBluetoothHealth$Stub$Proxy;->connectChannelToSource(Landroid/bluetooth/BluetoothDevice;Landroid/bluetooth/BluetoothHealthAppConfiguration;)Z
-Landroid/bluetooth/IBluetoothHealth$Stub$Proxy;->disconnectChannel(Landroid/bluetooth/BluetoothDevice;Landroid/bluetooth/BluetoothHealthAppConfiguration;I)Z
-Landroid/bluetooth/IBluetoothHealth$Stub$Proxy;->getConnectedHealthDevices()Ljava/util/List;
-Landroid/bluetooth/IBluetoothHealth$Stub$Proxy;->getHealthDeviceConnectionState(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetoothHealth$Stub$Proxy;->getHealthDevicesMatchingConnectionStates([I)Ljava/util/List;
-Landroid/bluetooth/IBluetoothHealth$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;
-Landroid/bluetooth/IBluetoothHealth$Stub$Proxy;->getMainChannelFd(Landroid/bluetooth/BluetoothDevice;Landroid/bluetooth/BluetoothHealthAppConfiguration;)Landroid/os/ParcelFileDescriptor;
-Landroid/bluetooth/IBluetoothHealth$Stub$Proxy;->mRemote:Landroid/os/IBinder;
-Landroid/bluetooth/IBluetoothHealth$Stub$Proxy;->registerAppConfiguration(Landroid/bluetooth/BluetoothHealthAppConfiguration;Landroid/bluetooth/IBluetoothHealthCallback;)Z
-Landroid/bluetooth/IBluetoothHealth$Stub$Proxy;->unregisterAppConfiguration(Landroid/bluetooth/BluetoothHealthAppConfiguration;)Z
-Landroid/bluetooth/IBluetoothHealth$Stub;-><init>()V
-Landroid/bluetooth/IBluetoothHealth$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluetoothHealth;
-Landroid/bluetooth/IBluetoothHealth$Stub;->DESCRIPTOR:Ljava/lang/String;
-Landroid/bluetooth/IBluetoothHealth$Stub;->TRANSACTION_connectChannelToSink:I
-Landroid/bluetooth/IBluetoothHealth$Stub;->TRANSACTION_connectChannelToSource:I
-Landroid/bluetooth/IBluetoothHealth$Stub;->TRANSACTION_disconnectChannel:I
-Landroid/bluetooth/IBluetoothHealth$Stub;->TRANSACTION_getConnectedHealthDevices:I
-Landroid/bluetooth/IBluetoothHealth$Stub;->TRANSACTION_getHealthDeviceConnectionState:I
-Landroid/bluetooth/IBluetoothHealth$Stub;->TRANSACTION_getHealthDevicesMatchingConnectionStates:I
-Landroid/bluetooth/IBluetoothHealth$Stub;->TRANSACTION_getMainChannelFd:I
-Landroid/bluetooth/IBluetoothHealth$Stub;->TRANSACTION_registerAppConfiguration:I
-Landroid/bluetooth/IBluetoothHealth$Stub;->TRANSACTION_unregisterAppConfiguration:I
-Landroid/bluetooth/IBluetoothHealth;->connectChannelToSink(Landroid/bluetooth/BluetoothDevice;Landroid/bluetooth/BluetoothHealthAppConfiguration;I)Z
-Landroid/bluetooth/IBluetoothHealth;->connectChannelToSource(Landroid/bluetooth/BluetoothDevice;Landroid/bluetooth/BluetoothHealthAppConfiguration;)Z
-Landroid/bluetooth/IBluetoothHealth;->disconnectChannel(Landroid/bluetooth/BluetoothDevice;Landroid/bluetooth/BluetoothHealthAppConfiguration;I)Z
-Landroid/bluetooth/IBluetoothHealth;->getConnectedHealthDevices()Ljava/util/List;
-Landroid/bluetooth/IBluetoothHealth;->getHealthDeviceConnectionState(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetoothHealth;->getHealthDevicesMatchingConnectionStates([I)Ljava/util/List;
-Landroid/bluetooth/IBluetoothHealth;->getMainChannelFd(Landroid/bluetooth/BluetoothDevice;Landroid/bluetooth/BluetoothHealthAppConfiguration;)Landroid/os/ParcelFileDescriptor;
-Landroid/bluetooth/IBluetoothHealth;->registerAppConfiguration(Landroid/bluetooth/BluetoothHealthAppConfiguration;Landroid/bluetooth/IBluetoothHealthCallback;)Z
-Landroid/bluetooth/IBluetoothHealth;->unregisterAppConfiguration(Landroid/bluetooth/BluetoothHealthAppConfiguration;)Z
-Landroid/bluetooth/IBluetoothHealthCallback$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
-Landroid/bluetooth/IBluetoothHealthCallback$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;
-Landroid/bluetooth/IBluetoothHealthCallback$Stub$Proxy;->mRemote:Landroid/os/IBinder;
-Landroid/bluetooth/IBluetoothHealthCallback$Stub$Proxy;->onHealthAppConfigurationStatusChange(Landroid/bluetooth/BluetoothHealthAppConfiguration;I)V
-Landroid/bluetooth/IBluetoothHealthCallback$Stub$Proxy;->onHealthChannelStateChange(Landroid/bluetooth/BluetoothHealthAppConfiguration;Landroid/bluetooth/BluetoothDevice;IILandroid/os/ParcelFileDescriptor;I)V
-Landroid/bluetooth/IBluetoothHealthCallback$Stub;-><init>()V
-Landroid/bluetooth/IBluetoothHealthCallback$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluetoothHealthCallback;
-Landroid/bluetooth/IBluetoothHealthCallback$Stub;->DESCRIPTOR:Ljava/lang/String;
-Landroid/bluetooth/IBluetoothHealthCallback$Stub;->TRANSACTION_onHealthAppConfigurationStatusChange:I
-Landroid/bluetooth/IBluetoothHealthCallback$Stub;->TRANSACTION_onHealthChannelStateChange:I
-Landroid/bluetooth/IBluetoothHealthCallback;->onHealthAppConfigurationStatusChange(Landroid/bluetooth/BluetoothHealthAppConfiguration;I)V
-Landroid/bluetooth/IBluetoothHealthCallback;->onHealthChannelStateChange(Landroid/bluetooth/BluetoothHealthAppConfiguration;Landroid/bluetooth/BluetoothDevice;IILandroid/os/ParcelFileDescriptor;I)V
-Landroid/bluetooth/IBluetoothHearingAid$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
-Landroid/bluetooth/IBluetoothHearingAid$Stub$Proxy;->adjustVolume(I)V
-Landroid/bluetooth/IBluetoothHearingAid$Stub$Proxy;->connect(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothHearingAid$Stub$Proxy;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothHearingAid$Stub$Proxy;->getActiveDevices()Ljava/util/List;
-Landroid/bluetooth/IBluetoothHearingAid$Stub$Proxy;->getConnectedDevices()Ljava/util/List;
-Landroid/bluetooth/IBluetoothHearingAid$Stub$Proxy;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetoothHearingAid$Stub$Proxy;->getDeviceMode(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetoothHearingAid$Stub$Proxy;->getDeviceSide(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetoothHearingAid$Stub$Proxy;->getDevicesMatchingConnectionStates([I)Ljava/util/List;
-Landroid/bluetooth/IBluetoothHearingAid$Stub$Proxy;->getHiSyncId(Landroid/bluetooth/BluetoothDevice;)J
-Landroid/bluetooth/IBluetoothHearingAid$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;
-Landroid/bluetooth/IBluetoothHearingAid$Stub$Proxy;->getPriority(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetoothHearingAid$Stub$Proxy;->getVolume()I
-Landroid/bluetooth/IBluetoothHearingAid$Stub$Proxy;->mRemote:Landroid/os/IBinder;
-Landroid/bluetooth/IBluetoothHearingAid$Stub$Proxy;->setActiveDevice(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothHearingAid$Stub$Proxy;->setPriority(Landroid/bluetooth/BluetoothDevice;I)Z
-Landroid/bluetooth/IBluetoothHearingAid$Stub$Proxy;->setVolume(I)V
-Landroid/bluetooth/IBluetoothHearingAid$Stub;-><init>()V
-Landroid/bluetooth/IBluetoothHearingAid$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluetoothHearingAid;
-Landroid/bluetooth/IBluetoothHearingAid$Stub;->DESCRIPTOR:Ljava/lang/String;
-Landroid/bluetooth/IBluetoothHearingAid$Stub;->TRANSACTION_adjustVolume:I
-Landroid/bluetooth/IBluetoothHearingAid$Stub;->TRANSACTION_connect:I
-Landroid/bluetooth/IBluetoothHearingAid$Stub;->TRANSACTION_disconnect:I
-Landroid/bluetooth/IBluetoothHearingAid$Stub;->TRANSACTION_getActiveDevices:I
-Landroid/bluetooth/IBluetoothHearingAid$Stub;->TRANSACTION_getConnectedDevices:I
-Landroid/bluetooth/IBluetoothHearingAid$Stub;->TRANSACTION_getConnectionState:I
-Landroid/bluetooth/IBluetoothHearingAid$Stub;->TRANSACTION_getDeviceMode:I
-Landroid/bluetooth/IBluetoothHearingAid$Stub;->TRANSACTION_getDeviceSide:I
-Landroid/bluetooth/IBluetoothHearingAid$Stub;->TRANSACTION_getDevicesMatchingConnectionStates:I
-Landroid/bluetooth/IBluetoothHearingAid$Stub;->TRANSACTION_getHiSyncId:I
-Landroid/bluetooth/IBluetoothHearingAid$Stub;->TRANSACTION_getPriority:I
-Landroid/bluetooth/IBluetoothHearingAid$Stub;->TRANSACTION_getVolume:I
-Landroid/bluetooth/IBluetoothHearingAid$Stub;->TRANSACTION_setActiveDevice:I
-Landroid/bluetooth/IBluetoothHearingAid$Stub;->TRANSACTION_setPriority:I
-Landroid/bluetooth/IBluetoothHearingAid$Stub;->TRANSACTION_setVolume:I
-Landroid/bluetooth/IBluetoothHearingAid;->adjustVolume(I)V
-Landroid/bluetooth/IBluetoothHearingAid;->connect(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothHearingAid;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothHearingAid;->getActiveDevices()Ljava/util/List;
-Landroid/bluetooth/IBluetoothHearingAid;->getConnectedDevices()Ljava/util/List;
-Landroid/bluetooth/IBluetoothHearingAid;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetoothHearingAid;->getDeviceMode(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetoothHearingAid;->getDeviceSide(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetoothHearingAid;->getDevicesMatchingConnectionStates([I)Ljava/util/List;
-Landroid/bluetooth/IBluetoothHearingAid;->getHiSyncId(Landroid/bluetooth/BluetoothDevice;)J
-Landroid/bluetooth/IBluetoothHearingAid;->getPriority(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetoothHearingAid;->getVolume()I
-Landroid/bluetooth/IBluetoothHearingAid;->HI_SYNC_ID_INVALID:I
-Landroid/bluetooth/IBluetoothHearingAid;->MODE_BINAURAL:I
-Landroid/bluetooth/IBluetoothHearingAid;->MODE_MONAURAL:I
-Landroid/bluetooth/IBluetoothHearingAid;->setActiveDevice(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothHearingAid;->setPriority(Landroid/bluetooth/BluetoothDevice;I)Z
-Landroid/bluetooth/IBluetoothHearingAid;->setVolume(I)V
-Landroid/bluetooth/IBluetoothHearingAid;->SIDE_LEFT:I
-Landroid/bluetooth/IBluetoothHearingAid;->SIDE_RIGHT:I
-Landroid/bluetooth/IBluetoothHidDevice$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
-Landroid/bluetooth/IBluetoothHidDevice$Stub$Proxy;->connect(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothHidDevice$Stub$Proxy;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothHidDevice$Stub$Proxy;->getConnectedDevices()Ljava/util/List;
-Landroid/bluetooth/IBluetoothHidDevice$Stub$Proxy;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetoothHidDevice$Stub$Proxy;->getDevicesMatchingConnectionStates([I)Ljava/util/List;
-Landroid/bluetooth/IBluetoothHidDevice$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;
-Landroid/bluetooth/IBluetoothHidDevice$Stub$Proxy;->getUserAppName()Ljava/lang/String;
-Landroid/bluetooth/IBluetoothHidDevice$Stub$Proxy;->mRemote:Landroid/os/IBinder;
-Landroid/bluetooth/IBluetoothHidDevice$Stub$Proxy;->registerApp(Landroid/bluetooth/BluetoothHidDeviceAppSdpSettings;Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;Landroid/bluetooth/IBluetoothHidDeviceCallback;)Z
-Landroid/bluetooth/IBluetoothHidDevice$Stub$Proxy;->replyReport(Landroid/bluetooth/BluetoothDevice;BB[B)Z
-Landroid/bluetooth/IBluetoothHidDevice$Stub$Proxy;->reportError(Landroid/bluetooth/BluetoothDevice;B)Z
-Landroid/bluetooth/IBluetoothHidDevice$Stub$Proxy;->sendReport(Landroid/bluetooth/BluetoothDevice;I[B)Z
-Landroid/bluetooth/IBluetoothHidDevice$Stub$Proxy;->unplug(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothHidDevice$Stub$Proxy;->unregisterApp()Z
-Landroid/bluetooth/IBluetoothHidDevice$Stub;-><init>()V
-Landroid/bluetooth/IBluetoothHidDevice$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluetoothHidDevice;
-Landroid/bluetooth/IBluetoothHidDevice$Stub;->DESCRIPTOR:Ljava/lang/String;
-Landroid/bluetooth/IBluetoothHidDevice$Stub;->TRANSACTION_connect:I
-Landroid/bluetooth/IBluetoothHidDevice$Stub;->TRANSACTION_disconnect:I
-Landroid/bluetooth/IBluetoothHidDevice$Stub;->TRANSACTION_getConnectedDevices:I
-Landroid/bluetooth/IBluetoothHidDevice$Stub;->TRANSACTION_getConnectionState:I
-Landroid/bluetooth/IBluetoothHidDevice$Stub;->TRANSACTION_getDevicesMatchingConnectionStates:I
-Landroid/bluetooth/IBluetoothHidDevice$Stub;->TRANSACTION_getUserAppName:I
-Landroid/bluetooth/IBluetoothHidDevice$Stub;->TRANSACTION_registerApp:I
-Landroid/bluetooth/IBluetoothHidDevice$Stub;->TRANSACTION_replyReport:I
-Landroid/bluetooth/IBluetoothHidDevice$Stub;->TRANSACTION_reportError:I
-Landroid/bluetooth/IBluetoothHidDevice$Stub;->TRANSACTION_sendReport:I
-Landroid/bluetooth/IBluetoothHidDevice$Stub;->TRANSACTION_unplug:I
-Landroid/bluetooth/IBluetoothHidDevice$Stub;->TRANSACTION_unregisterApp:I
-Landroid/bluetooth/IBluetoothHidDevice;->connect(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothHidDevice;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothHidDevice;->getConnectedDevices()Ljava/util/List;
-Landroid/bluetooth/IBluetoothHidDevice;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetoothHidDevice;->getDevicesMatchingConnectionStates([I)Ljava/util/List;
-Landroid/bluetooth/IBluetoothHidDevice;->getUserAppName()Ljava/lang/String;
-Landroid/bluetooth/IBluetoothHidDevice;->registerApp(Landroid/bluetooth/BluetoothHidDeviceAppSdpSettings;Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;Landroid/bluetooth/BluetoothHidDeviceAppQosSettings;Landroid/bluetooth/IBluetoothHidDeviceCallback;)Z
-Landroid/bluetooth/IBluetoothHidDevice;->replyReport(Landroid/bluetooth/BluetoothDevice;BB[B)Z
-Landroid/bluetooth/IBluetoothHidDevice;->reportError(Landroid/bluetooth/BluetoothDevice;B)Z
-Landroid/bluetooth/IBluetoothHidDevice;->sendReport(Landroid/bluetooth/BluetoothDevice;I[B)Z
-Landroid/bluetooth/IBluetoothHidDevice;->unplug(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothHidDevice;->unregisterApp()Z
-Landroid/bluetooth/IBluetoothHidDeviceCallback$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
-Landroid/bluetooth/IBluetoothHidDeviceCallback$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;
-Landroid/bluetooth/IBluetoothHidDeviceCallback$Stub$Proxy;->mRemote:Landroid/os/IBinder;
-Landroid/bluetooth/IBluetoothHidDeviceCallback$Stub$Proxy;->onAppStatusChanged(Landroid/bluetooth/BluetoothDevice;Z)V
-Landroid/bluetooth/IBluetoothHidDeviceCallback$Stub$Proxy;->onConnectionStateChanged(Landroid/bluetooth/BluetoothDevice;I)V
-Landroid/bluetooth/IBluetoothHidDeviceCallback$Stub$Proxy;->onGetReport(Landroid/bluetooth/BluetoothDevice;BBI)V
-Landroid/bluetooth/IBluetoothHidDeviceCallback$Stub$Proxy;->onInterruptData(Landroid/bluetooth/BluetoothDevice;B[B)V
-Landroid/bluetooth/IBluetoothHidDeviceCallback$Stub$Proxy;->onSetProtocol(Landroid/bluetooth/BluetoothDevice;B)V
-Landroid/bluetooth/IBluetoothHidDeviceCallback$Stub$Proxy;->onSetReport(Landroid/bluetooth/BluetoothDevice;BB[B)V
-Landroid/bluetooth/IBluetoothHidDeviceCallback$Stub$Proxy;->onVirtualCableUnplug(Landroid/bluetooth/BluetoothDevice;)V
-Landroid/bluetooth/IBluetoothHidDeviceCallback$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluetoothHidDeviceCallback;
-Landroid/bluetooth/IBluetoothHidDeviceCallback$Stub;->DESCRIPTOR:Ljava/lang/String;
-Landroid/bluetooth/IBluetoothHidDeviceCallback$Stub;->TRANSACTION_onAppStatusChanged:I
-Landroid/bluetooth/IBluetoothHidDeviceCallback$Stub;->TRANSACTION_onConnectionStateChanged:I
-Landroid/bluetooth/IBluetoothHidDeviceCallback$Stub;->TRANSACTION_onGetReport:I
-Landroid/bluetooth/IBluetoothHidDeviceCallback$Stub;->TRANSACTION_onInterruptData:I
-Landroid/bluetooth/IBluetoothHidDeviceCallback$Stub;->TRANSACTION_onSetProtocol:I
-Landroid/bluetooth/IBluetoothHidDeviceCallback$Stub;->TRANSACTION_onSetReport:I
-Landroid/bluetooth/IBluetoothHidDeviceCallback$Stub;->TRANSACTION_onVirtualCableUnplug:I
-Landroid/bluetooth/IBluetoothHidDeviceCallback;->onAppStatusChanged(Landroid/bluetooth/BluetoothDevice;Z)V
-Landroid/bluetooth/IBluetoothHidDeviceCallback;->onConnectionStateChanged(Landroid/bluetooth/BluetoothDevice;I)V
-Landroid/bluetooth/IBluetoothHidDeviceCallback;->onGetReport(Landroid/bluetooth/BluetoothDevice;BBI)V
-Landroid/bluetooth/IBluetoothHidDeviceCallback;->onInterruptData(Landroid/bluetooth/BluetoothDevice;B[B)V
-Landroid/bluetooth/IBluetoothHidDeviceCallback;->onSetProtocol(Landroid/bluetooth/BluetoothDevice;B)V
-Landroid/bluetooth/IBluetoothHidDeviceCallback;->onSetReport(Landroid/bluetooth/BluetoothDevice;BB[B)V
-Landroid/bluetooth/IBluetoothHidDeviceCallback;->onVirtualCableUnplug(Landroid/bluetooth/BluetoothDevice;)V
-Landroid/bluetooth/IBluetoothHidHost$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
-Landroid/bluetooth/IBluetoothHidHost$Stub$Proxy;->connect(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothHidHost$Stub$Proxy;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothHidHost$Stub$Proxy;->getConnectedDevices()Ljava/util/List;
-Landroid/bluetooth/IBluetoothHidHost$Stub$Proxy;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetoothHidHost$Stub$Proxy;->getDevicesMatchingConnectionStates([I)Ljava/util/List;
-Landroid/bluetooth/IBluetoothHidHost$Stub$Proxy;->getIdleTime(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothHidHost$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;
-Landroid/bluetooth/IBluetoothHidHost$Stub$Proxy;->getPriority(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetoothHidHost$Stub$Proxy;->getProtocolMode(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothHidHost$Stub$Proxy;->getReport(Landroid/bluetooth/BluetoothDevice;BBI)Z
-Landroid/bluetooth/IBluetoothHidHost$Stub$Proxy;->mRemote:Landroid/os/IBinder;
-Landroid/bluetooth/IBluetoothHidHost$Stub$Proxy;->sendData(Landroid/bluetooth/BluetoothDevice;Ljava/lang/String;)Z
-Landroid/bluetooth/IBluetoothHidHost$Stub$Proxy;->setIdleTime(Landroid/bluetooth/BluetoothDevice;B)Z
-Landroid/bluetooth/IBluetoothHidHost$Stub$Proxy;->setPriority(Landroid/bluetooth/BluetoothDevice;I)Z
-Landroid/bluetooth/IBluetoothHidHost$Stub$Proxy;->setProtocolMode(Landroid/bluetooth/BluetoothDevice;I)Z
-Landroid/bluetooth/IBluetoothHidHost$Stub$Proxy;->setReport(Landroid/bluetooth/BluetoothDevice;BLjava/lang/String;)Z
-Landroid/bluetooth/IBluetoothHidHost$Stub$Proxy;->virtualUnplug(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothHidHost$Stub;-><init>()V
-Landroid/bluetooth/IBluetoothHidHost$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluetoothHidHost;
-Landroid/bluetooth/IBluetoothHidHost$Stub;->DESCRIPTOR:Ljava/lang/String;
-Landroid/bluetooth/IBluetoothHidHost$Stub;->TRANSACTION_connect:I
-Landroid/bluetooth/IBluetoothHidHost$Stub;->TRANSACTION_disconnect:I
-Landroid/bluetooth/IBluetoothHidHost$Stub;->TRANSACTION_getConnectedDevices:I
-Landroid/bluetooth/IBluetoothHidHost$Stub;->TRANSACTION_getConnectionState:I
-Landroid/bluetooth/IBluetoothHidHost$Stub;->TRANSACTION_getDevicesMatchingConnectionStates:I
-Landroid/bluetooth/IBluetoothHidHost$Stub;->TRANSACTION_getIdleTime:I
-Landroid/bluetooth/IBluetoothHidHost$Stub;->TRANSACTION_getPriority:I
-Landroid/bluetooth/IBluetoothHidHost$Stub;->TRANSACTION_getProtocolMode:I
-Landroid/bluetooth/IBluetoothHidHost$Stub;->TRANSACTION_getReport:I
-Landroid/bluetooth/IBluetoothHidHost$Stub;->TRANSACTION_sendData:I
-Landroid/bluetooth/IBluetoothHidHost$Stub;->TRANSACTION_setIdleTime:I
-Landroid/bluetooth/IBluetoothHidHost$Stub;->TRANSACTION_setPriority:I
-Landroid/bluetooth/IBluetoothHidHost$Stub;->TRANSACTION_setProtocolMode:I
-Landroid/bluetooth/IBluetoothHidHost$Stub;->TRANSACTION_setReport:I
-Landroid/bluetooth/IBluetoothHidHost$Stub;->TRANSACTION_virtualUnplug:I
-Landroid/bluetooth/IBluetoothHidHost;->connect(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothHidHost;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothHidHost;->getConnectedDevices()Ljava/util/List;
-Landroid/bluetooth/IBluetoothHidHost;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetoothHidHost;->getDevicesMatchingConnectionStates([I)Ljava/util/List;
-Landroid/bluetooth/IBluetoothHidHost;->getIdleTime(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothHidHost;->getPriority(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetoothHidHost;->getProtocolMode(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothHidHost;->getReport(Landroid/bluetooth/BluetoothDevice;BBI)Z
-Landroid/bluetooth/IBluetoothHidHost;->sendData(Landroid/bluetooth/BluetoothDevice;Ljava/lang/String;)Z
-Landroid/bluetooth/IBluetoothHidHost;->setIdleTime(Landroid/bluetooth/BluetoothDevice;B)Z
-Landroid/bluetooth/IBluetoothHidHost;->setPriority(Landroid/bluetooth/BluetoothDevice;I)Z
-Landroid/bluetooth/IBluetoothHidHost;->setProtocolMode(Landroid/bluetooth/BluetoothDevice;I)Z
-Landroid/bluetooth/IBluetoothHidHost;->setReport(Landroid/bluetooth/BluetoothDevice;BLjava/lang/String;)Z
-Landroid/bluetooth/IBluetoothHidHost;->virtualUnplug(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothManager$Stub$Proxy;->bindBluetoothProfileService(ILandroid/bluetooth/IBluetoothProfileServiceConnection;)Z
-Landroid/bluetooth/IBluetoothManager$Stub$Proxy;->disable(Ljava/lang/String;Z)Z
-Landroid/bluetooth/IBluetoothManager$Stub$Proxy;->enable(Ljava/lang/String;)Z
-Landroid/bluetooth/IBluetoothManager$Stub$Proxy;->enableNoAutoConnect(Ljava/lang/String;)Z
-Landroid/bluetooth/IBluetoothManager$Stub$Proxy;->getAddress()Ljava/lang/String;
-Landroid/bluetooth/IBluetoothManager$Stub$Proxy;->getBluetoothGatt()Landroid/bluetooth/IBluetoothGatt;
-Landroid/bluetooth/IBluetoothManager$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;
-Landroid/bluetooth/IBluetoothManager$Stub$Proxy;->getName()Ljava/lang/String;
-Landroid/bluetooth/IBluetoothManager$Stub$Proxy;->getState()I
-Landroid/bluetooth/IBluetoothManager$Stub$Proxy;->isBleAppPresent()Z
-Landroid/bluetooth/IBluetoothManager$Stub$Proxy;->isBleScanAlwaysAvailable()Z
-Landroid/bluetooth/IBluetoothManager$Stub$Proxy;->isEnabled()Z
-Landroid/bluetooth/IBluetoothManager$Stub$Proxy;->mRemote:Landroid/os/IBinder;
-Landroid/bluetooth/IBluetoothManager$Stub$Proxy;->registerAdapter(Landroid/bluetooth/IBluetoothManagerCallback;)Landroid/bluetooth/IBluetooth;
-Landroid/bluetooth/IBluetoothManager$Stub$Proxy;->registerStateChangeCallback(Landroid/bluetooth/IBluetoothStateChangeCallback;)V
-Landroid/bluetooth/IBluetoothManager$Stub$Proxy;->unbindBluetoothProfileService(ILandroid/bluetooth/IBluetoothProfileServiceConnection;)V
-Landroid/bluetooth/IBluetoothManager$Stub$Proxy;->unregisterAdapter(Landroid/bluetooth/IBluetoothManagerCallback;)V
-Landroid/bluetooth/IBluetoothManager$Stub$Proxy;->unregisterStateChangeCallback(Landroid/bluetooth/IBluetoothStateChangeCallback;)V
-Landroid/bluetooth/IBluetoothManager$Stub$Proxy;->updateBleAppCount(Landroid/os/IBinder;ZLjava/lang/String;)I
-Landroid/bluetooth/IBluetoothManager$Stub;-><init>()V
-Landroid/bluetooth/IBluetoothManager$Stub;->DESCRIPTOR:Ljava/lang/String;
-Landroid/bluetooth/IBluetoothManager$Stub;->TRANSACTION_bindBluetoothProfileService:I
-Landroid/bluetooth/IBluetoothManager$Stub;->TRANSACTION_disable:I
-Landroid/bluetooth/IBluetoothManager$Stub;->TRANSACTION_enableNoAutoConnect:I
-Landroid/bluetooth/IBluetoothManager$Stub;->TRANSACTION_getAddress:I
-Landroid/bluetooth/IBluetoothManager$Stub;->TRANSACTION_getBluetoothGatt:I
-Landroid/bluetooth/IBluetoothManager$Stub;->TRANSACTION_getName:I
-Landroid/bluetooth/IBluetoothManager$Stub;->TRANSACTION_getState:I
-Landroid/bluetooth/IBluetoothManager$Stub;->TRANSACTION_isBleAppPresent:I
-Landroid/bluetooth/IBluetoothManager$Stub;->TRANSACTION_isBleScanAlwaysAvailable:I
-Landroid/bluetooth/IBluetoothManager$Stub;->TRANSACTION_isEnabled:I
-Landroid/bluetooth/IBluetoothManager$Stub;->TRANSACTION_registerAdapter:I
-Landroid/bluetooth/IBluetoothManager$Stub;->TRANSACTION_registerStateChangeCallback:I
-Landroid/bluetooth/IBluetoothManager$Stub;->TRANSACTION_unbindBluetoothProfileService:I
-Landroid/bluetooth/IBluetoothManager$Stub;->TRANSACTION_unregisterAdapter:I
-Landroid/bluetooth/IBluetoothManager$Stub;->TRANSACTION_unregisterStateChangeCallback:I
-Landroid/bluetooth/IBluetoothManager$Stub;->TRANSACTION_updateBleAppCount:I
-Landroid/bluetooth/IBluetoothManager;->bindBluetoothProfileService(ILandroid/bluetooth/IBluetoothProfileServiceConnection;)Z
-Landroid/bluetooth/IBluetoothManager;->disable(Ljava/lang/String;Z)Z
-Landroid/bluetooth/IBluetoothManager;->enable(Ljava/lang/String;)Z
-Landroid/bluetooth/IBluetoothManager;->enableNoAutoConnect(Ljava/lang/String;)Z
-Landroid/bluetooth/IBluetoothManager;->getAddress()Ljava/lang/String;
-Landroid/bluetooth/IBluetoothManager;->getName()Ljava/lang/String;
-Landroid/bluetooth/IBluetoothManager;->getState()I
-Landroid/bluetooth/IBluetoothManager;->isBleAppPresent()Z
-Landroid/bluetooth/IBluetoothManager;->isBleScanAlwaysAvailable()Z
-Landroid/bluetooth/IBluetoothManager;->isEnabled()Z
-Landroid/bluetooth/IBluetoothManager;->registerAdapter(Landroid/bluetooth/IBluetoothManagerCallback;)Landroid/bluetooth/IBluetooth;
-Landroid/bluetooth/IBluetoothManager;->unbindBluetoothProfileService(ILandroid/bluetooth/IBluetoothProfileServiceConnection;)V
-Landroid/bluetooth/IBluetoothManager;->unregisterAdapter(Landroid/bluetooth/IBluetoothManagerCallback;)V
-Landroid/bluetooth/IBluetoothManager;->updateBleAppCount(Landroid/os/IBinder;ZLjava/lang/String;)I
-Landroid/bluetooth/IBluetoothManagerCallback$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
-Landroid/bluetooth/IBluetoothManagerCallback$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;
-Landroid/bluetooth/IBluetoothManagerCallback$Stub$Proxy;->mRemote:Landroid/os/IBinder;
-Landroid/bluetooth/IBluetoothManagerCallback$Stub$Proxy;->onBluetoothServiceDown()V
-Landroid/bluetooth/IBluetoothManagerCallback$Stub$Proxy;->onBluetoothServiceUp(Landroid/bluetooth/IBluetooth;)V
-Landroid/bluetooth/IBluetoothManagerCallback$Stub$Proxy;->onBrEdrDown()V
-Landroid/bluetooth/IBluetoothManagerCallback$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluetoothManagerCallback;
-Landroid/bluetooth/IBluetoothManagerCallback$Stub;->DESCRIPTOR:Ljava/lang/String;
-Landroid/bluetooth/IBluetoothManagerCallback$Stub;->TRANSACTION_onBluetoothServiceDown:I
-Landroid/bluetooth/IBluetoothManagerCallback$Stub;->TRANSACTION_onBluetoothServiceUp:I
-Landroid/bluetooth/IBluetoothManagerCallback$Stub;->TRANSACTION_onBrEdrDown:I
-Landroid/bluetooth/IBluetoothManagerCallback;->onBluetoothServiceDown()V
-Landroid/bluetooth/IBluetoothManagerCallback;->onBluetoothServiceUp(Landroid/bluetooth/IBluetooth;)V
-Landroid/bluetooth/IBluetoothManagerCallback;->onBrEdrDown()V
-Landroid/bluetooth/IBluetoothMap$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
-Landroid/bluetooth/IBluetoothMap$Stub$Proxy;->connect(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothMap$Stub$Proxy;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothMap$Stub$Proxy;->getClient()Landroid/bluetooth/BluetoothDevice;
-Landroid/bluetooth/IBluetoothMap$Stub$Proxy;->getConnectedDevices()Ljava/util/List;
-Landroid/bluetooth/IBluetoothMap$Stub$Proxy;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetoothMap$Stub$Proxy;->getDevicesMatchingConnectionStates([I)Ljava/util/List;
-Landroid/bluetooth/IBluetoothMap$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;
-Landroid/bluetooth/IBluetoothMap$Stub$Proxy;->getPriority(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetoothMap$Stub$Proxy;->getState()I
-Landroid/bluetooth/IBluetoothMap$Stub$Proxy;->isConnected(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothMap$Stub$Proxy;->mRemote:Landroid/os/IBinder;
-Landroid/bluetooth/IBluetoothMap$Stub$Proxy;->setPriority(Landroid/bluetooth/BluetoothDevice;I)Z
-Landroid/bluetooth/IBluetoothMap$Stub;-><init>()V
-Landroid/bluetooth/IBluetoothMap$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluetoothMap;
-Landroid/bluetooth/IBluetoothMap$Stub;->DESCRIPTOR:Ljava/lang/String;
-Landroid/bluetooth/IBluetoothMap$Stub;->TRANSACTION_connect:I
-Landroid/bluetooth/IBluetoothMap$Stub;->TRANSACTION_disconnect:I
-Landroid/bluetooth/IBluetoothMap$Stub;->TRANSACTION_getClient:I
-Landroid/bluetooth/IBluetoothMap$Stub;->TRANSACTION_getConnectedDevices:I
-Landroid/bluetooth/IBluetoothMap$Stub;->TRANSACTION_getConnectionState:I
-Landroid/bluetooth/IBluetoothMap$Stub;->TRANSACTION_getDevicesMatchingConnectionStates:I
-Landroid/bluetooth/IBluetoothMap$Stub;->TRANSACTION_getPriority:I
-Landroid/bluetooth/IBluetoothMap$Stub;->TRANSACTION_getState:I
-Landroid/bluetooth/IBluetoothMap$Stub;->TRANSACTION_isConnected:I
-Landroid/bluetooth/IBluetoothMap$Stub;->TRANSACTION_setPriority:I
-Landroid/bluetooth/IBluetoothMap;->connect(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothMap;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothMap;->getClient()Landroid/bluetooth/BluetoothDevice;
-Landroid/bluetooth/IBluetoothMap;->getConnectedDevices()Ljava/util/List;
-Landroid/bluetooth/IBluetoothMap;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetoothMap;->getDevicesMatchingConnectionStates([I)Ljava/util/List;
-Landroid/bluetooth/IBluetoothMap;->getPriority(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetoothMap;->getState()I
-Landroid/bluetooth/IBluetoothMap;->isConnected(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothMap;->setPriority(Landroid/bluetooth/BluetoothDevice;I)Z
-Landroid/bluetooth/IBluetoothMapClient$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
-Landroid/bluetooth/IBluetoothMapClient$Stub$Proxy;->connect(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothMapClient$Stub$Proxy;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothMapClient$Stub$Proxy;->getConnectedDevices()Ljava/util/List;
-Landroid/bluetooth/IBluetoothMapClient$Stub$Proxy;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetoothMapClient$Stub$Proxy;->getDevicesMatchingConnectionStates([I)Ljava/util/List;
-Landroid/bluetooth/IBluetoothMapClient$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;
-Landroid/bluetooth/IBluetoothMapClient$Stub$Proxy;->getPriority(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetoothMapClient$Stub$Proxy;->getUnreadMessages(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothMapClient$Stub$Proxy;->isConnected(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothMapClient$Stub$Proxy;->mRemote:Landroid/os/IBinder;
-Landroid/bluetooth/IBluetoothMapClient$Stub$Proxy;->sendMessage(Landroid/bluetooth/BluetoothDevice;[Landroid/net/Uri;Ljava/lang/String;Landroid/app/PendingIntent;Landroid/app/PendingIntent;)Z
-Landroid/bluetooth/IBluetoothMapClient$Stub$Proxy;->setPriority(Landroid/bluetooth/BluetoothDevice;I)Z
-Landroid/bluetooth/IBluetoothMapClient$Stub;-><init>()V
-Landroid/bluetooth/IBluetoothMapClient$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluetoothMapClient;
-Landroid/bluetooth/IBluetoothMapClient$Stub;->DESCRIPTOR:Ljava/lang/String;
-Landroid/bluetooth/IBluetoothMapClient$Stub;->TRANSACTION_connect:I
-Landroid/bluetooth/IBluetoothMapClient$Stub;->TRANSACTION_disconnect:I
-Landroid/bluetooth/IBluetoothMapClient$Stub;->TRANSACTION_getConnectedDevices:I
-Landroid/bluetooth/IBluetoothMapClient$Stub;->TRANSACTION_getConnectionState:I
-Landroid/bluetooth/IBluetoothMapClient$Stub;->TRANSACTION_getDevicesMatchingConnectionStates:I
-Landroid/bluetooth/IBluetoothMapClient$Stub;->TRANSACTION_getPriority:I
-Landroid/bluetooth/IBluetoothMapClient$Stub;->TRANSACTION_getUnreadMessages:I
-Landroid/bluetooth/IBluetoothMapClient$Stub;->TRANSACTION_isConnected:I
-Landroid/bluetooth/IBluetoothMapClient$Stub;->TRANSACTION_sendMessage:I
-Landroid/bluetooth/IBluetoothMapClient$Stub;->TRANSACTION_setPriority:I
-Landroid/bluetooth/IBluetoothMapClient;->connect(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothMapClient;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothMapClient;->getConnectedDevices()Ljava/util/List;
-Landroid/bluetooth/IBluetoothMapClient;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetoothMapClient;->getDevicesMatchingConnectionStates([I)Ljava/util/List;
-Landroid/bluetooth/IBluetoothMapClient;->getPriority(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetoothMapClient;->getUnreadMessages(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothMapClient;->isConnected(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothMapClient;->sendMessage(Landroid/bluetooth/BluetoothDevice;[Landroid/net/Uri;Ljava/lang/String;Landroid/app/PendingIntent;Landroid/app/PendingIntent;)Z
-Landroid/bluetooth/IBluetoothMapClient;->setPriority(Landroid/bluetooth/BluetoothDevice;I)Z
-Landroid/bluetooth/IBluetoothPan$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
-Landroid/bluetooth/IBluetoothPan$Stub$Proxy;->connect(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothPan$Stub$Proxy;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothPan$Stub$Proxy;->getConnectedDevices()Ljava/util/List;
-Landroid/bluetooth/IBluetoothPan$Stub$Proxy;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetoothPan$Stub$Proxy;->getDevicesMatchingConnectionStates([I)Ljava/util/List;
-Landroid/bluetooth/IBluetoothPan$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;
-Landroid/bluetooth/IBluetoothPan$Stub$Proxy;->isTetheringOn()Z
-Landroid/bluetooth/IBluetoothPan$Stub$Proxy;->mRemote:Landroid/os/IBinder;
-Landroid/bluetooth/IBluetoothPan$Stub$Proxy;->setBluetoothTethering(Z)V
-Landroid/bluetooth/IBluetoothPan$Stub;-><init>()V
-Landroid/bluetooth/IBluetoothPan$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluetoothPan;
-Landroid/bluetooth/IBluetoothPan$Stub;->DESCRIPTOR:Ljava/lang/String;
-Landroid/bluetooth/IBluetoothPan$Stub;->TRANSACTION_connect:I
-Landroid/bluetooth/IBluetoothPan$Stub;->TRANSACTION_disconnect:I
-Landroid/bluetooth/IBluetoothPan$Stub;->TRANSACTION_getConnectedDevices:I
-Landroid/bluetooth/IBluetoothPan$Stub;->TRANSACTION_getConnectionState:I
-Landroid/bluetooth/IBluetoothPan$Stub;->TRANSACTION_getDevicesMatchingConnectionStates:I
-Landroid/bluetooth/IBluetoothPan$Stub;->TRANSACTION_isTetheringOn:I
-Landroid/bluetooth/IBluetoothPan$Stub;->TRANSACTION_setBluetoothTethering:I
-Landroid/bluetooth/IBluetoothPan;->connect(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothPan;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothPan;->getConnectedDevices()Ljava/util/List;
-Landroid/bluetooth/IBluetoothPan;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetoothPan;->getDevicesMatchingConnectionStates([I)Ljava/util/List;
-Landroid/bluetooth/IBluetoothPan;->isTetheringOn()Z
-Landroid/bluetooth/IBluetoothPan;->setBluetoothTethering(Z)V
-Landroid/bluetooth/IBluetoothPbap$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
-Landroid/bluetooth/IBluetoothPbap$Stub$Proxy;->disconnect(Landroid/bluetooth/BluetoothDevice;)V
-Landroid/bluetooth/IBluetoothPbap$Stub$Proxy;->getConnectedDevices()Ljava/util/List;
-Landroid/bluetooth/IBluetoothPbap$Stub$Proxy;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetoothPbap$Stub$Proxy;->getDevicesMatchingConnectionStates([I)Ljava/util/List;
-Landroid/bluetooth/IBluetoothPbap$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;
-Landroid/bluetooth/IBluetoothPbap$Stub$Proxy;->mRemote:Landroid/os/IBinder;
-Landroid/bluetooth/IBluetoothPbap$Stub;-><init>()V
-Landroid/bluetooth/IBluetoothPbap$Stub;->DESCRIPTOR:Ljava/lang/String;
-Landroid/bluetooth/IBluetoothPbap$Stub;->TRANSACTION_disconnect:I
-Landroid/bluetooth/IBluetoothPbap$Stub;->TRANSACTION_getConnectedDevices:I
-Landroid/bluetooth/IBluetoothPbap$Stub;->TRANSACTION_getConnectionState:I
-Landroid/bluetooth/IBluetoothPbap$Stub;->TRANSACTION_getDevicesMatchingConnectionStates:I
-Landroid/bluetooth/IBluetoothPbap;->disconnect(Landroid/bluetooth/BluetoothDevice;)V
-Landroid/bluetooth/IBluetoothPbap;->getConnectedDevices()Ljava/util/List;
-Landroid/bluetooth/IBluetoothPbap;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetoothPbap;->getDevicesMatchingConnectionStates([I)Ljava/util/List;
-Landroid/bluetooth/IBluetoothPbapClient$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
-Landroid/bluetooth/IBluetoothPbapClient$Stub$Proxy;->connect(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothPbapClient$Stub$Proxy;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothPbapClient$Stub$Proxy;->getConnectedDevices()Ljava/util/List;
-Landroid/bluetooth/IBluetoothPbapClient$Stub$Proxy;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetoothPbapClient$Stub$Proxy;->getDevicesMatchingConnectionStates([I)Ljava/util/List;
-Landroid/bluetooth/IBluetoothPbapClient$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;
-Landroid/bluetooth/IBluetoothPbapClient$Stub$Proxy;->getPriority(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetoothPbapClient$Stub$Proxy;->mRemote:Landroid/os/IBinder;
-Landroid/bluetooth/IBluetoothPbapClient$Stub$Proxy;->setPriority(Landroid/bluetooth/BluetoothDevice;I)Z
-Landroid/bluetooth/IBluetoothPbapClient$Stub;-><init>()V
-Landroid/bluetooth/IBluetoothPbapClient$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluetoothPbapClient;
-Landroid/bluetooth/IBluetoothPbapClient$Stub;->DESCRIPTOR:Ljava/lang/String;
-Landroid/bluetooth/IBluetoothPbapClient$Stub;->TRANSACTION_connect:I
-Landroid/bluetooth/IBluetoothPbapClient$Stub;->TRANSACTION_disconnect:I
-Landroid/bluetooth/IBluetoothPbapClient$Stub;->TRANSACTION_getConnectedDevices:I
-Landroid/bluetooth/IBluetoothPbapClient$Stub;->TRANSACTION_getConnectionState:I
-Landroid/bluetooth/IBluetoothPbapClient$Stub;->TRANSACTION_getDevicesMatchingConnectionStates:I
-Landroid/bluetooth/IBluetoothPbapClient$Stub;->TRANSACTION_getPriority:I
-Landroid/bluetooth/IBluetoothPbapClient$Stub;->TRANSACTION_setPriority:I
-Landroid/bluetooth/IBluetoothPbapClient;->connect(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothPbapClient;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothPbapClient;->getConnectedDevices()Ljava/util/List;
-Landroid/bluetooth/IBluetoothPbapClient;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetoothPbapClient;->getDevicesMatchingConnectionStates([I)Ljava/util/List;
-Landroid/bluetooth/IBluetoothPbapClient;->getPriority(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetoothPbapClient;->setPriority(Landroid/bluetooth/BluetoothDevice;I)Z
-Landroid/bluetooth/IBluetoothProfileServiceConnection$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
-Landroid/bluetooth/IBluetoothProfileServiceConnection$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;
-Landroid/bluetooth/IBluetoothProfileServiceConnection$Stub$Proxy;->mRemote:Landroid/os/IBinder;
-Landroid/bluetooth/IBluetoothProfileServiceConnection$Stub$Proxy;->onServiceConnected(Landroid/content/ComponentName;Landroid/os/IBinder;)V
-Landroid/bluetooth/IBluetoothProfileServiceConnection$Stub$Proxy;->onServiceDisconnected(Landroid/content/ComponentName;)V
-Landroid/bluetooth/IBluetoothProfileServiceConnection$Stub;-><init>()V
-Landroid/bluetooth/IBluetoothProfileServiceConnection$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluetoothProfileServiceConnection;
-Landroid/bluetooth/IBluetoothProfileServiceConnection$Stub;->DESCRIPTOR:Ljava/lang/String;
-Landroid/bluetooth/IBluetoothProfileServiceConnection$Stub;->TRANSACTION_onServiceConnected:I
-Landroid/bluetooth/IBluetoothProfileServiceConnection$Stub;->TRANSACTION_onServiceDisconnected:I
-Landroid/bluetooth/IBluetoothProfileServiceConnection;->onServiceConnected(Landroid/content/ComponentName;Landroid/os/IBinder;)V
-Landroid/bluetooth/IBluetoothProfileServiceConnection;->onServiceDisconnected(Landroid/content/ComponentName;)V
-Landroid/bluetooth/IBluetoothSap$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
-Landroid/bluetooth/IBluetoothSap$Stub$Proxy;->connect(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothSap$Stub$Proxy;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothSap$Stub$Proxy;->getClient()Landroid/bluetooth/BluetoothDevice;
-Landroid/bluetooth/IBluetoothSap$Stub$Proxy;->getConnectedDevices()Ljava/util/List;
-Landroid/bluetooth/IBluetoothSap$Stub$Proxy;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetoothSap$Stub$Proxy;->getDevicesMatchingConnectionStates([I)Ljava/util/List;
-Landroid/bluetooth/IBluetoothSap$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;
-Landroid/bluetooth/IBluetoothSap$Stub$Proxy;->getPriority(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetoothSap$Stub$Proxy;->getState()I
-Landroid/bluetooth/IBluetoothSap$Stub$Proxy;->isConnected(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothSap$Stub$Proxy;->mRemote:Landroid/os/IBinder;
-Landroid/bluetooth/IBluetoothSap$Stub$Proxy;->setPriority(Landroid/bluetooth/BluetoothDevice;I)Z
-Landroid/bluetooth/IBluetoothSap$Stub;-><init>()V
-Landroid/bluetooth/IBluetoothSap$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluetoothSap;
-Landroid/bluetooth/IBluetoothSap$Stub;->DESCRIPTOR:Ljava/lang/String;
-Landroid/bluetooth/IBluetoothSap$Stub;->TRANSACTION_connect:I
-Landroid/bluetooth/IBluetoothSap$Stub;->TRANSACTION_disconnect:I
-Landroid/bluetooth/IBluetoothSap$Stub;->TRANSACTION_getClient:I
-Landroid/bluetooth/IBluetoothSap$Stub;->TRANSACTION_getConnectedDevices:I
-Landroid/bluetooth/IBluetoothSap$Stub;->TRANSACTION_getConnectionState:I
-Landroid/bluetooth/IBluetoothSap$Stub;->TRANSACTION_getDevicesMatchingConnectionStates:I
-Landroid/bluetooth/IBluetoothSap$Stub;->TRANSACTION_getPriority:I
-Landroid/bluetooth/IBluetoothSap$Stub;->TRANSACTION_getState:I
-Landroid/bluetooth/IBluetoothSap$Stub;->TRANSACTION_isConnected:I
-Landroid/bluetooth/IBluetoothSap$Stub;->TRANSACTION_setPriority:I
-Landroid/bluetooth/IBluetoothSap;->connect(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothSap;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothSap;->getClient()Landroid/bluetooth/BluetoothDevice;
-Landroid/bluetooth/IBluetoothSap;->getConnectedDevices()Ljava/util/List;
-Landroid/bluetooth/IBluetoothSap;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetoothSap;->getDevicesMatchingConnectionStates([I)Ljava/util/List;
-Landroid/bluetooth/IBluetoothSap;->getPriority(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetoothSap;->getState()I
-Landroid/bluetooth/IBluetoothSap;->isConnected(Landroid/bluetooth/BluetoothDevice;)Z
-Landroid/bluetooth/IBluetoothSap;->setPriority(Landroid/bluetooth/BluetoothDevice;I)Z
-Landroid/bluetooth/IBluetoothSocketManager$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
-Landroid/bluetooth/IBluetoothSocketManager$Stub$Proxy;->connectSocket(Landroid/bluetooth/BluetoothDevice;ILandroid/os/ParcelUuid;II)Landroid/os/ParcelFileDescriptor;
-Landroid/bluetooth/IBluetoothSocketManager$Stub$Proxy;->createSocketChannel(ILjava/lang/String;Landroid/os/ParcelUuid;II)Landroid/os/ParcelFileDescriptor;
-Landroid/bluetooth/IBluetoothSocketManager$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;
-Landroid/bluetooth/IBluetoothSocketManager$Stub$Proxy;->mRemote:Landroid/os/IBinder;
-Landroid/bluetooth/IBluetoothSocketManager$Stub$Proxy;->requestMaximumTxDataLength(Landroid/bluetooth/BluetoothDevice;)V
-Landroid/bluetooth/IBluetoothSocketManager$Stub;-><init>()V
-Landroid/bluetooth/IBluetoothSocketManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluetoothSocketManager;
-Landroid/bluetooth/IBluetoothSocketManager$Stub;->DESCRIPTOR:Ljava/lang/String;
-Landroid/bluetooth/IBluetoothSocketManager$Stub;->TRANSACTION_connectSocket:I
-Landroid/bluetooth/IBluetoothSocketManager$Stub;->TRANSACTION_createSocketChannel:I
-Landroid/bluetooth/IBluetoothSocketManager$Stub;->TRANSACTION_requestMaximumTxDataLength:I
-Landroid/bluetooth/IBluetoothSocketManager;->connectSocket(Landroid/bluetooth/BluetoothDevice;ILandroid/os/ParcelUuid;II)Landroid/os/ParcelFileDescriptor;
-Landroid/bluetooth/IBluetoothSocketManager;->createSocketChannel(ILjava/lang/String;Landroid/os/ParcelUuid;II)Landroid/os/ParcelFileDescriptor;
-Landroid/bluetooth/IBluetoothSocketManager;->requestMaximumTxDataLength(Landroid/bluetooth/BluetoothDevice;)V
-Landroid/bluetooth/IBluetoothStateChangeCallback$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
-Landroid/bluetooth/IBluetoothStateChangeCallback$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;
-Landroid/bluetooth/IBluetoothStateChangeCallback$Stub$Proxy;->mRemote:Landroid/os/IBinder;
-Landroid/bluetooth/IBluetoothStateChangeCallback$Stub$Proxy;->onBluetoothStateChange(Z)V
-Landroid/bluetooth/IBluetoothStateChangeCallback$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluetoothStateChangeCallback;
-Landroid/bluetooth/IBluetoothStateChangeCallback$Stub;->DESCRIPTOR:Ljava/lang/String;
-Landroid/bluetooth/IBluetoothStateChangeCallback$Stub;->TRANSACTION_onBluetoothStateChange:I
-Landroid/bluetooth/IBluetoothStateChangeCallback;->onBluetoothStateChange(Z)V
-Landroid/bluetooth/le/AdvertiseCallback;->ADVERTISE_SUCCESS:I
-Landroid/bluetooth/le/AdvertiseData$Builder;->mIncludeDeviceName:Z
-Landroid/bluetooth/le/AdvertiseData$Builder;->mIncludeTxPowerLevel:Z
-Landroid/bluetooth/le/AdvertiseData$Builder;->mManufacturerSpecificData:Landroid/util/SparseArray;
-Landroid/bluetooth/le/AdvertiseData$Builder;->mServiceData:Ljava/util/Map;
-Landroid/bluetooth/le/AdvertiseData$Builder;->mServiceUuids:Ljava/util/List;
-Landroid/bluetooth/le/AdvertiseData;-><init>(Ljava/util/List;Landroid/util/SparseArray;Ljava/util/Map;ZZ)V
-Landroid/bluetooth/le/AdvertiseData;->mIncludeDeviceName:Z
-Landroid/bluetooth/le/AdvertiseData;->mIncludeTxPowerLevel:Z
-Landroid/bluetooth/le/AdvertiseData;->mManufacturerSpecificData:Landroid/util/SparseArray;
-Landroid/bluetooth/le/AdvertiseData;->mServiceData:Ljava/util/Map;
-Landroid/bluetooth/le/AdvertiseData;->mServiceUuids:Ljava/util/List;
-Landroid/bluetooth/le/AdvertiseSettings$Builder;->mConnectable:Z
-Landroid/bluetooth/le/AdvertiseSettings$Builder;->mMode:I
-Landroid/bluetooth/le/AdvertiseSettings$Builder;->mTimeoutMillis:I
-Landroid/bluetooth/le/AdvertiseSettings$Builder;->mTxPowerLevel:I
-Landroid/bluetooth/le/AdvertiseSettings;-><init>(IIZI)V
-Landroid/bluetooth/le/AdvertiseSettings;-><init>(Landroid/os/Parcel;)V
-Landroid/bluetooth/le/AdvertiseSettings;->LIMITED_ADVERTISING_MAX_MILLIS:I
-Landroid/bluetooth/le/AdvertiseSettings;->mAdvertiseConnectable:Z
-Landroid/bluetooth/le/AdvertiseSettings;->mAdvertiseMode:I
-Landroid/bluetooth/le/AdvertiseSettings;->mAdvertiseTimeoutMillis:I
-Landroid/bluetooth/le/AdvertiseSettings;->mAdvertiseTxPowerLevel:I
-Landroid/bluetooth/le/AdvertisingSet;-><init>(ILandroid/bluetooth/IBluetoothManager;)V
-Landroid/bluetooth/le/AdvertisingSet;->getAdvertiserId()I
-Landroid/bluetooth/le/AdvertisingSet;->getOwnAddress()V
-Landroid/bluetooth/le/AdvertisingSet;->mAdvertiserId:I
-Landroid/bluetooth/le/AdvertisingSet;->mGatt:Landroid/bluetooth/IBluetoothGatt;
-Landroid/bluetooth/le/AdvertisingSet;->setAdvertiserId(I)V
-Landroid/bluetooth/le/AdvertisingSet;->TAG:Ljava/lang/String;
-Landroid/bluetooth/le/AdvertisingSetCallback;->onOwnAddressRead(Landroid/bluetooth/le/AdvertisingSet;ILjava/lang/String;)V
-Landroid/bluetooth/le/AdvertisingSetParameters$Builder;->mConnectable:Z
-Landroid/bluetooth/le/AdvertisingSetParameters$Builder;->mIncludeTxPower:Z
-Landroid/bluetooth/le/AdvertisingSetParameters$Builder;->mInterval:I
-Landroid/bluetooth/le/AdvertisingSetParameters$Builder;->mIsAnonymous:Z
-Landroid/bluetooth/le/AdvertisingSetParameters$Builder;->mIsLegacy:Z
-Landroid/bluetooth/le/AdvertisingSetParameters$Builder;->mPrimaryPhy:I
-Landroid/bluetooth/le/AdvertisingSetParameters$Builder;->mScannable:Z
-Landroid/bluetooth/le/AdvertisingSetParameters$Builder;->mSecondaryPhy:I
-Landroid/bluetooth/le/AdvertisingSetParameters$Builder;->mTxPowerLevel:I
-Landroid/bluetooth/le/AdvertisingSetParameters;-><init>(Landroid/os/Parcel;)V
-Landroid/bluetooth/le/AdvertisingSetParameters;-><init>(ZZZZZIIII)V
-Landroid/bluetooth/le/AdvertisingSetParameters;->LIMITED_ADVERTISING_MAX_MILLIS:I
-Landroid/bluetooth/le/AdvertisingSetParameters;->mConnectable:Z
-Landroid/bluetooth/le/AdvertisingSetParameters;->mIncludeTxPower:Z
-Landroid/bluetooth/le/AdvertisingSetParameters;->mInterval:I
-Landroid/bluetooth/le/AdvertisingSetParameters;->mIsAnonymous:Z
-Landroid/bluetooth/le/AdvertisingSetParameters;->mIsLegacy:Z
-Landroid/bluetooth/le/AdvertisingSetParameters;->mPrimaryPhy:I
-Landroid/bluetooth/le/AdvertisingSetParameters;->mScannable:Z
-Landroid/bluetooth/le/AdvertisingSetParameters;->mSecondaryPhy:I
-Landroid/bluetooth/le/AdvertisingSetParameters;->mTxPowerLevel:I
-Landroid/bluetooth/le/BluetoothLeAdvertiser;-><init>(Landroid/bluetooth/IBluetoothManager;)V
-Landroid/bluetooth/le/BluetoothLeAdvertiser;->byteLength([B)I
-Landroid/bluetooth/le/BluetoothLeAdvertiser;->cleanup()V
-Landroid/bluetooth/le/BluetoothLeAdvertiser;->FLAGS_FIELD_BYTES:I
-Landroid/bluetooth/le/BluetoothLeAdvertiser;->mAdvertisingSets:Ljava/util/Map;
-Landroid/bluetooth/le/BluetoothLeAdvertiser;->MANUFACTURER_SPECIFIC_DATA_LENGTH:I
-Landroid/bluetooth/le/BluetoothLeAdvertiser;->MAX_ADVERTISING_DATA_BYTES:I
-Landroid/bluetooth/le/BluetoothLeAdvertiser;->MAX_LEGACY_ADVERTISING_DATA_BYTES:I
-Landroid/bluetooth/le/BluetoothLeAdvertiser;->mBluetoothAdapter:Landroid/bluetooth/BluetoothAdapter;
-Landroid/bluetooth/le/BluetoothLeAdvertiser;->mBluetoothManager:Landroid/bluetooth/IBluetoothManager;
-Landroid/bluetooth/le/BluetoothLeAdvertiser;->mCallbackWrappers:Ljava/util/Map;
-Landroid/bluetooth/le/BluetoothLeAdvertiser;->mHandler:Landroid/os/Handler;
-Landroid/bluetooth/le/BluetoothLeAdvertiser;->mLegacyAdvertisers:Ljava/util/Map;
-Landroid/bluetooth/le/BluetoothLeAdvertiser;->OVERHEAD_BYTES_PER_FIELD:I
-Landroid/bluetooth/le/BluetoothLeAdvertiser;->postStartFailure(Landroid/bluetooth/le/AdvertiseCallback;I)V
-Landroid/bluetooth/le/BluetoothLeAdvertiser;->postStartSetFailure(Landroid/os/Handler;Landroid/bluetooth/le/AdvertisingSetCallback;I)V
-Landroid/bluetooth/le/BluetoothLeAdvertiser;->postStartSuccess(Landroid/bluetooth/le/AdvertiseCallback;Landroid/bluetooth/le/AdvertiseSettings;)V
-Landroid/bluetooth/le/BluetoothLeAdvertiser;->TAG:Ljava/lang/String;
-Landroid/bluetooth/le/BluetoothLeAdvertiser;->totalBytes(Landroid/bluetooth/le/AdvertiseData;Z)I
-Landroid/bluetooth/le/BluetoothLeAdvertiser;->wrap(Landroid/bluetooth/le/AdvertisingSetCallback;Landroid/os/Handler;)Landroid/bluetooth/le/IAdvertisingSetCallback;
-Landroid/bluetooth/le/BluetoothLeAdvertiser;->wrapOldCallback(Landroid/bluetooth/le/AdvertiseCallback;Landroid/bluetooth/le/AdvertiseSettings;)Landroid/bluetooth/le/AdvertisingSetCallback;
-Landroid/bluetooth/le/BluetoothLeScanner$BleScanCallbackWrapper;->flushPendingBatchResults()V
-Landroid/bluetooth/le/BluetoothLeScanner$BleScanCallbackWrapper;->mBluetoothGatt:Landroid/bluetooth/IBluetoothGatt;
-Landroid/bluetooth/le/BluetoothLeScanner$BleScanCallbackWrapper;->mFilters:Ljava/util/List;
-Landroid/bluetooth/le/BluetoothLeScanner$BleScanCallbackWrapper;->mResultStorages:Ljava/util/List;
-Landroid/bluetooth/le/BluetoothLeScanner$BleScanCallbackWrapper;->mScanCallback:Landroid/bluetooth/le/ScanCallback;
-Landroid/bluetooth/le/BluetoothLeScanner$BleScanCallbackWrapper;->mScannerId:I
-Landroid/bluetooth/le/BluetoothLeScanner$BleScanCallbackWrapper;->mSettings:Landroid/bluetooth/le/ScanSettings;
-Landroid/bluetooth/le/BluetoothLeScanner$BleScanCallbackWrapper;->mWorkSource:Landroid/os/WorkSource;
-Landroid/bluetooth/le/BluetoothLeScanner$BleScanCallbackWrapper;->onBatchScanResults(Ljava/util/List;)V
-Landroid/bluetooth/le/BluetoothLeScanner$BleScanCallbackWrapper;->onFoundOrLost(ZLandroid/bluetooth/le/ScanResult;)V
-Landroid/bluetooth/le/BluetoothLeScanner$BleScanCallbackWrapper;->onScanManagerErrorCallback(I)V
-Landroid/bluetooth/le/BluetoothLeScanner$BleScanCallbackWrapper;->onScannerRegistered(II)V
-Landroid/bluetooth/le/BluetoothLeScanner$BleScanCallbackWrapper;->onScanResult(Landroid/bluetooth/le/ScanResult;)V
-Landroid/bluetooth/le/BluetoothLeScanner$BleScanCallbackWrapper;->REGISTRATION_CALLBACK_TIMEOUT_MILLIS:I
-Landroid/bluetooth/le/BluetoothLeScanner$BleScanCallbackWrapper;->startRegistration()V
-Landroid/bluetooth/le/BluetoothLeScanner$BleScanCallbackWrapper;->stopLeScan()V
-Landroid/bluetooth/le/BluetoothLeScanner;-><init>(Landroid/bluetooth/IBluetoothManager;)V
-Landroid/bluetooth/le/BluetoothLeScanner;->cleanup()V
-Landroid/bluetooth/le/BluetoothLeScanner;->DBG:Z
-Landroid/bluetooth/le/BluetoothLeScanner;->isHardwareResourcesAvailableForScan(Landroid/bluetooth/le/ScanSettings;)Z
-Landroid/bluetooth/le/BluetoothLeScanner;->isSettingsAndFilterComboAllowed(Landroid/bluetooth/le/ScanSettings;Ljava/util/List;)Z
-Landroid/bluetooth/le/BluetoothLeScanner;->isSettingsConfigAllowedForScan(Landroid/bluetooth/le/ScanSettings;)Z
-Landroid/bluetooth/le/BluetoothLeScanner;->mBluetoothAdapter:Landroid/bluetooth/BluetoothAdapter;
-Landroid/bluetooth/le/BluetoothLeScanner;->mBluetoothManager:Landroid/bluetooth/IBluetoothManager;
-Landroid/bluetooth/le/BluetoothLeScanner;->mHandler:Landroid/os/Handler;
-Landroid/bluetooth/le/BluetoothLeScanner;->mLeScanClients:Ljava/util/Map;
-Landroid/bluetooth/le/BluetoothLeScanner;->postCallbackError(Landroid/bluetooth/le/ScanCallback;I)V
-Landroid/bluetooth/le/BluetoothLeScanner;->postCallbackErrorOrReturn(Landroid/bluetooth/le/ScanCallback;I)I
-Landroid/bluetooth/le/BluetoothLeScanner;->startScan(Ljava/util/List;Landroid/bluetooth/le/ScanSettings;Landroid/os/WorkSource;Landroid/bluetooth/le/ScanCallback;Landroid/app/PendingIntent;Ljava/util/List;)I
-Landroid/bluetooth/le/BluetoothLeScanner;->TAG:Ljava/lang/String;
-Landroid/bluetooth/le/BluetoothLeScanner;->VDBG:Z
-Landroid/bluetooth/le/BluetoothLeUtils;-><init>()V
-Landroid/bluetooth/le/BluetoothLeUtils;->checkAdapterStateOn(Landroid/bluetooth/BluetoothAdapter;)V
-Landroid/bluetooth/le/BluetoothLeUtils;->equals(Landroid/util/SparseArray;Landroid/util/SparseArray;)Z
-Landroid/bluetooth/le/BluetoothLeUtils;->equals(Ljava/util/Map;Ljava/util/Map;)Z
-Landroid/bluetooth/le/BluetoothLeUtils;->toString(Landroid/util/SparseArray;)Ljava/lang/String;
-Landroid/bluetooth/le/BluetoothLeUtils;->toString(Ljava/util/Map;)Ljava/lang/String;
-Landroid/bluetooth/le/IAdvertisingSetCallback$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
-Landroid/bluetooth/le/IAdvertisingSetCallback$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;
-Landroid/bluetooth/le/IAdvertisingSetCallback$Stub$Proxy;->mRemote:Landroid/os/IBinder;
-Landroid/bluetooth/le/IAdvertisingSetCallback$Stub$Proxy;->onAdvertisingDataSet(II)V
-Landroid/bluetooth/le/IAdvertisingSetCallback$Stub$Proxy;->onAdvertisingEnabled(IZI)V
-Landroid/bluetooth/le/IAdvertisingSetCallback$Stub$Proxy;->onAdvertisingParametersUpdated(III)V
-Landroid/bluetooth/le/IAdvertisingSetCallback$Stub$Proxy;->onAdvertisingSetStarted(III)V
-Landroid/bluetooth/le/IAdvertisingSetCallback$Stub$Proxy;->onAdvertisingSetStopped(I)V
-Landroid/bluetooth/le/IAdvertisingSetCallback$Stub$Proxy;->onOwnAddressRead(IILjava/lang/String;)V
-Landroid/bluetooth/le/IAdvertisingSetCallback$Stub$Proxy;->onPeriodicAdvertisingDataSet(II)V
-Landroid/bluetooth/le/IAdvertisingSetCallback$Stub$Proxy;->onPeriodicAdvertisingEnabled(IZI)V
-Landroid/bluetooth/le/IAdvertisingSetCallback$Stub$Proxy;->onPeriodicAdvertisingParametersUpdated(II)V
-Landroid/bluetooth/le/IAdvertisingSetCallback$Stub$Proxy;->onScanResponseDataSet(II)V
-Landroid/bluetooth/le/IAdvertisingSetCallback$Stub;-><init>()V
-Landroid/bluetooth/le/IAdvertisingSetCallback$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/le/IAdvertisingSetCallback;
-Landroid/bluetooth/le/IAdvertisingSetCallback$Stub;->DESCRIPTOR:Ljava/lang/String;
-Landroid/bluetooth/le/IAdvertisingSetCallback$Stub;->TRANSACTION_onAdvertisingDataSet:I
-Landroid/bluetooth/le/IAdvertisingSetCallback$Stub;->TRANSACTION_onAdvertisingEnabled:I
-Landroid/bluetooth/le/IAdvertisingSetCallback$Stub;->TRANSACTION_onAdvertisingParametersUpdated:I
-Landroid/bluetooth/le/IAdvertisingSetCallback$Stub;->TRANSACTION_onAdvertisingSetStarted:I
-Landroid/bluetooth/le/IAdvertisingSetCallback$Stub;->TRANSACTION_onAdvertisingSetStopped:I
-Landroid/bluetooth/le/IAdvertisingSetCallback$Stub;->TRANSACTION_onOwnAddressRead:I
-Landroid/bluetooth/le/IAdvertisingSetCallback$Stub;->TRANSACTION_onPeriodicAdvertisingDataSet:I
-Landroid/bluetooth/le/IAdvertisingSetCallback$Stub;->TRANSACTION_onPeriodicAdvertisingEnabled:I
-Landroid/bluetooth/le/IAdvertisingSetCallback$Stub;->TRANSACTION_onPeriodicAdvertisingParametersUpdated:I
-Landroid/bluetooth/le/IAdvertisingSetCallback$Stub;->TRANSACTION_onScanResponseDataSet:I
-Landroid/bluetooth/le/IAdvertisingSetCallback;->onAdvertisingDataSet(II)V
-Landroid/bluetooth/le/IAdvertisingSetCallback;->onAdvertisingEnabled(IZI)V
-Landroid/bluetooth/le/IAdvertisingSetCallback;->onAdvertisingParametersUpdated(III)V
-Landroid/bluetooth/le/IAdvertisingSetCallback;->onAdvertisingSetStarted(III)V
-Landroid/bluetooth/le/IAdvertisingSetCallback;->onAdvertisingSetStopped(I)V
-Landroid/bluetooth/le/IAdvertisingSetCallback;->onOwnAddressRead(IILjava/lang/String;)V
-Landroid/bluetooth/le/IAdvertisingSetCallback;->onPeriodicAdvertisingDataSet(II)V
-Landroid/bluetooth/le/IAdvertisingSetCallback;->onPeriodicAdvertisingEnabled(IZI)V
-Landroid/bluetooth/le/IAdvertisingSetCallback;->onPeriodicAdvertisingParametersUpdated(II)V
-Landroid/bluetooth/le/IAdvertisingSetCallback;->onScanResponseDataSet(II)V
-Landroid/bluetooth/le/IPeriodicAdvertisingCallback$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
-Landroid/bluetooth/le/IPeriodicAdvertisingCallback$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;
-Landroid/bluetooth/le/IPeriodicAdvertisingCallback$Stub$Proxy;->mRemote:Landroid/os/IBinder;
-Landroid/bluetooth/le/IPeriodicAdvertisingCallback$Stub$Proxy;->onPeriodicAdvertisingReport(Landroid/bluetooth/le/PeriodicAdvertisingReport;)V
-Landroid/bluetooth/le/IPeriodicAdvertisingCallback$Stub$Proxy;->onSyncEstablished(ILandroid/bluetooth/BluetoothDevice;IIII)V
-Landroid/bluetooth/le/IPeriodicAdvertisingCallback$Stub$Proxy;->onSyncLost(I)V
-Landroid/bluetooth/le/IPeriodicAdvertisingCallback$Stub;-><init>()V
-Landroid/bluetooth/le/IPeriodicAdvertisingCallback$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/le/IPeriodicAdvertisingCallback;
-Landroid/bluetooth/le/IPeriodicAdvertisingCallback$Stub;->DESCRIPTOR:Ljava/lang/String;
-Landroid/bluetooth/le/IPeriodicAdvertisingCallback$Stub;->TRANSACTION_onPeriodicAdvertisingReport:I
-Landroid/bluetooth/le/IPeriodicAdvertisingCallback$Stub;->TRANSACTION_onSyncEstablished:I
-Landroid/bluetooth/le/IPeriodicAdvertisingCallback$Stub;->TRANSACTION_onSyncLost:I
-Landroid/bluetooth/le/IPeriodicAdvertisingCallback;->onPeriodicAdvertisingReport(Landroid/bluetooth/le/PeriodicAdvertisingReport;)V
-Landroid/bluetooth/le/IPeriodicAdvertisingCallback;->onSyncEstablished(ILandroid/bluetooth/BluetoothDevice;IIII)V
-Landroid/bluetooth/le/IPeriodicAdvertisingCallback;->onSyncLost(I)V
-Landroid/bluetooth/le/IScannerCallback$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
-Landroid/bluetooth/le/IScannerCallback$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;
-Landroid/bluetooth/le/IScannerCallback$Stub$Proxy;->mRemote:Landroid/os/IBinder;
-Landroid/bluetooth/le/IScannerCallback$Stub$Proxy;->onBatchScanResults(Ljava/util/List;)V
-Landroid/bluetooth/le/IScannerCallback$Stub$Proxy;->onFoundOrLost(ZLandroid/bluetooth/le/ScanResult;)V
-Landroid/bluetooth/le/IScannerCallback$Stub$Proxy;->onScanManagerErrorCallback(I)V
-Landroid/bluetooth/le/IScannerCallback$Stub$Proxy;->onScannerRegistered(II)V
-Landroid/bluetooth/le/IScannerCallback$Stub$Proxy;->onScanResult(Landroid/bluetooth/le/ScanResult;)V
-Landroid/bluetooth/le/IScannerCallback$Stub;-><init>()V
-Landroid/bluetooth/le/IScannerCallback$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/le/IScannerCallback;
-Landroid/bluetooth/le/IScannerCallback$Stub;->DESCRIPTOR:Ljava/lang/String;
-Landroid/bluetooth/le/IScannerCallback$Stub;->TRANSACTION_onBatchScanResults:I
-Landroid/bluetooth/le/IScannerCallback$Stub;->TRANSACTION_onFoundOrLost:I
-Landroid/bluetooth/le/IScannerCallback$Stub;->TRANSACTION_onScanManagerErrorCallback:I
-Landroid/bluetooth/le/IScannerCallback$Stub;->TRANSACTION_onScannerRegistered:I
-Landroid/bluetooth/le/IScannerCallback$Stub;->TRANSACTION_onScanResult:I
-Landroid/bluetooth/le/IScannerCallback;->onBatchScanResults(Ljava/util/List;)V
-Landroid/bluetooth/le/IScannerCallback;->onFoundOrLost(ZLandroid/bluetooth/le/ScanResult;)V
-Landroid/bluetooth/le/IScannerCallback;->onScanManagerErrorCallback(I)V
-Landroid/bluetooth/le/IScannerCallback;->onScannerRegistered(II)V
-Landroid/bluetooth/le/IScannerCallback;->onScanResult(Landroid/bluetooth/le/ScanResult;)V
-Landroid/bluetooth/le/PeriodicAdvertisingCallback;-><init>()V
-Landroid/bluetooth/le/PeriodicAdvertisingCallback;->onPeriodicAdvertisingReport(Landroid/bluetooth/le/PeriodicAdvertisingReport;)V
-Landroid/bluetooth/le/PeriodicAdvertisingCallback;->onSyncEstablished(ILandroid/bluetooth/BluetoothDevice;IIII)V
-Landroid/bluetooth/le/PeriodicAdvertisingCallback;->onSyncLost(I)V
-Landroid/bluetooth/le/PeriodicAdvertisingCallback;->SYNC_NO_RESOURCES:I
-Landroid/bluetooth/le/PeriodicAdvertisingCallback;->SYNC_NO_RESPONSE:I
-Landroid/bluetooth/le/PeriodicAdvertisingCallback;->SYNC_SUCCESS:I
-Landroid/bluetooth/le/PeriodicAdvertisingManager;-><init>(Landroid/bluetooth/IBluetoothManager;)V
-Landroid/bluetooth/le/PeriodicAdvertisingManager;->mBluetoothAdapter:Landroid/bluetooth/BluetoothAdapter;
-Landroid/bluetooth/le/PeriodicAdvertisingManager;->mBluetoothManager:Landroid/bluetooth/IBluetoothManager;
-Landroid/bluetooth/le/PeriodicAdvertisingManager;->mCallbackWrappers:Ljava/util/Map;
-Landroid/bluetooth/le/PeriodicAdvertisingManager;->registerSync(Landroid/bluetooth/le/ScanResult;IILandroid/bluetooth/le/PeriodicAdvertisingCallback;)V
-Landroid/bluetooth/le/PeriodicAdvertisingManager;->registerSync(Landroid/bluetooth/le/ScanResult;IILandroid/bluetooth/le/PeriodicAdvertisingCallback;Landroid/os/Handler;)V
-Landroid/bluetooth/le/PeriodicAdvertisingManager;->SKIP_MAX:I
-Landroid/bluetooth/le/PeriodicAdvertisingManager;->SKIP_MIN:I
-Landroid/bluetooth/le/PeriodicAdvertisingManager;->SYNC_STARTING:I
-Landroid/bluetooth/le/PeriodicAdvertisingManager;->TAG:Ljava/lang/String;
-Landroid/bluetooth/le/PeriodicAdvertisingManager;->TIMEOUT_MAX:I
-Landroid/bluetooth/le/PeriodicAdvertisingManager;->TIMEOUT_MIN:I
-Landroid/bluetooth/le/PeriodicAdvertisingManager;->unregisterSync(Landroid/bluetooth/le/PeriodicAdvertisingCallback;)V
-Landroid/bluetooth/le/PeriodicAdvertisingManager;->wrap(Landroid/bluetooth/le/PeriodicAdvertisingCallback;Landroid/os/Handler;)Landroid/bluetooth/le/IPeriodicAdvertisingCallback;
-Landroid/bluetooth/le/PeriodicAdvertisingParameters$Builder;->mIncludeTxPower:Z
-Landroid/bluetooth/le/PeriodicAdvertisingParameters$Builder;->mInterval:I
-Landroid/bluetooth/le/PeriodicAdvertisingParameters;-><init>(Landroid/os/Parcel;)V
-Landroid/bluetooth/le/PeriodicAdvertisingParameters;-><init>(ZI)V
-Landroid/bluetooth/le/PeriodicAdvertisingParameters;->INTERVAL_MAX:I
-Landroid/bluetooth/le/PeriodicAdvertisingParameters;->INTERVAL_MIN:I
-Landroid/bluetooth/le/PeriodicAdvertisingParameters;->mIncludeTxPower:Z
-Landroid/bluetooth/le/PeriodicAdvertisingParameters;->mInterval:I
-Landroid/bluetooth/le/PeriodicAdvertisingReport;-><init>(IIIILandroid/bluetooth/le/ScanRecord;)V
-Landroid/bluetooth/le/PeriodicAdvertisingReport;-><init>(Landroid/os/Parcel;)V
-Landroid/bluetooth/le/PeriodicAdvertisingReport;->CREATOR:Landroid/os/Parcelable$Creator;
-Landroid/bluetooth/le/PeriodicAdvertisingReport;->DATA_COMPLETE:I
-Landroid/bluetooth/le/PeriodicAdvertisingReport;->DATA_INCOMPLETE_TRUNCATED:I
-Landroid/bluetooth/le/PeriodicAdvertisingReport;->getData()Landroid/bluetooth/le/ScanRecord;
-Landroid/bluetooth/le/PeriodicAdvertisingReport;->getDataStatus()I
-Landroid/bluetooth/le/PeriodicAdvertisingReport;->getRssi()I
-Landroid/bluetooth/le/PeriodicAdvertisingReport;->getSyncHandle()I
-Landroid/bluetooth/le/PeriodicAdvertisingReport;->getTimestampNanos()J
-Landroid/bluetooth/le/PeriodicAdvertisingReport;->getTxPower()I
-Landroid/bluetooth/le/PeriodicAdvertisingReport;->mData:Landroid/bluetooth/le/ScanRecord;
-Landroid/bluetooth/le/PeriodicAdvertisingReport;->mDataStatus:I
-Landroid/bluetooth/le/PeriodicAdvertisingReport;->mRssi:I
-Landroid/bluetooth/le/PeriodicAdvertisingReport;->mSyncHandle:I
-Landroid/bluetooth/le/PeriodicAdvertisingReport;->mTimestampNanos:J
-Landroid/bluetooth/le/PeriodicAdvertisingReport;->mTxPower:I
-Landroid/bluetooth/le/PeriodicAdvertisingReport;->readFromParcel(Landroid/os/Parcel;)V
-Landroid/bluetooth/le/ResultStorageDescriptor;-><init>(Landroid/os/Parcel;)V
-Landroid/bluetooth/le/ResultStorageDescriptor;->mLength:I
-Landroid/bluetooth/le/ResultStorageDescriptor;->mOffset:I
-Landroid/bluetooth/le/ResultStorageDescriptor;->mType:I
-Landroid/bluetooth/le/ResultStorageDescriptor;->ReadFromParcel(Landroid/os/Parcel;)V
-Landroid/bluetooth/le/ScanCallback;->NO_ERROR:I
-Landroid/bluetooth/le/ScanCallback;->SCAN_FAILED_OUT_OF_HARDWARE_RESOURCES:I
-Landroid/bluetooth/le/ScanCallback;->SCAN_FAILED_SCANNING_TOO_FREQUENTLY:I
-Landroid/bluetooth/le/ScanFilter$Builder;->mDeviceAddress:Ljava/lang/String;
-Landroid/bluetooth/le/ScanFilter$Builder;->mDeviceName:Ljava/lang/String;
-Landroid/bluetooth/le/ScanFilter$Builder;->mManufacturerData:[B
-Landroid/bluetooth/le/ScanFilter$Builder;->mManufacturerDataMask:[B
-Landroid/bluetooth/le/ScanFilter$Builder;->mManufacturerId:I
-Landroid/bluetooth/le/ScanFilter$Builder;->mServiceData:[B
-Landroid/bluetooth/le/ScanFilter$Builder;->mServiceDataMask:[B
-Landroid/bluetooth/le/ScanFilter$Builder;->mServiceDataUuid:Landroid/os/ParcelUuid;
-Landroid/bluetooth/le/ScanFilter$Builder;->mServiceUuid:Landroid/os/ParcelUuid;
-Landroid/bluetooth/le/ScanFilter$Builder;->mUuidMask:Landroid/os/ParcelUuid;
-Landroid/bluetooth/le/ScanFilter;-><init>(Ljava/lang/String;Ljava/lang/String;Landroid/os/ParcelUuid;Landroid/os/ParcelUuid;Landroid/os/ParcelUuid;[B[BI[B[B)V
-Landroid/bluetooth/le/ScanFilter;->EMPTY:Landroid/bluetooth/le/ScanFilter;
-Landroid/bluetooth/le/ScanFilter;->isAllFieldsEmpty()Z
-Landroid/bluetooth/le/ScanFilter;->matchesPartialData([B[B[B)Z
-Landroid/bluetooth/le/ScanFilter;->matchesServiceUuid(Ljava/util/UUID;Ljava/util/UUID;Ljava/util/UUID;)Z
-Landroid/bluetooth/le/ScanFilter;->matchesServiceUuids(Landroid/os/ParcelUuid;Landroid/os/ParcelUuid;Ljava/util/List;)Z
-Landroid/bluetooth/le/ScanFilter;->mDeviceAddress:Ljava/lang/String;
-Landroid/bluetooth/le/ScanFilter;->mDeviceName:Ljava/lang/String;
-Landroid/bluetooth/le/ScanFilter;->mManufacturerData:[B
-Landroid/bluetooth/le/ScanFilter;->mManufacturerDataMask:[B
-Landroid/bluetooth/le/ScanFilter;->mManufacturerId:I
-Landroid/bluetooth/le/ScanFilter;->mServiceData:[B
-Landroid/bluetooth/le/ScanFilter;->mServiceDataMask:[B
-Landroid/bluetooth/le/ScanFilter;->mServiceDataUuid:Landroid/os/ParcelUuid;
-Landroid/bluetooth/le/ScanFilter;->mServiceUuid:Landroid/os/ParcelUuid;
-Landroid/bluetooth/le/ScanFilter;->mServiceUuidMask:Landroid/os/ParcelUuid;
-Landroid/bluetooth/le/ScanRecord;-><init>(Ljava/util/List;Landroid/util/SparseArray;Ljava/util/Map;IILjava/lang/String;[B)V
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_FLAGS:I
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_LOCAL_NAME_COMPLETE:I
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_LOCAL_NAME_SHORT:I
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_MANUFACTURER_SPECIFIC_DATA:I
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_SERVICE_DATA_128_BIT:I
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_SERVICE_DATA_16_BIT:I
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_SERVICE_DATA_32_BIT:I
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_SERVICE_UUIDS_128_BIT_COMPLETE:I
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_SERVICE_UUIDS_128_BIT_PARTIAL:I
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_SERVICE_UUIDS_16_BIT_COMPLETE:I
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_SERVICE_UUIDS_16_BIT_PARTIAL:I
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_SERVICE_UUIDS_32_BIT_COMPLETE:I
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_SERVICE_UUIDS_32_BIT_PARTIAL:I
-Landroid/bluetooth/le/ScanRecord;->DATA_TYPE_TX_POWER_LEVEL:I
-Landroid/bluetooth/le/ScanRecord;->extractBytes([BII)[B
-Landroid/bluetooth/le/ScanRecord;->mAdvertiseFlags:I
-Landroid/bluetooth/le/ScanRecord;->mBytes:[B
-Landroid/bluetooth/le/ScanRecord;->mDeviceName:Ljava/lang/String;
-Landroid/bluetooth/le/ScanRecord;->mManufacturerSpecificData:Landroid/util/SparseArray;
-Landroid/bluetooth/le/ScanRecord;->mServiceData:Ljava/util/Map;
-Landroid/bluetooth/le/ScanRecord;->mServiceUuids:Ljava/util/List;
-Landroid/bluetooth/le/ScanRecord;->mTxPowerLevel:I
-Landroid/bluetooth/le/ScanRecord;->parseServiceUuid([BIIILjava/util/List;)I
-Landroid/bluetooth/le/ScanRecord;->TAG:Ljava/lang/String;
-Landroid/bluetooth/le/ScanResult;-><init>(Landroid/os/Parcel;)V
-Landroid/bluetooth/le/ScanResult;->ET_CONNECTABLE_MASK:I
-Landroid/bluetooth/le/ScanResult;->ET_LEGACY_MASK:I
-Landroid/bluetooth/le/ScanResult;->mAdvertisingSid:I
-Landroid/bluetooth/le/ScanResult;->mDevice:Landroid/bluetooth/BluetoothDevice;
-Landroid/bluetooth/le/ScanResult;->mEventType:I
-Landroid/bluetooth/le/ScanResult;->mPeriodicAdvertisingInterval:I
-Landroid/bluetooth/le/ScanResult;->mPrimaryPhy:I
-Landroid/bluetooth/le/ScanResult;->mRssi:I
-Landroid/bluetooth/le/ScanResult;->mScanRecord:Landroid/bluetooth/le/ScanRecord;
-Landroid/bluetooth/le/ScanResult;->mSecondaryPhy:I
-Landroid/bluetooth/le/ScanResult;->mTimestampNanos:J
-Landroid/bluetooth/le/ScanResult;->mTxPower:I
-Landroid/bluetooth/le/ScanResult;->readFromParcel(Landroid/os/Parcel;)V
-Landroid/bluetooth/le/ScanSettings$Builder;->isValidCallbackType(I)Z
-Landroid/bluetooth/le/ScanSettings$Builder;->mCallbackType:I
-Landroid/bluetooth/le/ScanSettings$Builder;->mLegacy:Z
-Landroid/bluetooth/le/ScanSettings$Builder;->mMatchMode:I
-Landroid/bluetooth/le/ScanSettings$Builder;->mNumOfMatchesPerFilter:I
-Landroid/bluetooth/le/ScanSettings$Builder;->mPhy:I
-Landroid/bluetooth/le/ScanSettings$Builder;->mReportDelayMillis:J
-Landroid/bluetooth/le/ScanSettings$Builder;->mScanMode:I
-Landroid/bluetooth/le/ScanSettings$Builder;->mScanResultType:I
-Landroid/bluetooth/le/ScanSettings;-><init>(IIIJIIZI)V
-Landroid/bluetooth/le/ScanSettings;-><init>(Landroid/os/Parcel;)V
-Landroid/bluetooth/le/ScanSettings;->getMatchMode()I
-Landroid/bluetooth/le/ScanSettings;->getNumOfMatches()I
-Landroid/bluetooth/le/ScanSettings;->mCallbackType:I
-Landroid/bluetooth/le/ScanSettings;->mLegacy:Z
-Landroid/bluetooth/le/ScanSettings;->mMatchMode:I
-Landroid/bluetooth/le/ScanSettings;->mNumOfMatchesPerFilter:I
-Landroid/bluetooth/le/ScanSettings;->mPhy:I
-Landroid/bluetooth/le/ScanSettings;->mReportDelayMillis:J
-Landroid/bluetooth/le/ScanSettings;->mScanMode:I
-Landroid/bluetooth/le/ScanSettings;->mScanResultType:I
-Landroid/bluetooth/le/TruncatedFilter;->mFilter:Landroid/bluetooth/le/ScanFilter;
-Landroid/bluetooth/le/TruncatedFilter;->mStorageDescriptors:Ljava/util/List;
-Landroid/bluetooth/OobData;-><init>()V
-Landroid/bluetooth/OobData;-><init>(Landroid/os/Parcel;)V
-Landroid/bluetooth/OobData;->CREATOR:Landroid/os/Parcelable$Creator;
-Landroid/bluetooth/OobData;->getLeBluetoothDeviceAddress()[B
-Landroid/bluetooth/OobData;->getLeSecureConnectionsConfirmation()[B
-Landroid/bluetooth/OobData;->getLeSecureConnectionsRandom()[B
-Landroid/bluetooth/OobData;->getSecurityManagerTk()[B
-Landroid/bluetooth/OobData;->mLeBluetoothDeviceAddress:[B
-Landroid/bluetooth/OobData;->mLeSecureConnectionsConfirmation:[B
-Landroid/bluetooth/OobData;->mLeSecureConnectionsRandom:[B
-Landroid/bluetooth/OobData;->mSecurityManagerTk:[B
-Landroid/bluetooth/OobData;->setLeBluetoothDeviceAddress([B)V
-Landroid/bluetooth/OobData;->setLeSecureConnectionsConfirmation([B)V
-Landroid/bluetooth/OobData;->setLeSecureConnectionsRandom([B)V
-Landroid/bluetooth/OobData;->setSecurityManagerTk([B)V
-Landroid/bluetooth/SdpMasRecord$MessageType;-><init>()V
-Landroid/bluetooth/SdpMasRecord$MessageType;->EMAIL:I
-Landroid/bluetooth/SdpMasRecord$MessageType;->MMS:I
-Landroid/bluetooth/SdpMasRecord$MessageType;->SMS_CDMA:I
-Landroid/bluetooth/SdpMasRecord$MessageType;->SMS_GSM:I
-Landroid/bluetooth/SdpMasRecord;-><init>(IIIIIILjava/lang/String;)V
-Landroid/bluetooth/SdpMasRecord;-><init>(Landroid/os/Parcel;)V
-Landroid/bluetooth/SdpMasRecord;->CREATOR:Landroid/os/Parcelable$Creator;
-Landroid/bluetooth/SdpMasRecord;->getL2capPsm()I
-Landroid/bluetooth/SdpMasRecord;->getMasInstanceId()I
-Landroid/bluetooth/SdpMasRecord;->getProfileVersion()I
-Landroid/bluetooth/SdpMasRecord;->getRfcommCannelNumber()I
-Landroid/bluetooth/SdpMasRecord;->getServiceName()Ljava/lang/String;
-Landroid/bluetooth/SdpMasRecord;->getSupportedFeatures()I
-Landroid/bluetooth/SdpMasRecord;->getSupportedMessageTypes()I
-Landroid/bluetooth/SdpMasRecord;->mL2capPsm:I
-Landroid/bluetooth/SdpMasRecord;->mMasInstanceId:I
-Landroid/bluetooth/SdpMasRecord;->mProfileVersion:I
-Landroid/bluetooth/SdpMasRecord;->mRfcommChannelNumber:I
-Landroid/bluetooth/SdpMasRecord;->mServiceName:Ljava/lang/String;
-Landroid/bluetooth/SdpMasRecord;->msgSupported(I)Z
-Landroid/bluetooth/SdpMasRecord;->mSupportedFeatures:I
-Landroid/bluetooth/SdpMasRecord;->mSupportedMessageTypes:I
-Landroid/bluetooth/SdpMnsRecord;-><init>(IIIILjava/lang/String;)V
-Landroid/bluetooth/SdpMnsRecord;-><init>(Landroid/os/Parcel;)V
-Landroid/bluetooth/SdpMnsRecord;->CREATOR:Landroid/os/Parcelable$Creator;
-Landroid/bluetooth/SdpMnsRecord;->getL2capPsm()I
-Landroid/bluetooth/SdpMnsRecord;->getProfileVersion()I
-Landroid/bluetooth/SdpMnsRecord;->getRfcommChannelNumber()I
-Landroid/bluetooth/SdpMnsRecord;->getServiceName()Ljava/lang/String;
-Landroid/bluetooth/SdpMnsRecord;->getSupportedFeatures()I
-Landroid/bluetooth/SdpMnsRecord;->mL2capPsm:I
-Landroid/bluetooth/SdpMnsRecord;->mProfileVersion:I
-Landroid/bluetooth/SdpMnsRecord;->mRfcommChannelNumber:I
-Landroid/bluetooth/SdpMnsRecord;->mServiceName:Ljava/lang/String;
-Landroid/bluetooth/SdpMnsRecord;->mSupportedFeatures:I
-Landroid/bluetooth/SdpOppOpsRecord;-><init>(Landroid/os/Parcel;)V
-Landroid/bluetooth/SdpOppOpsRecord;-><init>(Ljava/lang/String;III[B)V
-Landroid/bluetooth/SdpOppOpsRecord;->CREATOR:Landroid/os/Parcelable$Creator;
-Landroid/bluetooth/SdpOppOpsRecord;->getFormatsList()[B
-Landroid/bluetooth/SdpOppOpsRecord;->getL2capPsm()I
-Landroid/bluetooth/SdpOppOpsRecord;->getProfileVersion()I
-Landroid/bluetooth/SdpOppOpsRecord;->getRfcommChannel()I
-Landroid/bluetooth/SdpOppOpsRecord;->getServiceName()Ljava/lang/String;
-Landroid/bluetooth/SdpOppOpsRecord;->mFormatsList:[B
-Landroid/bluetooth/SdpOppOpsRecord;->mL2capPsm:I
-Landroid/bluetooth/SdpOppOpsRecord;->mProfileVersion:I
-Landroid/bluetooth/SdpOppOpsRecord;->mRfcommChannel:I
-Landroid/bluetooth/SdpOppOpsRecord;->mServiceName:Ljava/lang/String;
-Landroid/bluetooth/SdpPseRecord;-><init>(IIIIILjava/lang/String;)V
-Landroid/bluetooth/SdpPseRecord;-><init>(Landroid/os/Parcel;)V
-Landroid/bluetooth/SdpPseRecord;->CREATOR:Landroid/os/Parcelable$Creator;
-Landroid/bluetooth/SdpPseRecord;->getL2capPsm()I
-Landroid/bluetooth/SdpPseRecord;->getProfileVersion()I
-Landroid/bluetooth/SdpPseRecord;->getRfcommChannelNumber()I
-Landroid/bluetooth/SdpPseRecord;->getServiceName()Ljava/lang/String;
-Landroid/bluetooth/SdpPseRecord;->getSupportedFeatures()I
-Landroid/bluetooth/SdpPseRecord;->getSupportedRepositories()I
-Landroid/bluetooth/SdpPseRecord;->mL2capPsm:I
-Landroid/bluetooth/SdpPseRecord;->mProfileVersion:I
-Landroid/bluetooth/SdpPseRecord;->mRfcommChannelNumber:I
-Landroid/bluetooth/SdpPseRecord;->mServiceName:Ljava/lang/String;
-Landroid/bluetooth/SdpPseRecord;->mSupportedFeatures:I
-Landroid/bluetooth/SdpPseRecord;->mSupportedRepositories:I
-Landroid/bluetooth/SdpRecord;-><init>(I[B)V
-Landroid/bluetooth/SdpRecord;-><init>(Landroid/os/Parcel;)V
-Landroid/bluetooth/SdpRecord;->CREATOR:Landroid/os/Parcelable$Creator;
-Landroid/bluetooth/SdpRecord;->getRawData()[B
-Landroid/bluetooth/SdpRecord;->getRawSize()I
-Landroid/bluetooth/SdpRecord;->mRawData:[B
-Landroid/bluetooth/SdpRecord;->mRawSize:I
-Landroid/bluetooth/SdpSapsRecord;-><init>(IILjava/lang/String;)V
-Landroid/bluetooth/SdpSapsRecord;-><init>(Landroid/os/Parcel;)V
-Landroid/bluetooth/SdpSapsRecord;->CREATOR:Landroid/os/Parcelable$Creator;
-Landroid/bluetooth/SdpSapsRecord;->getProfileVersion()I
-Landroid/bluetooth/SdpSapsRecord;->getRfcommCannelNumber()I
-Landroid/bluetooth/SdpSapsRecord;->getServiceName()Ljava/lang/String;
-Landroid/bluetooth/SdpSapsRecord;->mProfileVersion:I
-Landroid/bluetooth/SdpSapsRecord;->mRfcommChannelNumber:I
-Landroid/bluetooth/SdpSapsRecord;->mServiceName:Ljava/lang/String;
-Landroid/bluetooth/UidTraffic;-><init>(I)V
-Landroid/bluetooth/UidTraffic;-><init>(IJJ)V
-Landroid/bluetooth/UidTraffic;-><init>(Landroid/os/Parcel;)V
-Landroid/bluetooth/UidTraffic;->addRxBytes(J)V
-Landroid/bluetooth/UidTraffic;->addTxBytes(J)V
-Landroid/bluetooth/UidTraffic;->CREATOR:Landroid/os/Parcelable$Creator;
-Landroid/bluetooth/UidTraffic;->getRxBytes()J
-Landroid/bluetooth/UidTraffic;->getTxBytes()J
-Landroid/bluetooth/UidTraffic;->getUid()I
-Landroid/bluetooth/UidTraffic;->mAppUid:I
-Landroid/bluetooth/UidTraffic;->mRxBytes:J
-Landroid/bluetooth/UidTraffic;->mTxBytes:J
-Landroid/bluetooth/UidTraffic;->setRxBytes(J)V
-Landroid/bluetooth/UidTraffic;->setTxBytes(J)V
diff --git a/current/hiddenapi/hiddenapi-max-target-r-low-priority.txt b/current/hiddenapi/hiddenapi-max-target-r-low-priority.txt
deleted file mode 100644
index 8b0b81d..0000000
--- a/current/hiddenapi/hiddenapi-max-target-r-low-priority.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I
-Landroid/bluetooth/IBluetooth$Stub;->TRANSACTION_enable:I
-Landroid/bluetooth/IBluetoothManager$Stub;->TRANSACTION_enable:I
diff --git a/current/hiddenapi/hiddenapi-unsupported.txt b/current/hiddenapi/hiddenapi-unsupported.txt
deleted file mode 100644
index 0d9ca27..0000000
--- a/current/hiddenapi/hiddenapi-unsupported.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-Landroid/bluetooth/IBluetooth$Stub$Proxy;->getAddress()Ljava/lang/String;
-Landroid/bluetooth/IBluetooth$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluetooth;
-Landroid/bluetooth/IBluetoothA2dp$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluetoothA2dp;
-Landroid/bluetooth/IBluetoothCallback$Stub;-><init>()V
-Landroid/bluetooth/IBluetoothGattCallback$Stub;-><init>()V
-Landroid/bluetooth/IBluetoothGattCallback$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluetoothGattCallback;
-Landroid/bluetooth/IBluetoothHeadset$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluetoothHeadset;
-Landroid/bluetooth/IBluetoothHidDeviceCallback$Stub;-><init>()V
-Landroid/bluetooth/IBluetoothManager$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
-Landroid/bluetooth/IBluetoothManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluetoothManager;
-Landroid/bluetooth/IBluetoothManagerCallback$Stub;-><init>()V
-Landroid/bluetooth/IBluetoothPbap$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluetoothPbap;
-Landroid/bluetooth/IBluetoothStateChangeCallback$Stub;-><init>()V
diff --git a/current/hiddenapi/index.csv b/current/hiddenapi/index.csv
deleted file mode 100644
index 660e306..0000000
--- a/current/hiddenapi/index.csv
+++ /dev/null
@@ -1,103 +0,0 @@
-signature,file,startline,startcol,endline,endcol,properties
-Landroid/bluetooth/BluetoothA2dp;->close()V,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothA2dp.java,296,5,296,25,
-Landroid/bluetooth/BluetoothA2dp;->connect(Landroid/bluetooth/BluetoothDevice;)Z,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothA2dp.java,329,5,329,25,
-Landroid/bluetooth/BluetoothA2dp;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothA2dp.java,375,5,375,25,
-Landroid/bluetooth/BluetoothA2dp;->setActiveDevice(Landroid/bluetooth/BluetoothDevice;)Z,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothA2dp.java,499,5,499,50,trackingBug=171933273L
-Landroid/bluetooth/BluetoothA2dp;->getActiveDevice()Landroid/bluetooth/BluetoothDevice;,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothA2dp.java,526,5,526,50,trackingBug=171933273L
-Landroid/bluetooth/BluetoothA2dp;->getPriority(Landroid/bluetooth/BluetoothDevice;)I,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothA2dp.java,627,5,627,88,maxTargetSdk=28&trackingBug=115609023L
-Landroid/bluetooth/BluetoothA2dp;->stateToString(I)Ljava/lang/String;,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothA2dp.java,1160,5,1160,88,maxTargetSdk=28&trackingBug=115609023L
-Landroid/bluetooth/BluetoothA2dpSink;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothA2dpSink.java,185,5,185,88,maxTargetSdk=30&trackingBug=170729553L
-Landroid/bluetooth/BluetoothAdapter;->mService:Landroid/bluetooth/IBluetooth;,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothAdapter.java,799,5,799,25,
-Landroid/bluetooth/BluetoothAdapter;->getLeState()I,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothAdapter.java,1375,5,1376,55,publicAlternatives=%22Use+%7B%40link+%23getState%28%29%7D+instead+to+determine+whether+you+can+use+BLE+%26+BT+classic.%22
-Landroid/bluetooth/BluetoothAdapter;->factoryReset()Z,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothAdapter.java,1613,5,1613,88,maxTargetSdk=30&trackingBug=170729553L
-Landroid/bluetooth/BluetoothAdapter;->getUuids()[Landroid/os/ParcelUuid;,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothAdapter.java,1629,5,1629,25,
-Landroid/bluetooth/BluetoothAdapter;->listenUsingRfcommOn(IZZ)Landroid/bluetooth/BluetoothServerSocket;,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothAdapter.java,3157,5,3157,25,
-Landroid/bluetooth/BluetoothAdapter;->listenUsingEncryptedRfcommWithServiceRecord(Ljava/lang/String;Ljava/util/UUID;)Landroid/bluetooth/BluetoothServerSocket;,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothAdapter.java,3417,5,3417,88,maxTargetSdk=30&trackingBug=170729553L
-Landroid/bluetooth/BluetoothAdapter;->getBluetoothManager()Landroid/bluetooth/IBluetoothManager;,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothAdapter.java,4218,5,4218,25,
-Landroid/bluetooth/BluetoothAdapter;->getBluetoothService(Landroid/bluetooth/IBluetoothManagerCallback;)Landroid/bluetooth/IBluetooth;,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothAdapter.java,4244,5,4244,25,
-Landroid/bluetooth/BluetoothClass;-><init>(I)V,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothClass.java,70,5,70,88,maxTargetSdk=28&trackingBug=115609023L
-Landroid/bluetooth/BluetoothCodecConfig;-><init>(IIIIIJJJJ)V,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothCodecConfig.java,247,5,247,25,
-Landroid/bluetooth/BluetoothDevice;->EXTRA_REASON:Ljava/lang/String;,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothDevice.java,409,5,409,25,
-Landroid/bluetooth/BluetoothDevice;->ACTION_SDP_RECORD:Ljava/lang/String;,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothDevice.java,482,5,482,88,maxTargetSdk=30&trackingBug=170729553L
-Landroid/bluetooth/BluetoothDevice;->EXTRA_SDP_SEARCH_STATUS:Ljava/lang/String;,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothDevice.java,1127,5,1127,88,maxTargetSdk=30&trackingBug=170729553L
-Landroid/bluetooth/BluetoothDevice;-><init>(Ljava/lang/String;)V,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothDevice.java,1368,5,1368,25,
-Landroid/bluetooth/BluetoothDevice;->createRfcommSocket(I)Landroid/bluetooth/BluetoothSocket;,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothDevice.java,2718,5,2718,25,
-Landroid/bluetooth/BluetoothDevice;->createInsecureRfcommSocket(I)Landroid/bluetooth/BluetoothSocket;,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothDevice.java,2886,5,2887,77,publicAlternatives=%22Use+%7B%40link+%23createInsecureRfcommSocketToServiceRecord%7D+instead.%22
-Landroid/bluetooth/BluetoothDevice;->createScoSocket()Landroid/bluetooth/BluetoothSocket;,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothDevice.java,2910,5,2910,25,
-Landroid/bluetooth/BluetoothDevice;->convertPinToBytes(Ljava/lang/String;)[B,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothDevice.java,2932,5,2932,25,
-Landroid/bluetooth/BluetoothDevice;->connectGatt(Landroid/content/Context;ZLandroid/bluetooth/BluetoothGattCallback;IZILandroid/os/Handler;)Landroid/bluetooth/BluetoothGatt;,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothDevice.java,3072,5,3072,88,maxTargetSdk=30&trackingBug=170729553L
-Landroid/bluetooth/BluetoothGatt;->mService:Landroid/bluetooth/IBluetoothGatt;,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothGatt.java,62,5,62,25,
-Landroid/bluetooth/BluetoothGatt;->mCallback:Landroid/bluetooth/BluetoothGattCallback;,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothGatt.java,64,5,64,25,
-Landroid/bluetooth/BluetoothGatt;->mClientIf:I,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothGatt.java,67,5,67,25,
-Landroid/bluetooth/BluetoothGatt;->mAutoConnect:Z,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothGatt.java,70,5,70,25,
-Landroid/bluetooth/BluetoothGatt;->mAuthRetryState:I,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothGatt.java,72,5,72,88,maxTargetSdk=28&trackingBug=115609023L
-Landroid/bluetooth/BluetoothGatt;->mDeviceBusy:Ljava/lang/Boolean;,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothGatt.java,77,5,77,88,maxTargetSdk=30&trackingBug=170729553L
-Landroid/bluetooth/BluetoothGatt;->mTransport:I,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothGatt.java,79,5,79,88,maxTargetSdk=30&trackingBug=170729553L
-Landroid/bluetooth/BluetoothGatt;->unregisterApp()V,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothGatt.java,931,5,931,25,
-Landroid/bluetooth/BluetoothGatt;->connect(Ljava/lang/Boolean;Landroid/bluetooth/BluetoothGattCallback;Landroid/os/Handler;)Z,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothGatt.java,969,5,969,88,maxTargetSdk=30&trackingBug=170729553L
-Landroid/bluetooth/BluetoothGatt;->refresh()Z,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothGatt.java,1723,5,1723,25,
-Landroid/bluetooth/BluetoothGattCharacteristic;->mInstance:I,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothGattCharacteristic.java,198,5,198,25,
-Landroid/bluetooth/BluetoothGattCharacteristic;->mService:Landroid/bluetooth/BluetoothGattService;,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothGattCharacteristic.java,235,5,235,25,
-Landroid/bluetooth/BluetoothGattCharacteristic;->setService(Landroid/bluetooth/BluetoothGattService;)V,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothGattCharacteristic.java,397,5,397,25,
-Landroid/bluetooth/BluetoothGattCharacteristic;->setKeySize(I)V,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothGattCharacteristic.java,481,5,481,25,
-Landroid/bluetooth/BluetoothGattDescriptor;->mInstance:I,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothGattDescriptor.java,104,5,104,25,
-Landroid/bluetooth/BluetoothGattDescriptor;->mCharacteristic:Landroid/bluetooth/BluetoothGattCharacteristic;,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothGattDescriptor.java,119,5,119,25,
-Landroid/bluetooth/BluetoothGattDescriptor;->setCharacteristic(Landroid/bluetooth/BluetoothGattCharacteristic;)V,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothGattDescriptor.java,209,5,209,25,
-Landroid/bluetooth/BluetoothGattService;->mDevice:Landroid/bluetooth/BluetoothDevice;,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothGattService.java,56,5,56,25,
-Landroid/bluetooth/BluetoothGattService;->setInstanceId(I)V,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothGattService.java,273,5,273,25,
-Landroid/bluetooth/BluetoothGattService;->setAdvertisePreferred(Z)V,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothGattService.java,391,5,391,88,maxTargetSdk=30&trackingBug=170729553L
-Landroid/bluetooth/BluetoothHeadset;->close()V,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothHeadset.java,439,5,439,25,
-Landroid/bluetooth/BluetoothHeadset;->getPriority(Landroid/bluetooth/BluetoothDevice;)I,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothHeadset.java,685,5,685,88,maxTargetSdk=30&trackingBug=170729553L
-Landroid/bluetooth/BluetoothHeadset;->phoneStateChanged(IIILjava/lang/String;ILjava/lang/String;)V,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothHeadset.java,1286,5,1286,88,maxTargetSdk=30&trackingBug=170729553L
-Landroid/bluetooth/BluetoothHeadset;->setActiveDevice(Landroid/bluetooth/BluetoothDevice;)Z,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothHeadset.java,1406,5,1406,50,trackingBug=171933273L
-Landroid/bluetooth/BluetoothHeadset;->getActiveDevice()Landroid/bluetooth/BluetoothDevice;,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothHeadset.java,1435,5,1435,50,trackingBug=171933273L
-Landroid/bluetooth/BluetoothHeadset;->isEnabled()Z,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothHeadset.java,1515,5,1515,25,
-Landroid/bluetooth/BluetoothHeadsetClient;->connect(Landroid/bluetooth/BluetoothDevice;)Z,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothHeadsetClient.java,795,5,795,88,maxTargetSdk=30&trackingBug=170729553L
-Landroid/bluetooth/BluetoothHeadsetClient;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothHeadsetClient.java,826,5,826,88,maxTargetSdk=30&trackingBug=170729553L
-Landroid/bluetooth/BluetoothHeadsetClient;->acceptCall(Landroid/bluetooth/BluetoothDevice;I)Z,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothHeadsetClient.java,1245,5,1245,88,maxTargetSdk=30&trackingBug=170729553L
-Landroid/bluetooth/BluetoothHeadsetClient;->rejectCall(Landroid/bluetooth/BluetoothDevice;)Z,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothHeadsetClient.java,1310,5,1310,88,maxTargetSdk=30&trackingBug=170729553L
-Landroid/bluetooth/BluetoothHeadsetClient;->getAudioState(Landroid/bluetooth/BluetoothDevice;)I,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothHeadsetClient.java,1554,5,1554,88,maxTargetSdk=30&trackingBug=170729553L
-Landroid/bluetooth/BluetoothHeadsetClientCall;->getId()I,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothHeadsetClientCall.java,155,5,155,88,maxTargetSdk=30&trackingBug=170729553L
-Landroid/bluetooth/BluetoothHeadsetClientCall;->getState()I,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothHeadsetClientCall.java,175,5,175,88,maxTargetSdk=30&trackingBug=170729553L
-Landroid/bluetooth/BluetoothHeadsetClientCall;->getNumber()Ljava/lang/String;,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothHeadsetClientCall.java,185,5,185,88,maxTargetSdk=30&trackingBug=170729553L
-Landroid/bluetooth/BluetoothHeadsetClientCall;->isMultiParty()Z,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothHeadsetClientCall.java,204,5,204,88,maxTargetSdk=30&trackingBug=170729553L
-Landroid/bluetooth/BluetoothHeadsetClientCall;->isOutgoing()Z,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothHeadsetClientCall.java,214,5,214,88,maxTargetSdk=30&trackingBug=170729553L
-Landroid/bluetooth/BluetoothHearingAid;->setActiveDevice(Landroid/bluetooth/BluetoothDevice;)Z,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothHearingAid.java,358,5,358,88,maxTargetSdk=30&trackingBug=170729553L
-Landroid/bluetooth/BluetoothHearingAid;->getActiveDevices()Ljava/util/List;,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothHearingAid.java,386,5,386,88,maxTargetSdk=30&trackingBug=170729553L
-Landroid/bluetooth/BluetoothMap;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothMap.java,247,5,247,88,maxTargetSdk=30&trackingBug=170729553L
-Landroid/bluetooth/BluetoothMapClient;->sendMessage(Landroid/bluetooth/BluetoothDevice;[Landroid/net/Uri;Ljava/lang/String;Landroid/app/PendingIntent;Landroid/app/PendingIntent;)Z,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothMapClient.java,610,5,610,88,maxTargetSdk=30&trackingBug=170729553L
-Landroid/bluetooth/BluetoothPan;-><init>(Landroid/content/Context;Landroid/bluetooth/BluetoothProfile$ServiceListener;Landroid/bluetooth/BluetoothAdapter;)V,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothPan.java,256,5,256,25,
-Landroid/bluetooth/BluetoothPan;->close()V,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothPan.java,268,5,268,25,
-Landroid/bluetooth/BluetoothPan;->connect(Landroid/bluetooth/BluetoothDevice;)Z,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothPan.java,297,5,297,88,maxTargetSdk=30&trackingBug=170729553L
-Landroid/bluetooth/BluetoothPan;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothPan.java,344,5,344,25,
-Landroid/bluetooth/BluetoothPan;->isEnabled()Z,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothPan.java,627,5,627,25,
-Landroid/bluetooth/BluetoothPan;->isValidDevice(Landroid/bluetooth/BluetoothDevice;)Z,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothPan.java,632,5,632,25,
-Landroid/bluetooth/BluetoothPan;->log(Ljava/lang/String;)V,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothPan.java,637,5,637,25,
-Landroid/bluetooth/BluetoothPbap;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothPbap.java,281,5,281,88,maxTargetSdk=30&trackingBug=170729553L
-Landroid/bluetooth/BluetoothProfile;->PRIORITY_AUTO_CONNECT:I,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothProfile.java,290,5,290,88,maxTargetSdk=30&trackingBug=170729553L
-Landroid/bluetooth/BluetoothProfile;->PRIORITY_UNDEFINED:I,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothProfile.java,320,5,320,25,
-Landroid/bluetooth/BluetoothSap;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothSap.java,273,5,273,88,maxTargetSdk=30&trackingBug=170729553L
-Landroid/bluetooth/BluetoothServerSocket;->mSocket:Landroid/bluetooth/BluetoothSocket;,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothServerSocket.java,79,5,80,26,publicAlternatives=%22Use+public+%7B%40link+BluetoothServerSocket%7D+API+instead.%22
-Landroid/bluetooth/BluetoothSocket;->EADDRINUSE:I,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothSocket.java,115,5,115,88,maxTargetSdk=30&trackingBug=170729553L
-Landroid/bluetooth/BluetoothSocket;->mPfd:Landroid/os/ParcelFileDescriptor;,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothSocket.java,138,5,138,97,publicAlternatives=%22Use+%7B%40link+BluetoothSocket%7D+public+API+instead.%22
-Landroid/bluetooth/BluetoothSocket;->mSocket:Landroid/net/LocalSocket;,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothSocket.java,140,5,140,25,
-Landroid/bluetooth/BluetoothSocket;->mPort:I,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothSocket.java,144,5,144,25,
-Landroid/bluetooth/BluetoothUuid;->is16BitUuid(Landroid/os/ParcelUuid;)Z,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothUuid.java,545,5,545,25,
-Landroid/bluetooth/BluetoothUuid;->is32BitUuid(Landroid/os/ParcelUuid;)Z,packages/modules/Bluetooth/framework/java/android/bluetooth/BluetoothUuid.java,563,5,563,25,
-Landroid/bluetooth/IBluetooth;->getAddress()Ljava/lang/String;,packages/modules/Bluetooth/system/binder/android/bluetooth/IBluetooth.aidl,54,1,54,25,
-Landroid/bluetooth/IBluetooth;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I,packages/modules/Bluetooth/system/binder/android/bluetooth/IBluetooth.aidl,121,1,121,25,
-Landroid/bluetooth/IBluetooth;->getRemoteAlias(Landroid/bluetooth/BluetoothDevice;)Ljava/lang/String;,packages/modules/Bluetooth/system/binder/android/bluetooth/IBluetooth.aidl,130,1,130,25,
-Landroid/bluetooth/IBluetooth;->fetchRemoteUuids(Landroid/bluetooth/BluetoothDevice;)Z,packages/modules/Bluetooth/system/binder/android/bluetooth/IBluetooth.aidl,141,1,141,25,
-Landroid/bluetooth/IBluetoothA2dp;->connect(Landroid/bluetooth/BluetoothDevice;Lcom/android/modules/utils/SynchronousResultReceiver;)V,packages/modules/Bluetooth/system/binder/android/bluetooth/IBluetoothA2dp.aidl,34,1,34,25,
-Landroid/bluetooth/IBluetoothA2dp;->disconnect(Landroid/bluetooth/BluetoothDevice;Lcom/android/modules/utils/SynchronousResultReceiver;)V,packages/modules/Bluetooth/system/binder/android/bluetooth/IBluetoothA2dp.aidl,39,1,39,25,
-Landroid/bluetooth/IBluetoothA2dp;->getConnectedDevices(Lcom/android/modules/utils/SynchronousResultReceiver;)V,packages/modules/Bluetooth/system/binder/android/bluetooth/IBluetoothA2dp.aidl,44,1,44,25,
-Landroid/bluetooth/IBluetoothA2dp;->getDevicesMatchingConnectionStates([ILcom/android/modules/utils/SynchronousResultReceiver;)V,packages/modules/Bluetooth/system/binder/android/bluetooth/IBluetoothA2dp.aidl,49,1,49,25,
-Landroid/bluetooth/IBluetoothA2dp;->getConnectionState(Landroid/bluetooth/BluetoothDevice;Lcom/android/modules/utils/SynchronousResultReceiver;)V,packages/modules/Bluetooth/system/binder/android/bluetooth/IBluetoothA2dp.aidl,54,1,54,25,
-Landroid/bluetooth/IBluetoothHeadset;->getConnectedDevices()Ljava/util/List;,packages/modules/Bluetooth/system/binder/android/bluetooth/IBluetoothHeadset.aidl,35,1,35,25,
-Landroid/bluetooth/IBluetoothHeadset;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I,packages/modules/Bluetooth/system/binder/android/bluetooth/IBluetoothHeadset.aidl,42,1,42,25,
-Landroid/bluetooth/IBluetoothHeadset;->connect(Landroid/bluetooth/BluetoothDevice;)Z,packages/modules/Bluetooth/system/binder/android/bluetooth/IBluetoothHeadset.aidl,57,1,57,25,
-Landroid/bluetooth/IBluetoothHeadset;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z,packages/modules/Bluetooth/system/binder/android/bluetooth/IBluetoothHeadset.aidl,62,1,62,25,
-Landroid/bluetooth/IBluetoothManager;->registerStateChangeCallback(Landroid/bluetooth/IBluetoothStateChangeCallback;)V,packages/modules/Bluetooth/system/binder/android/bluetooth/IBluetoothManager.aidl,37,1,37,25,
-Landroid/bluetooth/IBluetoothManager;->unregisterStateChangeCallback(Landroid/bluetooth/IBluetoothStateChangeCallback;)V,packages/modules/Bluetooth/system/binder/android/bluetooth/IBluetoothManager.aidl,39,1,39,25,
-Landroid/bluetooth/IBluetoothManager;->getBluetoothGatt()Landroid/bluetooth/IBluetoothGatt;,packages/modules/Bluetooth/system/binder/android/bluetooth/IBluetoothManager.aidl,49,1,49,25,
-Landroid/bluetooth/le/ScanRecord;->parseFromBytes([B)Landroid/bluetooth/le/ScanRecord;,packages/modules/Bluetooth/framework/java/android/bluetooth/le/ScanRecord.java,489,5,489,25,
diff --git a/current/hiddenapi/metadata.csv b/current/hiddenapi/metadata.csv
deleted file mode 100644
index 2f3c0b6..0000000
--- a/current/hiddenapi/metadata.csv
+++ /dev/null
@@ -1,103 +0,0 @@
-signature,maxTargetSdk,overrideSourcePosition,publicAlternatives,trackingBug
-|Landroid/bluetooth/BluetoothA2dp;->close()V|,||,||,||,||
-|Landroid/bluetooth/BluetoothA2dp;->connect(Landroid/bluetooth/BluetoothDevice;)Z|,||,||,||,||
-|Landroid/bluetooth/BluetoothA2dp;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z|,||,||,||,||
-|Landroid/bluetooth/BluetoothA2dp;->getActiveDevice()Landroid/bluetooth/BluetoothDevice;|,||,||,||,|171933273|
-|Landroid/bluetooth/BluetoothA2dp;->getPriority(Landroid/bluetooth/BluetoothDevice;)I|,|28|,||,||,|115609023|
-|Landroid/bluetooth/BluetoothA2dp;->setActiveDevice(Landroid/bluetooth/BluetoothDevice;)Z|,||,||,||,|171933273|
-|Landroid/bluetooth/BluetoothA2dp;->stateToString(I)Ljava/lang/String;|,|28|,||,||,|115609023|
-|Landroid/bluetooth/BluetoothA2dpSink;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z|,|30|,||,||,|170729553|
-|Landroid/bluetooth/BluetoothAdapter;->factoryReset()Z|,|30|,||,||,|170729553|
-|Landroid/bluetooth/BluetoothAdapter;->getBluetoothManager()Landroid/bluetooth/IBluetoothManager;|,||,||,||,||
-|Landroid/bluetooth/BluetoothAdapter;->getBluetoothService(Landroid/bluetooth/IBluetoothManagerCallback;)Landroid/bluetooth/IBluetooth;|,||,||,||,||
-|Landroid/bluetooth/BluetoothAdapter;->getLeState()I|,||,||,|Use {@link #getState()} instead to determine whether you can use BLE & BT classic.|,||
-|Landroid/bluetooth/BluetoothAdapter;->getUuids()[Landroid/os/ParcelUuid;|,||,||,||,||
-|Landroid/bluetooth/BluetoothAdapter;->listenUsingEncryptedRfcommWithServiceRecord(Ljava/lang/String;Ljava/util/UUID;)Landroid/bluetooth/BluetoothServerSocket;|,|30|,||,||,|170729553|
-|Landroid/bluetooth/BluetoothAdapter;->listenUsingRfcommOn(IZZ)Landroid/bluetooth/BluetoothServerSocket;|,||,||,||,||
-|Landroid/bluetooth/BluetoothAdapter;->mService:Landroid/bluetooth/IBluetooth;|,||,||,||,||
-|Landroid/bluetooth/BluetoothClass;-><init>(I)V|,|28|,||,||,|115609023|
-|Landroid/bluetooth/BluetoothCodecConfig;-><init>(IIIIIJJJJ)V|,||,||,||,||
-|Landroid/bluetooth/BluetoothDevice;-><init>(Ljava/lang/String;)V|,||,||,||,||
-|Landroid/bluetooth/BluetoothDevice;->ACTION_SDP_RECORD:Ljava/lang/String;|,|30|,||,||,|170729553|
-|Landroid/bluetooth/BluetoothDevice;->EXTRA_REASON:Ljava/lang/String;|,||,||,||,||
-|Landroid/bluetooth/BluetoothDevice;->EXTRA_SDP_SEARCH_STATUS:Ljava/lang/String;|,|30|,||,||,|170729553|
-|Landroid/bluetooth/BluetoothDevice;->connectGatt(Landroid/content/Context;ZLandroid/bluetooth/BluetoothGattCallback;IZILandroid/os/Handler;)Landroid/bluetooth/BluetoothGatt;|,|30|,||,||,|170729553|
-|Landroid/bluetooth/BluetoothDevice;->convertPinToBytes(Ljava/lang/String;)[B|,||,||,||,||
-|Landroid/bluetooth/BluetoothDevice;->createInsecureRfcommSocket(I)Landroid/bluetooth/BluetoothSocket;|,||,||,|Use {@link #createInsecureRfcommSocketToServiceRecord} instead.|,||
-|Landroid/bluetooth/BluetoothDevice;->createRfcommSocket(I)Landroid/bluetooth/BluetoothSocket;|,||,||,||,||
-|Landroid/bluetooth/BluetoothDevice;->createScoSocket()Landroid/bluetooth/BluetoothSocket;|,||,||,||,||
-|Landroid/bluetooth/BluetoothGatt;->connect(Ljava/lang/Boolean;Landroid/bluetooth/BluetoothGattCallback;Landroid/os/Handler;)Z|,|30|,||,||,|170729553|
-|Landroid/bluetooth/BluetoothGatt;->mAuthRetryState:I|,|28|,||,||,|115609023|
-|Landroid/bluetooth/BluetoothGatt;->mAutoConnect:Z|,||,||,||,||
-|Landroid/bluetooth/BluetoothGatt;->mCallback:Landroid/bluetooth/BluetoothGattCallback;|,||,||,||,||
-|Landroid/bluetooth/BluetoothGatt;->mClientIf:I|,||,||,||,||
-|Landroid/bluetooth/BluetoothGatt;->mDeviceBusy:Ljava/lang/Boolean;|,|30|,||,||,|170729553|
-|Landroid/bluetooth/BluetoothGatt;->mService:Landroid/bluetooth/IBluetoothGatt;|,||,||,||,||
-|Landroid/bluetooth/BluetoothGatt;->mTransport:I|,|30|,||,||,|170729553|
-|Landroid/bluetooth/BluetoothGatt;->refresh()Z|,||,||,||,||
-|Landroid/bluetooth/BluetoothGatt;->unregisterApp()V|,||,||,||,||
-|Landroid/bluetooth/BluetoothGattCharacteristic;->mInstance:I|,||,||,||,||
-|Landroid/bluetooth/BluetoothGattCharacteristic;->mService:Landroid/bluetooth/BluetoothGattService;|,||,||,||,||
-|Landroid/bluetooth/BluetoothGattCharacteristic;->setKeySize(I)V|,||,||,||,||
-|Landroid/bluetooth/BluetoothGattCharacteristic;->setService(Landroid/bluetooth/BluetoothGattService;)V|,||,||,||,||
-|Landroid/bluetooth/BluetoothGattDescriptor;->mCharacteristic:Landroid/bluetooth/BluetoothGattCharacteristic;|,||,||,||,||
-|Landroid/bluetooth/BluetoothGattDescriptor;->mInstance:I|,||,||,||,||
-|Landroid/bluetooth/BluetoothGattDescriptor;->setCharacteristic(Landroid/bluetooth/BluetoothGattCharacteristic;)V|,||,||,||,||
-|Landroid/bluetooth/BluetoothGattService;->mDevice:Landroid/bluetooth/BluetoothDevice;|,||,||,||,||
-|Landroid/bluetooth/BluetoothGattService;->setAdvertisePreferred(Z)V|,|30|,||,||,|170729553|
-|Landroid/bluetooth/BluetoothGattService;->setInstanceId(I)V|,||,||,||,||
-|Landroid/bluetooth/BluetoothHeadset;->close()V|,||,||,||,||
-|Landroid/bluetooth/BluetoothHeadset;->getActiveDevice()Landroid/bluetooth/BluetoothDevice;|,||,||,||,|171933273|
-|Landroid/bluetooth/BluetoothHeadset;->getPriority(Landroid/bluetooth/BluetoothDevice;)I|,|30|,||,||,|170729553|
-|Landroid/bluetooth/BluetoothHeadset;->isEnabled()Z|,||,||,||,||
-|Landroid/bluetooth/BluetoothHeadset;->phoneStateChanged(IIILjava/lang/String;ILjava/lang/String;)V|,|30|,||,||,|170729553|
-|Landroid/bluetooth/BluetoothHeadset;->setActiveDevice(Landroid/bluetooth/BluetoothDevice;)Z|,||,||,||,|171933273|
-|Landroid/bluetooth/BluetoothHeadsetClient;->acceptCall(Landroid/bluetooth/BluetoothDevice;I)Z|,|30|,||,||,|170729553|
-|Landroid/bluetooth/BluetoothHeadsetClient;->connect(Landroid/bluetooth/BluetoothDevice;)Z|,|30|,||,||,|170729553|
-|Landroid/bluetooth/BluetoothHeadsetClient;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z|,|30|,||,||,|170729553|
-|Landroid/bluetooth/BluetoothHeadsetClient;->getAudioState(Landroid/bluetooth/BluetoothDevice;)I|,|30|,||,||,|170729553|
-|Landroid/bluetooth/BluetoothHeadsetClient;->rejectCall(Landroid/bluetooth/BluetoothDevice;)Z|,|30|,||,||,|170729553|
-|Landroid/bluetooth/BluetoothHeadsetClientCall;->getId()I|,|30|,||,||,|170729553|
-|Landroid/bluetooth/BluetoothHeadsetClientCall;->getNumber()Ljava/lang/String;|,|30|,||,||,|170729553|
-|Landroid/bluetooth/BluetoothHeadsetClientCall;->getState()I|,|30|,||,||,|170729553|
-|Landroid/bluetooth/BluetoothHeadsetClientCall;->isMultiParty()Z|,|30|,||,||,|170729553|
-|Landroid/bluetooth/BluetoothHeadsetClientCall;->isOutgoing()Z|,|30|,||,||,|170729553|
-|Landroid/bluetooth/BluetoothHearingAid;->getActiveDevices()Ljava/util/List;|,|30|,||,||,|170729553|
-|Landroid/bluetooth/BluetoothHearingAid;->setActiveDevice(Landroid/bluetooth/BluetoothDevice;)Z|,|30|,||,||,|170729553|
-|Landroid/bluetooth/BluetoothMap;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z|,|30|,||,||,|170729553|
-|Landroid/bluetooth/BluetoothMapClient;->sendMessage(Landroid/bluetooth/BluetoothDevice;[Landroid/net/Uri;Ljava/lang/String;Landroid/app/PendingIntent;Landroid/app/PendingIntent;)Z|,|30|,||,||,|170729553|
-|Landroid/bluetooth/BluetoothPan;-><init>(Landroid/content/Context;Landroid/bluetooth/BluetoothProfile$ServiceListener;Landroid/bluetooth/BluetoothAdapter;)V|,||,||,||,||
-|Landroid/bluetooth/BluetoothPan;->close()V|,||,||,||,||
-|Landroid/bluetooth/BluetoothPan;->connect(Landroid/bluetooth/BluetoothDevice;)Z|,|30|,||,||,|170729553|
-|Landroid/bluetooth/BluetoothPan;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z|,||,||,||,||
-|Landroid/bluetooth/BluetoothPan;->isEnabled()Z|,||,||,||,||
-|Landroid/bluetooth/BluetoothPan;->isValidDevice(Landroid/bluetooth/BluetoothDevice;)Z|,||,||,||,||
-|Landroid/bluetooth/BluetoothPan;->log(Ljava/lang/String;)V|,||,||,||,||
-|Landroid/bluetooth/BluetoothPbap;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z|,|30|,||,||,|170729553|
-|Landroid/bluetooth/BluetoothProfile;->PRIORITY_AUTO_CONNECT:I|,|30|,||,||,|170729553|
-|Landroid/bluetooth/BluetoothProfile;->PRIORITY_UNDEFINED:I|,||,||,||,||
-|Landroid/bluetooth/BluetoothSap;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z|,|30|,||,||,|170729553|
-|Landroid/bluetooth/BluetoothServerSocket;->mSocket:Landroid/bluetooth/BluetoothSocket;|,||,||,|Use public {@link BluetoothServerSocket} API instead.|,||
-|Landroid/bluetooth/BluetoothSocket;->EADDRINUSE:I|,|30|,||,||,|170729553|
-|Landroid/bluetooth/BluetoothSocket;->mPfd:Landroid/os/ParcelFileDescriptor;|,||,||,|Use {@link BluetoothSocket} public API instead.|,||
-|Landroid/bluetooth/BluetoothSocket;->mPort:I|,||,||,||,||
-|Landroid/bluetooth/BluetoothSocket;->mSocket:Landroid/net/LocalSocket;|,||,||,||,||
-|Landroid/bluetooth/BluetoothUuid;->is16BitUuid(Landroid/os/ParcelUuid;)Z|,||,||,||,||
-|Landroid/bluetooth/BluetoothUuid;->is32BitUuid(Landroid/os/ParcelUuid;)Z|,||,||,||,||
-|Landroid/bluetooth/IBluetooth;->fetchRemoteUuids(Landroid/bluetooth/BluetoothDevice;)Z|,||,|packages/modules/Bluetooth/system/binder/android/bluetooth/IBluetooth.aidl:141:1:141:25|,||,||
-|Landroid/bluetooth/IBluetooth;->getAddress()Ljava/lang/String;|,||,|packages/modules/Bluetooth/system/binder/android/bluetooth/IBluetooth.aidl:54:1:54:25|,||,||
-|Landroid/bluetooth/IBluetooth;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I|,||,|packages/modules/Bluetooth/system/binder/android/bluetooth/IBluetooth.aidl:121:1:121:25|,||,||
-|Landroid/bluetooth/IBluetooth;->getRemoteAlias(Landroid/bluetooth/BluetoothDevice;)Ljava/lang/String;|,||,|packages/modules/Bluetooth/system/binder/android/bluetooth/IBluetooth.aidl:130:1:130:25|,||,||
-|Landroid/bluetooth/IBluetoothA2dp;->connect(Landroid/bluetooth/BluetoothDevice;Lcom/android/bluetooth/x/com/android/modules/utils/SynchronousResultReceiver;)V|,||,|packages/modules/Bluetooth/system/binder/android/bluetooth/IBluetoothA2dp.aidl:34:1:34:25|,||,||
-|Landroid/bluetooth/IBluetoothA2dp;->disconnect(Landroid/bluetooth/BluetoothDevice;Lcom/android/bluetooth/x/com/android/modules/utils/SynchronousResultReceiver;)V|,||,|packages/modules/Bluetooth/system/binder/android/bluetooth/IBluetoothA2dp.aidl:39:1:39:25|,||,||
-|Landroid/bluetooth/IBluetoothA2dp;->getConnectedDevices(Lcom/android/bluetooth/x/com/android/modules/utils/SynchronousResultReceiver;)V|,||,|packages/modules/Bluetooth/system/binder/android/bluetooth/IBluetoothA2dp.aidl:44:1:44:25|,||,||
-|Landroid/bluetooth/IBluetoothA2dp;->getConnectionState(Landroid/bluetooth/BluetoothDevice;Lcom/android/bluetooth/x/com/android/modules/utils/SynchronousResultReceiver;)V|,||,|packages/modules/Bluetooth/system/binder/android/bluetooth/IBluetoothA2dp.aidl:54:1:54:25|,||,||
-|Landroid/bluetooth/IBluetoothA2dp;->getDevicesMatchingConnectionStates([ILcom/android/bluetooth/x/com/android/modules/utils/SynchronousResultReceiver;)V|,||,|packages/modules/Bluetooth/system/binder/android/bluetooth/IBluetoothA2dp.aidl:49:1:49:25|,||,||
-|Landroid/bluetooth/IBluetoothHeadset;->connect(Landroid/bluetooth/BluetoothDevice;)Z|,||,|packages/modules/Bluetooth/system/binder/android/bluetooth/IBluetoothHeadset.aidl:57:1:57:25|,||,||
-|Landroid/bluetooth/IBluetoothHeadset;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z|,||,|packages/modules/Bluetooth/system/binder/android/bluetooth/IBluetoothHeadset.aidl:62:1:62:25|,||,||
-|Landroid/bluetooth/IBluetoothHeadset;->getConnectedDevices()Ljava/util/List;|,||,|packages/modules/Bluetooth/system/binder/android/bluetooth/IBluetoothHeadset.aidl:35:1:35:25|,||,||
-|Landroid/bluetooth/IBluetoothHeadset;->getConnectionState(Landroid/bluetooth/BluetoothDevice;)I|,||,|packages/modules/Bluetooth/system/binder/android/bluetooth/IBluetoothHeadset.aidl:42:1:42:25|,||,||
-|Landroid/bluetooth/IBluetoothManager;->getBluetoothGatt()Landroid/bluetooth/IBluetoothGatt;|,||,|packages/modules/Bluetooth/system/binder/android/bluetooth/IBluetoothManager.aidl:49:1:49:25|,||,||
-|Landroid/bluetooth/IBluetoothManager;->registerStateChangeCallback(Landroid/bluetooth/IBluetoothStateChangeCallback;)V|,||,|packages/modules/Bluetooth/system/binder/android/bluetooth/IBluetoothManager.aidl:37:1:37:25|,||,||
-|Landroid/bluetooth/IBluetoothManager;->unregisterStateChangeCallback(Landroid/bluetooth/IBluetoothStateChangeCallback;)V|,||,|packages/modules/Bluetooth/system/binder/android/bluetooth/IBluetoothManager.aidl:39:1:39:25|,||,||
-|Landroid/bluetooth/le/ScanRecord;->parseFromBytes([B)Landroid/bluetooth/le/ScanRecord;|,||,||,||,||
diff --git a/current/hiddenapi/signature-patterns.csv b/current/hiddenapi/signature-patterns.csv
deleted file mode 100644
index a3513de..0000000
--- a/current/hiddenapi/signature-patterns.csv
+++ /dev/null
@@ -1,131 +0,0 @@
-android/bluetooth/Attributable
-android/bluetooth/BluetoothA2dp
-android/bluetooth/BluetoothA2dpSink
-android/bluetooth/BluetoothActivityEnergyInfo
-android/bluetooth/BluetoothAdapter
-android/bluetooth/BluetoothAssignedNumbers
-android/bluetooth/BluetoothAudioConfig
-android/bluetooth/BluetoothAvrcp
-android/bluetooth/BluetoothAvrcpController
-android/bluetooth/BluetoothAvrcpPlayerSettings
-android/bluetooth/BluetoothClass
-android/bluetooth/BluetoothCodecConfig
-android/bluetooth/BluetoothCodecStatus
-android/bluetooth/BluetoothCsipSetCoordinator
-android/bluetooth/BluetoothDevice
-android/bluetooth/BluetoothDevicePicker
-android/bluetooth/BluetoothFrameworkInitializer
-android/bluetooth/BluetoothGatt
-android/bluetooth/BluetoothGattCallback
-android/bluetooth/BluetoothGattCharacteristic
-android/bluetooth/BluetoothGattDescriptor
-android/bluetooth/BluetoothGattIncludedService
-android/bluetooth/BluetoothGattServer
-android/bluetooth/BluetoothGattServerCallback
-android/bluetooth/BluetoothGattService
-android/bluetooth/BluetoothHapClient
-android/bluetooth/BluetoothHapPresetInfo
-android/bluetooth/BluetoothHeadset
-android/bluetooth/BluetoothHeadsetClient
-android/bluetooth/BluetoothHeadsetClientCall
-android/bluetooth/BluetoothHealth
-android/bluetooth/BluetoothHealthAppConfiguration
-android/bluetooth/BluetoothHealthCallback
-android/bluetooth/BluetoothHearingAid
-android/bluetooth/BluetoothHidDevice
-android/bluetooth/BluetoothHidDeviceAppQosSettings
-android/bluetooth/BluetoothHidDeviceAppSdpSettings
-android/bluetooth/BluetoothHidHost
-android/bluetooth/BluetoothInputStream
-android/bluetooth/BluetoothLeAudio
-android/bluetooth/BluetoothLeAudioCodecConfig
-android/bluetooth/BluetoothLeAudioCodecConfigMetadata
-android/bluetooth/BluetoothLeAudioCodecStatus
-android/bluetooth/BluetoothLeAudioContentMetadata
-android/bluetooth/BluetoothLeBroadcast
-android/bluetooth/BluetoothLeBroadcastAssistant
-android/bluetooth/BluetoothLeBroadcastAssistantCallback
-android/bluetooth/BluetoothLeBroadcastChannel
-android/bluetooth/BluetoothLeBroadcastMetadata
-android/bluetooth/BluetoothLeBroadcastReceiveState
-android/bluetooth/BluetoothLeBroadcastSubgroup
-android/bluetooth/BluetoothLeCall
-android/bluetooth/BluetoothLeCallControl
-android/bluetooth/BluetoothManager
-android/bluetooth/BluetoothMap
-android/bluetooth/BluetoothMapClient
-android/bluetooth/BluetoothMasInstance
-android/bluetooth/BluetoothOutputStream
-android/bluetooth/BluetoothPan
-android/bluetooth/BluetoothPbap
-android/bluetooth/BluetoothPbapClient
-android/bluetooth/BluetoothProfile
-android/bluetooth/BluetoothProfileConnector
-android/bluetooth/BluetoothSap
-android/bluetooth/BluetoothServerSocket
-android/bluetooth/BluetoothSocket
-android/bluetooth/BluetoothStatusCodes
-android/bluetooth/BluetoothUtils
-android/bluetooth/BluetoothUuid
-android/bluetooth/BluetoothVolumeControl
-android/bluetooth/BufferConstraint
-android/bluetooth/BufferConstraints
-android/bluetooth/IBluetooth
-android/bluetooth/IBluetoothA2dp
-android/bluetooth/IBluetoothA2dpSink
-android/bluetooth/IBluetoothActivityEnergyInfoListener
-android/bluetooth/IBluetoothAvrcpController
-android/bluetooth/IBluetoothAvrcpTarget
-android/bluetooth/IBluetoothBattery
-android/bluetooth/IBluetoothCallback
-android/bluetooth/IBluetoothConnectionCallback
-android/bluetooth/IBluetoothCsipSetCoordinator
-android/bluetooth/IBluetoothCsipSetCoordinatorCallback
-android/bluetooth/IBluetoothCsipSetCoordinatorLockCallback
-android/bluetooth/IBluetoothGatt
-android/bluetooth/IBluetoothGattCallback
-android/bluetooth/IBluetoothGattServerCallback
-android/bluetooth/IBluetoothHapClient
-android/bluetooth/IBluetoothHapClientCallback
-android/bluetooth/IBluetoothHeadset
-android/bluetooth/IBluetoothHeadsetClient
-android/bluetooth/IBluetoothHearingAid
-android/bluetooth/IBluetoothHidDevice
-android/bluetooth/IBluetoothHidDeviceCallback
-android/bluetooth/IBluetoothHidHost
-android/bluetooth/IBluetoothLeAudio
-android/bluetooth/IBluetoothLeAudioCallback
-android/bluetooth/IBluetoothLeBroadcastAssistant
-android/bluetooth/IBluetoothLeBroadcastAssistantCallback
-android/bluetooth/IBluetoothLeBroadcastCallback
-android/bluetooth/IBluetoothLeCallControl
-android/bluetooth/IBluetoothLeCallControlCallback
-android/bluetooth/IBluetoothManager
-android/bluetooth/IBluetoothManagerCallback
-android/bluetooth/IBluetoothMap
-android/bluetooth/IBluetoothMapClient
-android/bluetooth/IBluetoothMcpServiceManager
-android/bluetooth/IBluetoothMetadataListener
-android/bluetooth/IBluetoothOobDataCallback
-android/bluetooth/IBluetoothPan
-android/bluetooth/IBluetoothPanCallback
-android/bluetooth/IBluetoothPbap
-android/bluetooth/IBluetoothPbapClient
-android/bluetooth/IBluetoothProfileServiceConnection
-android/bluetooth/IBluetoothSap
-android/bluetooth/IBluetoothSocketManager
-android/bluetooth/IBluetoothStateChangeCallback
-android/bluetooth/IBluetoothVolumeControl
-android/bluetooth/IBluetoothVolumeControlCallback
-android/bluetooth/IncomingRfcommSocketInfo
-android/bluetooth/OobData
-android/bluetooth/SdpDipRecord
-android/bluetooth/SdpMasRecord
-android/bluetooth/SdpMnsRecord
-android/bluetooth/SdpOppOpsRecord
-android/bluetooth/SdpPseRecord
-android/bluetooth/SdpRecord
-android/bluetooth/SdpSapsRecord
-android/bluetooth/UidTraffic
-android/bluetooth/le/**
-com/android/bluetooth/**
diff --git a/current/java_systemserver_libs/snapshot/jars/are/invalid/service-bluetooth.jar b/current/java_systemserver_libs/snapshot/jars/are/invalid/service-bluetooth.jar
deleted file mode 100644
index e69de29..0000000
--- a/current/java_systemserver_libs/snapshot/jars/are/invalid/service-bluetooth.jar
+++ /dev/null
diff --git a/current/licenses/build/soong/licenses/LICENSE b/current/licenses/build/soong/licenses/LICENSE
deleted file mode 100644
index d645695..0000000
--- a/current/licenses/build/soong/licenses/LICENSE
+++ /dev/null
@@ -1,202 +0,0 @@
-
-                                 Apache License
-                           Version 2.0, January 2004
-                        http://www.apache.org/licenses/
-
-   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
-
-   1. Definitions.
-
-      "License" shall mean the terms and conditions for use, reproduction,
-      and distribution as defined by Sections 1 through 9 of this document.
-
-      "Licensor" shall mean the copyright owner or entity authorized by
-      the copyright owner that is granting the License.
-
-      "Legal Entity" shall mean the union of the acting entity and all
-      other entities that control, are controlled by, or are under common
-      control with that entity. For the purposes of this definition,
-      "control" means (i) the power, direct or indirect, to cause the
-      direction or management of such entity, whether by contract or
-      otherwise, or (ii) ownership of fifty percent (50%) or more of the
-      outstanding shares, or (iii) beneficial ownership of such entity.
-
-      "You" (or "Your") shall mean an individual or Legal Entity
-      exercising permissions granted by this License.
-
-      "Source" form shall mean the preferred form for making modifications,
-      including but not limited to software source code, documentation
-      source, and configuration files.
-
-      "Object" form shall mean any form resulting from mechanical
-      transformation or translation of a Source form, including but
-      not limited to compiled object code, generated documentation,
-      and conversions to other media types.
-
-      "Work" shall mean the work of authorship, whether in Source or
-      Object form, made available under the License, as indicated by a
-      copyright notice that is included in or attached to the work
-      (an example is provided in the Appendix below).
-
-      "Derivative Works" shall mean any work, whether in Source or Object
-      form, that is based on (or derived from) the Work and for which the
-      editorial revisions, annotations, elaborations, or other modifications
-      represent, as a whole, an original work of authorship. For the purposes
-      of this License, Derivative Works shall not include works that remain
-      separable from, or merely link (or bind by name) to the interfaces of,
-      the Work and Derivative Works thereof.
-
-      "Contribution" shall mean any work of authorship, including
-      the original version of the Work and any modifications or additions
-      to that Work or Derivative Works thereof, that is intentionally
-      submitted to Licensor for inclusion in the Work by the copyright owner
-      or by an individual or Legal Entity authorized to submit on behalf of
-      the copyright owner. For the purposes of this definition, "submitted"
-      means any form of electronic, verbal, or written communication sent
-      to the Licensor or its representatives, including but not limited to
-      communication on electronic mailing lists, source code control systems,
-      and issue tracking systems that are managed by, or on behalf of, the
-      Licensor for the purpose of discussing and improving the Work, but
-      excluding communication that is conspicuously marked or otherwise
-      designated in writing by the copyright owner as "Not a Contribution."
-
-      "Contributor" shall mean Licensor and any individual or Legal Entity
-      on behalf of whom a Contribution has been received by Licensor and
-      subsequently incorporated within the Work.
-
-   2. Grant of Copyright License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      copyright license to reproduce, prepare Derivative Works of,
-      publicly display, publicly perform, sublicense, and distribute the
-      Work and such Derivative Works in Source or Object form.
-
-   3. Grant of Patent License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      (except as stated in this section) patent license to make, have made,
-      use, offer to sell, sell, import, and otherwise transfer the Work,
-      where such license applies only to those patent claims licensable
-      by such Contributor that are necessarily infringed by their
-      Contribution(s) alone or by combination of their Contribution(s)
-      with the Work to which such Contribution(s) was submitted. If You
-      institute patent litigation against any entity (including a
-      cross-claim or counterclaim in a lawsuit) alleging that the Work
-      or a Contribution incorporated within the Work constitutes direct
-      or contributory patent infringement, then any patent licenses
-      granted to You under this License for that Work shall terminate
-      as of the date such litigation is filed.
-
-   4. Redistribution. You may reproduce and distribute copies of the
-      Work or Derivative Works thereof in any medium, with or without
-      modifications, and in Source or Object form, provided that You
-      meet the following conditions:
-
-      (a) You must give any other recipients of the Work or
-          Derivative Works a copy of this License; and
-
-      (b) You must cause any modified files to carry prominent notices
-          stating that You changed the files; and
-
-      (c) You must retain, in the Source form of any Derivative Works
-          that You distribute, all copyright, patent, trademark, and
-          attribution notices from the Source form of the Work,
-          excluding those notices that do not pertain to any part of
-          the Derivative Works; and
-
-      (d) If the Work includes a "NOTICE" text file as part of its
-          distribution, then any Derivative Works that You distribute must
-          include a readable copy of the attribution notices contained
-          within such NOTICE file, excluding those notices that do not
-          pertain to any part of the Derivative Works, in at least one
-          of the following places: within a NOTICE text file distributed
-          as part of the Derivative Works; within the Source form or
-          documentation, if provided along with the Derivative Works; or,
-          within a display generated by the Derivative Works, if and
-          wherever such third-party notices normally appear. The contents
-          of the NOTICE file are for informational purposes only and
-          do not modify the License. You may add Your own attribution
-          notices within Derivative Works that You distribute, alongside
-          or as an addendum to the NOTICE text from the Work, provided
-          that such additional attribution notices cannot be construed
-          as modifying the License.
-
-      You may add Your own copyright statement to Your modifications and
-      may provide additional or different license terms and conditions
-      for use, reproduction, or distribution of Your modifications, or
-      for any such Derivative Works as a whole, provided Your use,
-      reproduction, and distribution of the Work otherwise complies with
-      the conditions stated in this License.
-
-   5. Submission of Contributions. Unless You explicitly state otherwise,
-      any Contribution intentionally submitted for inclusion in the Work
-      by You to the Licensor shall be under the terms and conditions of
-      this License, without any additional terms or conditions.
-      Notwithstanding the above, nothing herein shall supersede or modify
-      the terms of any separate license agreement you may have executed
-      with Licensor regarding such Contributions.
-
-   6. Trademarks. This License does not grant permission to use the trade
-      names, trademarks, service marks, or product names of the Licensor,
-      except as required for reasonable and customary use in describing the
-      origin of the Work and reproducing the content of the NOTICE file.
-
-   7. Disclaimer of Warranty. Unless required by applicable law or
-      agreed to in writing, Licensor provides the Work (and each
-      Contributor provides its Contributions) on an "AS IS" BASIS,
-      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
-      implied, including, without limitation, any warranties or conditions
-      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
-      PARTICULAR PURPOSE. You are solely responsible for determining the
-      appropriateness of using or redistributing the Work and assume any
-      risks associated with Your exercise of permissions under this License.
-
-   8. Limitation of Liability. In no event and under no legal theory,
-      whether in tort (including negligence), contract, or otherwise,
-      unless required by applicable law (such as deliberate and grossly
-      negligent acts) or agreed to in writing, shall any Contributor be
-      liable to You for damages, including any direct, indirect, special,
-      incidental, or consequential damages of any character arising as a
-      result of this License or out of the use or inability to use the
-      Work (including but not limited to damages for loss of goodwill,
-      work stoppage, computer failure or malfunction, or any and all
-      other commercial damages or losses), even if such Contributor
-      has been advised of the possibility of such damages.
-
-   9. Accepting Warranty or Additional Liability. While redistributing
-      the Work or Derivative Works thereof, You may choose to offer,
-      and charge a fee for, acceptance of support, warranty, indemnity,
-      or other liability obligations and/or rights consistent with this
-      License. However, in accepting such obligations, You may act only
-      on Your own behalf and on Your sole responsibility, not on behalf
-      of any other Contributor, and only if You agree to indemnify,
-      defend, and hold each Contributor harmless for any liability
-      incurred by, or claims asserted against, such Contributor by reason
-      of your accepting any such warranty or additional liability.
-
-   END OF TERMS AND CONDITIONS
-
-   APPENDIX: How to apply the Apache License to your work.
-
-      To apply the Apache License to your work, attach the following
-      boilerplate notice, with the fields enclosed by brackets "[]"
-      replaced with your own identifying information. (Don't include
-      the brackets!)  The text should be enclosed in the appropriate
-      comment syntax for the file format. We also recommend that a
-      file or class name and description of purpose be included on the
-      same "printed page" as the copyright notice for easier
-      identification within third-party archives.
-
-   Copyright [yyyy] [name of copyright owner]
-
-   Licensed under the Apache License, Version 2.0 (the "License");
-   you may not use this file except in compliance with the License.
-   You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
diff --git a/current/licenses/packages/modules/Bluetooth/NOTICE b/current/licenses/packages/modules/Bluetooth/NOTICE
deleted file mode 100644
index d645695..0000000
--- a/current/licenses/packages/modules/Bluetooth/NOTICE
+++ /dev/null
@@ -1,202 +0,0 @@
-
-                                 Apache License
-                           Version 2.0, January 2004
-                        http://www.apache.org/licenses/
-
-   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
-
-   1. Definitions.
-
-      "License" shall mean the terms and conditions for use, reproduction,
-      and distribution as defined by Sections 1 through 9 of this document.
-
-      "Licensor" shall mean the copyright owner or entity authorized by
-      the copyright owner that is granting the License.
-
-      "Legal Entity" shall mean the union of the acting entity and all
-      other entities that control, are controlled by, or are under common
-      control with that entity. For the purposes of this definition,
-      "control" means (i) the power, direct or indirect, to cause the
-      direction or management of such entity, whether by contract or
-      otherwise, or (ii) ownership of fifty percent (50%) or more of the
-      outstanding shares, or (iii) beneficial ownership of such entity.
-
-      "You" (or "Your") shall mean an individual or Legal Entity
-      exercising permissions granted by this License.
-
-      "Source" form shall mean the preferred form for making modifications,
-      including but not limited to software source code, documentation
-      source, and configuration files.
-
-      "Object" form shall mean any form resulting from mechanical
-      transformation or translation of a Source form, including but
-      not limited to compiled object code, generated documentation,
-      and conversions to other media types.
-
-      "Work" shall mean the work of authorship, whether in Source or
-      Object form, made available under the License, as indicated by a
-      copyright notice that is included in or attached to the work
-      (an example is provided in the Appendix below).
-
-      "Derivative Works" shall mean any work, whether in Source or Object
-      form, that is based on (or derived from) the Work and for which the
-      editorial revisions, annotations, elaborations, or other modifications
-      represent, as a whole, an original work of authorship. For the purposes
-      of this License, Derivative Works shall not include works that remain
-      separable from, or merely link (or bind by name) to the interfaces of,
-      the Work and Derivative Works thereof.
-
-      "Contribution" shall mean any work of authorship, including
-      the original version of the Work and any modifications or additions
-      to that Work or Derivative Works thereof, that is intentionally
-      submitted to Licensor for inclusion in the Work by the copyright owner
-      or by an individual or Legal Entity authorized to submit on behalf of
-      the copyright owner. For the purposes of this definition, "submitted"
-      means any form of electronic, verbal, or written communication sent
-      to the Licensor or its representatives, including but not limited to
-      communication on electronic mailing lists, source code control systems,
-      and issue tracking systems that are managed by, or on behalf of, the
-      Licensor for the purpose of discussing and improving the Work, but
-      excluding communication that is conspicuously marked or otherwise
-      designated in writing by the copyright owner as "Not a Contribution."
-
-      "Contributor" shall mean Licensor and any individual or Legal Entity
-      on behalf of whom a Contribution has been received by Licensor and
-      subsequently incorporated within the Work.
-
-   2. Grant of Copyright License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      copyright license to reproduce, prepare Derivative Works of,
-      publicly display, publicly perform, sublicense, and distribute the
-      Work and such Derivative Works in Source or Object form.
-
-   3. Grant of Patent License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      (except as stated in this section) patent license to make, have made,
-      use, offer to sell, sell, import, and otherwise transfer the Work,
-      where such license applies only to those patent claims licensable
-      by such Contributor that are necessarily infringed by their
-      Contribution(s) alone or by combination of their Contribution(s)
-      with the Work to which such Contribution(s) was submitted. If You
-      institute patent litigation against any entity (including a
-      cross-claim or counterclaim in a lawsuit) alleging that the Work
-      or a Contribution incorporated within the Work constitutes direct
-      or contributory patent infringement, then any patent licenses
-      granted to You under this License for that Work shall terminate
-      as of the date such litigation is filed.
-
-   4. Redistribution. You may reproduce and distribute copies of the
-      Work or Derivative Works thereof in any medium, with or without
-      modifications, and in Source or Object form, provided that You
-      meet the following conditions:
-
-      (a) You must give any other recipients of the Work or
-          Derivative Works a copy of this License; and
-
-      (b) You must cause any modified files to carry prominent notices
-          stating that You changed the files; and
-
-      (c) You must retain, in the Source form of any Derivative Works
-          that You distribute, all copyright, patent, trademark, and
-          attribution notices from the Source form of the Work,
-          excluding those notices that do not pertain to any part of
-          the Derivative Works; and
-
-      (d) If the Work includes a "NOTICE" text file as part of its
-          distribution, then any Derivative Works that You distribute must
-          include a readable copy of the attribution notices contained
-          within such NOTICE file, excluding those notices that do not
-          pertain to any part of the Derivative Works, in at least one
-          of the following places: within a NOTICE text file distributed
-          as part of the Derivative Works; within the Source form or
-          documentation, if provided along with the Derivative Works; or,
-          within a display generated by the Derivative Works, if and
-          wherever such third-party notices normally appear. The contents
-          of the NOTICE file are for informational purposes only and
-          do not modify the License. You may add Your own attribution
-          notices within Derivative Works that You distribute, alongside
-          or as an addendum to the NOTICE text from the Work, provided
-          that such additional attribution notices cannot be construed
-          as modifying the License.
-
-      You may add Your own copyright statement to Your modifications and
-      may provide additional or different license terms and conditions
-      for use, reproduction, or distribution of Your modifications, or
-      for any such Derivative Works as a whole, provided Your use,
-      reproduction, and distribution of the Work otherwise complies with
-      the conditions stated in this License.
-
-   5. Submission of Contributions. Unless You explicitly state otherwise,
-      any Contribution intentionally submitted for inclusion in the Work
-      by You to the Licensor shall be under the terms and conditions of
-      this License, without any additional terms or conditions.
-      Notwithstanding the above, nothing herein shall supersede or modify
-      the terms of any separate license agreement you may have executed
-      with Licensor regarding such Contributions.
-
-   6. Trademarks. This License does not grant permission to use the trade
-      names, trademarks, service marks, or product names of the Licensor,
-      except as required for reasonable and customary use in describing the
-      origin of the Work and reproducing the content of the NOTICE file.
-
-   7. Disclaimer of Warranty. Unless required by applicable law or
-      agreed to in writing, Licensor provides the Work (and each
-      Contributor provides its Contributions) on an "AS IS" BASIS,
-      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
-      implied, including, without limitation, any warranties or conditions
-      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
-      PARTICULAR PURPOSE. You are solely responsible for determining the
-      appropriateness of using or redistributing the Work and assume any
-      risks associated with Your exercise of permissions under this License.
-
-   8. Limitation of Liability. In no event and under no legal theory,
-      whether in tort (including negligence), contract, or otherwise,
-      unless required by applicable law (such as deliberate and grossly
-      negligent acts) or agreed to in writing, shall any Contributor be
-      liable to You for damages, including any direct, indirect, special,
-      incidental, or consequential damages of any character arising as a
-      result of this License or out of the use or inability to use the
-      Work (including but not limited to damages for loss of goodwill,
-      work stoppage, computer failure or malfunction, or any and all
-      other commercial damages or losses), even if such Contributor
-      has been advised of the possibility of such damages.
-
-   9. Accepting Warranty or Additional Liability. While redistributing
-      the Work or Derivative Works thereof, You may choose to offer,
-      and charge a fee for, acceptance of support, warranty, indemnity,
-      or other liability obligations and/or rights consistent with this
-      License. However, in accepting such obligations, You may act only
-      on Your own behalf and on Your sole responsibility, not on behalf
-      of any other Contributor, and only if You agree to indemnify,
-      defend, and hold each Contributor harmless for any liability
-      incurred by, or claims asserted against, such Contributor by reason
-      of your accepting any such warranty or additional liability.
-
-   END OF TERMS AND CONDITIONS
-
-   APPENDIX: How to apply the Apache License to your work.
-
-      To apply the Apache License to your work, attach the following
-      boilerplate notice, with the fields enclosed by brackets "[]"
-      replaced with your own identifying information. (Don't include
-      the brackets!)  The text should be enclosed in the appropriate
-      comment syntax for the file format. We also recommend that a
-      file or class name and description of purpose be included on the
-      same "printed page" as the copyright notice for easier
-      identification within third-party archives.
-
-   Copyright [yyyy] [name of copyright owner]
-
-   Licensed under the Apache License, Version 2.0 (the "License");
-   you may not use this file except in compliance with the License.
-   You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
diff --git a/current/sdk_library/module-lib/framework-bluetooth-removed.txt b/current/sdk_library/module-lib/framework-bluetooth-removed.txt
deleted file mode 100644
index d802177..0000000
--- a/current/sdk_library/module-lib/framework-bluetooth-removed.txt
+++ /dev/null
@@ -1 +0,0 @@
-// Signature format: 2.0
diff --git a/current/sdk_library/module-lib/framework-bluetooth-stubs.jar b/current/sdk_library/module-lib/framework-bluetooth-stubs.jar
deleted file mode 100644
index 8b0b7b0..0000000
--- a/current/sdk_library/module-lib/framework-bluetooth-stubs.jar
+++ /dev/null
Binary files differ
diff --git a/current/sdk_library/module-lib/framework-bluetooth.srcjar b/current/sdk_library/module-lib/framework-bluetooth.srcjar
deleted file mode 100644
index 49cca4b..0000000
--- a/current/sdk_library/module-lib/framework-bluetooth.srcjar
+++ /dev/null
Binary files differ
diff --git a/current/sdk_library/module-lib/framework-bluetooth.txt b/current/sdk_library/module-lib/framework-bluetooth.txt
deleted file mode 100644
index b94d252..0000000
--- a/current/sdk_library/module-lib/framework-bluetooth.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-// Signature format: 2.0
-package android.bluetooth {
-
-  public class BluetoothFrameworkInitializer {
-    method public static void registerServiceWrappers();
-    method public static void setBinderCallsStatsInitializer(@NonNull java.util.function.Consumer<android.content.Context>);
-    method public static void setBluetoothServiceManager(@NonNull android.os.BluetoothServiceManager);
-  }
-
-  public final class BluetoothPan implements android.bluetooth.BluetoothProfile {
-    method @Nullable @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED, android.Manifest.permission.TETHER_PRIVILEGED}) public android.net.TetheringManager.TetheredInterfaceRequest requestTetheredInterface(@NonNull java.util.concurrent.Executor, @NonNull android.net.TetheringManager.TetheredInterfaceCallback);
-  }
-
-}
-
diff --git a/current/sdk_library/module-lib/framework-bluetooth_annotations.zip b/current/sdk_library/module-lib/framework-bluetooth_annotations.zip
deleted file mode 100644
index 601cc19..0000000
--- a/current/sdk_library/module-lib/framework-bluetooth_annotations.zip
+++ /dev/null
Binary files differ
diff --git a/current/sdk_library/public/framework-bluetooth-removed.txt b/current/sdk_library/public/framework-bluetooth-removed.txt
deleted file mode 100644
index d802177..0000000
--- a/current/sdk_library/public/framework-bluetooth-removed.txt
+++ /dev/null
@@ -1 +0,0 @@
-// Signature format: 2.0
diff --git a/current/sdk_library/public/framework-bluetooth-stubs.jar b/current/sdk_library/public/framework-bluetooth-stubs.jar
deleted file mode 100644
index e2aff07..0000000
--- a/current/sdk_library/public/framework-bluetooth-stubs.jar
+++ /dev/null
Binary files differ
diff --git a/current/sdk_library/public/framework-bluetooth.srcjar b/current/sdk_library/public/framework-bluetooth.srcjar
deleted file mode 100644
index 7e10a2e..0000000
--- a/current/sdk_library/public/framework-bluetooth.srcjar
+++ /dev/null
Binary files differ
diff --git a/current/sdk_library/public/framework-bluetooth.txt b/current/sdk_library/public/framework-bluetooth.txt
deleted file mode 100644
index ce9f6e3..0000000
--- a/current/sdk_library/public/framework-bluetooth.txt
+++ /dev/null
@@ -1,1446 +0,0 @@
-// Signature format: 2.0
-package android.bluetooth {
-
-  public final class BluetoothA2dp implements android.bluetooth.BluetoothProfile {
-    method public void finalize();
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public java.util.List<android.bluetooth.BluetoothDevice> getConnectedDevices();
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public int getConnectionState(android.bluetooth.BluetoothDevice);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public java.util.List<android.bluetooth.BluetoothDevice> getDevicesMatchingConnectionStates(int[]);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean isA2dpPlaying(android.bluetooth.BluetoothDevice);
-    field @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public static final String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.a2dp.profile.action.CONNECTION_STATE_CHANGED";
-    field @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public static final String ACTION_PLAYING_STATE_CHANGED = "android.bluetooth.a2dp.profile.action.PLAYING_STATE_CHANGED";
-    field public static final int STATE_NOT_PLAYING = 11; // 0xb
-    field public static final int STATE_PLAYING = 10; // 0xa
-  }
-
-  public final class BluetoothAdapter {
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_SCAN) public boolean cancelDiscovery();
-    method public static boolean checkBluetoothAddress(String);
-    method public void closeProfileProxy(int, android.bluetooth.BluetoothProfile);
-    method @Deprecated @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean disable();
-    method @Deprecated @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean enable();
-    method public String getAddress();
-    method public android.bluetooth.le.BluetoothLeAdvertiser getBluetoothLeAdvertiser();
-    method public android.bluetooth.le.BluetoothLeScanner getBluetoothLeScanner();
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public java.util.Set<android.bluetooth.BluetoothDevice> getBondedDevices();
-    method @Deprecated public static android.bluetooth.BluetoothAdapter getDefaultAdapter();
-    method @Nullable @RequiresPermission(android.Manifest.permission.BLUETOOTH_SCAN) public java.time.Duration getDiscoverableTimeout();
-    method public int getLeMaximumAdvertisingDataLength();
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public int getMaxConnectedAudioDevices();
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public String getName();
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public int getProfileConnectionState(int);
-    method public boolean getProfileProxy(android.content.Context, android.bluetooth.BluetoothProfile.ServiceListener, int);
-    method public android.bluetooth.BluetoothDevice getRemoteDevice(String);
-    method public android.bluetooth.BluetoothDevice getRemoteDevice(byte[]);
-    method @NonNull public android.bluetooth.BluetoothDevice getRemoteLeDevice(@NonNull String, int);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_SCAN) public int getScanMode();
-    method public int getState();
-    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 boolean isMultipleAdvertisementSupported();
-    method public boolean isOffloadedFilteringSupported();
-    method public boolean isOffloadedScanBatchingSupported();
-    method @NonNull @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public android.bluetooth.BluetoothServerSocket listenUsingInsecureL2capChannel() throws java.io.IOException;
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public android.bluetooth.BluetoothServerSocket listenUsingInsecureRfcommWithServiceRecord(String, java.util.UUID) throws java.io.IOException;
-    method @NonNull @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public android.bluetooth.BluetoothServerSocket listenUsingL2capChannel() throws java.io.IOException;
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public android.bluetooth.BluetoothServerSocket listenUsingRfcommWithServiceRecord(String, java.util.UUID) throws java.io.IOException;
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean setName(String);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_SCAN) public boolean startDiscovery();
-    method @Deprecated @RequiresPermission(android.Manifest.permission.BLUETOOTH_SCAN) public boolean startLeScan(android.bluetooth.BluetoothAdapter.LeScanCallback);
-    method @Deprecated @RequiresPermission(android.Manifest.permission.BLUETOOTH_SCAN) public boolean startLeScan(java.util.UUID[], android.bluetooth.BluetoothAdapter.LeScanCallback);
-    method @Deprecated @RequiresPermission(android.Manifest.permission.BLUETOOTH_SCAN) public void stopLeScan(android.bluetooth.BluetoothAdapter.LeScanCallback);
-    field @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public static final String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.adapter.action.CONNECTION_STATE_CHANGED";
-    field @RequiresPermission(android.Manifest.permission.BLUETOOTH_SCAN) public static final String ACTION_DISCOVERY_FINISHED = "android.bluetooth.adapter.action.DISCOVERY_FINISHED";
-    field @RequiresPermission(android.Manifest.permission.BLUETOOTH_SCAN) public static final String ACTION_DISCOVERY_STARTED = "android.bluetooth.adapter.action.DISCOVERY_STARTED";
-    field @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public static final String ACTION_LOCAL_NAME_CHANGED = "android.bluetooth.adapter.action.LOCAL_NAME_CHANGED";
-    field @RequiresPermission(android.Manifest.permission.BLUETOOTH_ADVERTISE) public static final String ACTION_REQUEST_DISCOVERABLE = "android.bluetooth.adapter.action.REQUEST_DISCOVERABLE";
-    field @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public static final String ACTION_REQUEST_ENABLE = "android.bluetooth.adapter.action.REQUEST_ENABLE";
-    field @RequiresPermission(android.Manifest.permission.BLUETOOTH_SCAN) public static final String ACTION_SCAN_MODE_CHANGED = "android.bluetooth.adapter.action.SCAN_MODE_CHANGED";
-    field public static final String ACTION_STATE_CHANGED = "android.bluetooth.adapter.action.STATE_CHANGED";
-    field public static final int ERROR = -2147483648; // 0x80000000
-    field public static final String EXTRA_CONNECTION_STATE = "android.bluetooth.adapter.extra.CONNECTION_STATE";
-    field public static final String EXTRA_DISCOVERABLE_DURATION = "android.bluetooth.adapter.extra.DISCOVERABLE_DURATION";
-    field public static final String EXTRA_LOCAL_NAME = "android.bluetooth.adapter.extra.LOCAL_NAME";
-    field public static final String EXTRA_PREVIOUS_CONNECTION_STATE = "android.bluetooth.adapter.extra.PREVIOUS_CONNECTION_STATE";
-    field public static final String EXTRA_PREVIOUS_SCAN_MODE = "android.bluetooth.adapter.extra.PREVIOUS_SCAN_MODE";
-    field public static final String EXTRA_PREVIOUS_STATE = "android.bluetooth.adapter.extra.PREVIOUS_STATE";
-    field public static final String EXTRA_SCAN_MODE = "android.bluetooth.adapter.extra.SCAN_MODE";
-    field public static final String EXTRA_STATE = "android.bluetooth.adapter.extra.STATE";
-    field public static final int SCAN_MODE_CONNECTABLE = 21; // 0x15
-    field public static final int SCAN_MODE_CONNECTABLE_DISCOVERABLE = 23; // 0x17
-    field public static final int SCAN_MODE_NONE = 20; // 0x14
-    field public static final int STATE_CONNECTED = 2; // 0x2
-    field public static final int STATE_CONNECTING = 1; // 0x1
-    field public static final int STATE_DISCONNECTED = 0; // 0x0
-    field public static final int STATE_DISCONNECTING = 3; // 0x3
-    field public static final int STATE_OFF = 10; // 0xa
-    field public static final int STATE_ON = 12; // 0xc
-    field public static final int STATE_TURNING_OFF = 13; // 0xd
-    field public static final int STATE_TURNING_ON = 11; // 0xb
-  }
-
-  public static interface BluetoothAdapter.LeScanCallback {
-    method public void onLeScan(android.bluetooth.BluetoothDevice, int, byte[]);
-  }
-
-  public class BluetoothAssignedNumbers {
-    field public static final int AAMP_OF_AMERICA = 190; // 0xbe
-    field public static final int ACCEL_SEMICONDUCTOR = 74; // 0x4a
-    field public static final int ACE_SENSOR = 188; // 0xbc
-    field public static final int ADIDAS = 195; // 0xc3
-    field public static final int ADVANCED_PANMOBIL_SYSTEMS = 145; // 0x91
-    field public static final int AIROHA_TECHNOLOGY = 148; // 0x94
-    field public static final int ALCATEL = 36; // 0x24
-    field public static final int ALPWISE = 154; // 0x9a
-    field public static final int AMICCOM_ELECTRONICS = 192; // 0xc0
-    field public static final int APLIX = 189; // 0xbd
-    field public static final int APPLE = 76; // 0x4c
-    field public static final int APT_LICENSING = 79; // 0x4f
-    field public static final int ARCHOS = 207; // 0xcf
-    field public static final int ARP_DEVICES = 168; // 0xa8
-    field public static final int ATHEROS_COMMUNICATIONS = 69; // 0x45
-    field public static final int ATMEL = 19; // 0x13
-    field public static final int AUSTCO_COMMUNICATION_SYSTEMS = 213; // 0xd5
-    field public static final int AUTONET_MOBILE = 127; // 0x7f
-    field public static final int AVAGO = 78; // 0x4e
-    field public static final int AVM_BERLIN = 31; // 0x1f
-    field public static final int A_AND_D_ENGINEERING = 105; // 0x69
-    field public static final int A_AND_R_CAMBRIDGE = 124; // 0x7c
-    field public static final int BANDSPEED = 32; // 0x20
-    field public static final int BAND_XI_INTERNATIONAL = 100; // 0x64
-    field public static final int BDE_TECHNOLOGY = 180; // 0xb4
-    field public static final int BEATS_ELECTRONICS = 204; // 0xcc
-    field public static final int BEAUTIFUL_ENTERPRISE = 108; // 0x6c
-    field public static final int BEKEY = 178; // 0xb2
-    field public static final int BELKIN_INTERNATIONAL = 92; // 0x5c
-    field public static final int BINAURIC = 203; // 0xcb
-    field public static final int BIOSENTRONICS = 219; // 0xdb
-    field public static final int BLUEGIGA = 71; // 0x47
-    field public static final int BLUERADIOS = 133; // 0x85
-    field public static final int BLUETOOTH_SIG = 63; // 0x3f
-    field public static final int BLUETREK_TECHNOLOGIES = 151; // 0x97
-    field public static final int BOSE = 158; // 0x9e
-    field public static final int BRIARTEK = 109; // 0x6d
-    field public static final int BROADCOM = 15; // 0xf
-    field public static final int CAEN_RFID = 170; // 0xaa
-    field public static final int CAMBRIDGE_SILICON_RADIO = 10; // 0xa
-    field public static final int CATC = 52; // 0x34
-    field public static final int CINETIX = 175; // 0xaf
-    field public static final int CLARINOX_TECHNOLOGIES = 179; // 0xb3
-    field public static final int COLORFY = 156; // 0x9c
-    field public static final int COMMIL = 51; // 0x33
-    field public static final int CONEXANT_SYSTEMS = 28; // 0x1c
-    field public static final int CONNECTBLUE = 113; // 0x71
-    field public static final int CONTINENTAL_AUTOMOTIVE = 75; // 0x4b
-    field public static final int CONWISE_TECHNOLOGY = 66; // 0x42
-    field public static final int CREATIVE_TECHNOLOGY = 118; // 0x76
-    field public static final int C_TECHNOLOGIES = 38; // 0x26
-    field public static final int DANLERS = 225; // 0xe1
-    field public static final int DELORME_PUBLISHING_COMPANY = 128; // 0x80
-    field public static final int DEXCOM = 208; // 0xd0
-    field public static final int DIALOG_SEMICONDUCTOR = 210; // 0xd2
-    field public static final int DIGIANSWER = 12; // 0xc
-    field public static final int ECLIPSE = 53; // 0x35
-    field public static final int ECOTEST = 136; // 0x88
-    field public static final int ELGATO_SYSTEMS = 206; // 0xce
-    field public static final int EM_MICROELECTRONIC_MARIN = 90; // 0x5a
-    field public static final int EQUINOX_AG = 134; // 0x86
-    field public static final int ERICSSON_TECHNOLOGY = 0; // 0x0
-    field public static final int EVLUMA = 201; // 0xc9
-    field public static final int FREE2MOVE = 83; // 0x53
-    field public static final int FUNAI_ELECTRIC = 144; // 0x90
-    field public static final int GARMIN_INTERNATIONAL = 135; // 0x87
-    field public static final int GCT_SEMICONDUCTOR = 45; // 0x2d
-    field public static final int GELO = 200; // 0xc8
-    field public static final int GENEQ = 194; // 0xc2
-    field public static final int GENERAL_MOTORS = 104; // 0x68
-    field public static final int GENNUM = 59; // 0x3b
-    field public static final int GEOFORCE = 157; // 0x9d
-    field public static final int GIBSON_GUITARS = 98; // 0x62
-    field public static final int GN_NETCOM = 103; // 0x67
-    field public static final int GN_RESOUND = 137; // 0x89
-    field public static final int GOOGLE = 224; // 0xe0
-    field public static final int GREEN_THROTTLE_GAMES = 172; // 0xac
-    field public static final int GROUP_SENSE = 115; // 0x73
-    field public static final int HANLYNN_TECHNOLOGIES = 123; // 0x7b
-    field public static final int HARMAN_INTERNATIONAL = 87; // 0x57
-    field public static final int HEWLETT_PACKARD = 101; // 0x65
-    field public static final int HITACHI = 41; // 0x29
-    field public static final int HOSIDEN = 221; // 0xdd
-    field public static final int IBM = 3; // 0x3
-    field public static final int INFINEON_TECHNOLOGIES = 9; // 0x9
-    field public static final int INGENIEUR_SYSTEMGRUPPE_ZAHN = 171; // 0xab
-    field public static final int INTEGRATED_SILICON_SOLUTION = 65; // 0x41
-    field public static final int INTEGRATED_SYSTEM_SOLUTION = 57; // 0x39
-    field public static final int INTEL = 2; // 0x2
-    field public static final int INVENTEL = 30; // 0x1e
-    field public static final int IPEXTREME = 61; // 0x3d
-    field public static final int I_TECH_DYNAMIC_GLOBAL_DISTRIBUTION = 153; // 0x99
-    field public static final int JAWBONE = 138; // 0x8a
-    field public static final int JIANGSU_TOPPOWER_AUTOMOTIVE_ELECTRONICS = 155; // 0x9b
-    field public static final int JOHNSON_CONTROLS = 185; // 0xb9
-    field public static final int J_AND_M = 82; // 0x52
-    field public static final int KAWANTECH = 212; // 0xd4
-    field public static final int KC_TECHNOLOGY = 22; // 0x16
-    field public static final int KENSINGTON_COMPUTER_PRODUCTS_GROUP = 160; // 0xa0
-    field public static final int LAIRD_TECHNOLOGIES = 119; // 0x77
-    field public static final int LESSWIRE = 121; // 0x79
-    field public static final int LG_ELECTRONICS = 196; // 0xc4
-    field public static final int LINAK = 164; // 0xa4
-    field public static final int LUCENT = 7; // 0x7
-    field public static final int LUDUS_HELSINKI = 132; // 0x84
-    field public static final int MACRONIX = 44; // 0x2c
-    field public static final int MAGNETI_MARELLI = 169; // 0xa9
-    field public static final int MANSELLA = 33; // 0x21
-    field public static final int MARVELL = 72; // 0x48
-    field public static final int MATSUSHITA_ELECTRIC = 58; // 0x3a
-    field public static final int MC10 = 202; // 0xca
-    field public static final int MEDIATEK = 70; // 0x46
-    field public static final int MESO_INTERNATIONAL = 182; // 0xb6
-    field public static final int META_WATCH = 163; // 0xa3
-    field public static final int MEWTEL_TECHNOLOGY = 47; // 0x2f
-    field public static final int MICOMMAND = 99; // 0x63
-    field public static final int MICROCHIP_TECHNOLOGY = 205; // 0xcd
-    field public static final int MICROSOFT = 6; // 0x6
-    field public static final int MINDTREE = 106; // 0x6a
-    field public static final int MISFIT_WEARABLES = 223; // 0xdf
-    field public static final int MITEL_SEMICONDUCTOR = 16; // 0x10
-    field public static final int MITSUBISHI_ELECTRIC = 20; // 0x14
-    field public static final int MOBILIAN_CORPORATION = 55; // 0x37
-    field public static final int MONSTER = 112; // 0x70
-    field public static final int MOTOROLA = 8; // 0x8
-    field public static final int MSTAR_SEMICONDUCTOR = 122; // 0x7a
-    field public static final int MUZIK = 222; // 0xde
-    field public static final int NEC = 34; // 0x22
-    field public static final int NEC_LIGHTING = 149; // 0x95
-    field public static final int NEWLOGIC = 23; // 0x17
-    field public static final int NIKE = 120; // 0x78
-    field public static final int NINE_SOLUTIONS = 102; // 0x66
-    field public static final int NOKIA_MOBILE_PHONES = 1; // 0x1
-    field public static final int NORDIC_SEMICONDUCTOR = 89; // 0x59
-    field public static final int NORWOOD_SYSTEMS = 46; // 0x2e
-    field public static final int ODM_TECHNOLOGY = 150; // 0x96
-    field public static final int OMEGAWAVE = 174; // 0xae
-    field public static final int ONSET_COMPUTER = 197; // 0xc5
-    field public static final int OPEN_INTERFACE = 39; // 0x27
-    field public static final int OTL_DYNAMICS = 165; // 0xa5
-    field public static final int PANDA_OCEAN = 166; // 0xa6
-    field public static final int PARROT = 67; // 0x43
-    field public static final int PARTHUS_TECHNOLOGIES = 14; // 0xe
-    field public static final int PASSIF_SEMICONDUCTOR = 176; // 0xb0
-    field public static final int PETER_SYSTEMTECHNIK = 173; // 0xad
-    field public static final int PHILIPS_SEMICONDUCTORS = 37; // 0x25
-    field public static final int PLANTRONICS = 85; // 0x55
-    field public static final int POLAR_ELECTRO = 107; // 0x6b
-    field public static final int POLAR_ELECTRO_EUROPE = 209; // 0xd1
-    field public static final int PROCTER_AND_GAMBLE = 220; // 0xdc
-    field public static final int QUALCOMM = 29; // 0x1d
-    field public static final int QUALCOMM_CONNECTED_EXPERIENCES = 216; // 0xd8
-    field public static final int QUALCOMM_INNOVATION_CENTER = 184; // 0xb8
-    field public static final int QUALCOMM_LABS = 140; // 0x8c
-    field public static final int QUALCOMM_TECHNOLOGIES = 215; // 0xd7
-    field public static final int QUINTIC = 142; // 0x8e
-    field public static final int QUUPPA = 199; // 0xc7
-    field public static final int RALINK_TECHNOLOGY = 91; // 0x5b
-    field public static final int RDA_MICROELECTRONICS = 97; // 0x61
-    field public static final int REALTEK_SEMICONDUCTOR = 93; // 0x5d
-    field public static final int RED_M = 50; // 0x32
-    field public static final int RENESAS_TECHNOLOGY = 54; // 0x36
-    field public static final int RESEARCH_IN_MOTION = 60; // 0x3c
-    field public static final int RF_MICRO_DEVICES = 40; // 0x28
-    field public static final int RIVIERAWAVES = 96; // 0x60
-    field public static final int ROHDE_AND_SCHWARZ = 25; // 0x19
-    field public static final int RTX_TELECOM = 21; // 0x15
-    field public static final int SAMSUNG_ELECTRONICS = 117; // 0x75
-    field public static final int SARIS_CYCLING_GROUP = 177; // 0xb1
-    field public static final int SEERS_TECHNOLOGY = 125; // 0x7d
-    field public static final int SEIKO_EPSON = 64; // 0x40
-    field public static final int SELFLY = 198; // 0xc6
-    field public static final int SEMILINK = 226; // 0xe2
-    field public static final int SENNHEISER_COMMUNICATIONS = 130; // 0x82
-    field public static final int SHANGHAI_SUPER_SMART_ELECTRONICS = 114; // 0x72
-    field public static final int SHENZHEN_EXCELSECU_DATA_TECHNOLOGY = 193; // 0xc1
-    field public static final int SIGNIA_TECHNOLOGIES = 27; // 0x1b
-    field public static final int SILICON_WAVE = 11; // 0xb
-    field public static final int SIRF_TECHNOLOGY = 80; // 0x50
-    field public static final int SOCKET_MOBILE = 68; // 0x44
-    field public static final int SONY_ERICSSON = 86; // 0x56
-    field public static final int SOUND_ID = 111; // 0x6f
-    field public static final int SPORTS_TRACKING_TECHNOLOGIES = 126; // 0x7e
-    field public static final int SR_MEDIZINELEKTRONIK = 161; // 0xa1
-    field public static final int STACCATO_COMMUNICATIONS = 77; // 0x4d
-    field public static final int STALMART_TECHNOLOGY = 191; // 0xbf
-    field public static final int STARKEY_LABORATORIES = 186; // 0xba
-    field public static final int STOLLMAN_E_PLUS_V = 143; // 0x8f
-    field public static final int STONESTREET_ONE = 94; // 0x5e
-    field public static final int ST_MICROELECTRONICS = 48; // 0x30
-    field public static final int SUMMIT_DATA_COMMUNICATIONS = 110; // 0x6e
-    field public static final int SUUNTO = 159; // 0x9f
-    field public static final int SWIRL_NETWORKS = 181; // 0xb5
-    field public static final int SYMBOL_TECHNOLOGIES = 42; // 0x2a
-    field public static final int SYNOPSYS = 49; // 0x31
-    field public static final int SYSTEMS_AND_CHIPS = 62; // 0x3e
-    field public static final int S_POWER_ELECTRONICS = 187; // 0xbb
-    field public static final int TAIXINGBANG_TECHNOLOGY = 211; // 0xd3
-    field public static final int TENOVIS = 43; // 0x2b
-    field public static final int TERAX = 56; // 0x38
-    field public static final int TEXAS_INSTRUMENTS = 13; // 0xd
-    field public static final int THINKOPTICS = 146; // 0x92
-    field public static final int THREECOM = 5; // 0x5
-    field public static final int THREE_DIJOY = 84; // 0x54
-    field public static final int THREE_DSP = 73; // 0x49
-    field public static final int TIMEKEEPING_SYSTEMS = 131; // 0x83
-    field public static final int TIMEX_GROUP_USA = 214; // 0xd6
-    field public static final int TOPCORN_POSITIONING_SYSTEMS = 139; // 0x8b
-    field public static final int TOSHIBA = 4; // 0x4
-    field public static final int TRANSILICA = 24; // 0x18
-    field public static final int TRELAB = 183; // 0xb7
-    field public static final int TTPCOM = 26; // 0x1a
-    field public static final int TXTR = 218; // 0xda
-    field public static final int TZERO_TECHNOLOGIES = 81; // 0x51
-    field public static final int UNIVERSAL_ELECTRONICS = 147; // 0x93
-    field public static final int VERTU = 162; // 0xa2
-    field public static final int VISTEON = 167; // 0xa7
-    field public static final int VIZIO = 88; // 0x58
-    field public static final int VOYETRA_TURTLE_BEACH = 217; // 0xd9
-    field public static final int WAVEPLUS_TECHNOLOGY = 35; // 0x23
-    field public static final int WICENTRIC = 95; // 0x5f
-    field public static final int WIDCOMM = 17; // 0x11
-    field public static final int WUXI_VIMICRO = 129; // 0x81
-    field public static final int ZEEVO = 18; // 0x12
-    field public static final int ZER01_TV = 152; // 0x98
-    field public static final int ZOMM = 116; // 0x74
-    field public static final int ZSCAN_SOFTWARE = 141; // 0x8d
-  }
-
-  public final class BluetoothClass implements android.os.Parcelable {
-    method public int describeContents();
-    method public boolean doesClassMatch(int);
-    method public int getDeviceClass();
-    method public int getMajorDeviceClass();
-    method public boolean hasService(int);
-    method public void writeToParcel(android.os.Parcel, int);
-    field @NonNull public static final android.os.Parcelable.Creator<android.bluetooth.BluetoothClass> CREATOR;
-    field public static final int PROFILE_A2DP = 1; // 0x1
-    field public static final int PROFILE_HEADSET = 0; // 0x0
-    field public static final int PROFILE_HID = 3; // 0x3
-  }
-
-  public static class BluetoothClass.Device {
-    ctor public BluetoothClass.Device();
-    field public static final int AUDIO_VIDEO_CAMCORDER = 1076; // 0x434
-    field public static final int AUDIO_VIDEO_CAR_AUDIO = 1056; // 0x420
-    field public static final int AUDIO_VIDEO_HANDSFREE = 1032; // 0x408
-    field public static final int AUDIO_VIDEO_HEADPHONES = 1048; // 0x418
-    field public static final int AUDIO_VIDEO_HIFI_AUDIO = 1064; // 0x428
-    field public static final int AUDIO_VIDEO_LOUDSPEAKER = 1044; // 0x414
-    field public static final int AUDIO_VIDEO_MICROPHONE = 1040; // 0x410
-    field public static final int AUDIO_VIDEO_PORTABLE_AUDIO = 1052; // 0x41c
-    field public static final int AUDIO_VIDEO_SET_TOP_BOX = 1060; // 0x424
-    field public static final int AUDIO_VIDEO_UNCATEGORIZED = 1024; // 0x400
-    field public static final int AUDIO_VIDEO_VCR = 1068; // 0x42c
-    field public static final int AUDIO_VIDEO_VIDEO_CAMERA = 1072; // 0x430
-    field public static final int AUDIO_VIDEO_VIDEO_CONFERENCING = 1088; // 0x440
-    field public static final int AUDIO_VIDEO_VIDEO_DISPLAY_AND_LOUDSPEAKER = 1084; // 0x43c
-    field public static final int AUDIO_VIDEO_VIDEO_GAMING_TOY = 1096; // 0x448
-    field public static final int AUDIO_VIDEO_VIDEO_MONITOR = 1080; // 0x438
-    field public static final int AUDIO_VIDEO_WEARABLE_HEADSET = 1028; // 0x404
-    field public static final int COMPUTER_DESKTOP = 260; // 0x104
-    field public static final int COMPUTER_HANDHELD_PC_PDA = 272; // 0x110
-    field public static final int COMPUTER_LAPTOP = 268; // 0x10c
-    field public static final int COMPUTER_PALM_SIZE_PC_PDA = 276; // 0x114
-    field public static final int COMPUTER_SERVER = 264; // 0x108
-    field public static final int COMPUTER_UNCATEGORIZED = 256; // 0x100
-    field public static final int COMPUTER_WEARABLE = 280; // 0x118
-    field public static final int HEALTH_BLOOD_PRESSURE = 2308; // 0x904
-    field public static final int HEALTH_DATA_DISPLAY = 2332; // 0x91c
-    field public static final int HEALTH_GLUCOSE = 2320; // 0x910
-    field public static final int HEALTH_PULSE_OXIMETER = 2324; // 0x914
-    field public static final int HEALTH_PULSE_RATE = 2328; // 0x918
-    field public static final int HEALTH_THERMOMETER = 2312; // 0x908
-    field public static final int HEALTH_UNCATEGORIZED = 2304; // 0x900
-    field public static final int HEALTH_WEIGHING = 2316; // 0x90c
-    field public static final int PERIPHERAL_KEYBOARD = 1344; // 0x540
-    field public static final int PERIPHERAL_KEYBOARD_POINTING = 1472; // 0x5c0
-    field public static final int PERIPHERAL_NON_KEYBOARD_NON_POINTING = 1280; // 0x500
-    field public static final int PERIPHERAL_POINTING = 1408; // 0x580
-    field public static final int PHONE_CELLULAR = 516; // 0x204
-    field public static final int PHONE_CORDLESS = 520; // 0x208
-    field public static final int PHONE_ISDN = 532; // 0x214
-    field public static final int PHONE_MODEM_OR_GATEWAY = 528; // 0x210
-    field public static final int PHONE_SMART = 524; // 0x20c
-    field public static final int PHONE_UNCATEGORIZED = 512; // 0x200
-    field public static final int TOY_CONTROLLER = 2064; // 0x810
-    field public static final int TOY_DOLL_ACTION_FIGURE = 2060; // 0x80c
-    field public static final int TOY_GAME = 2068; // 0x814
-    field public static final int TOY_ROBOT = 2052; // 0x804
-    field public static final int TOY_UNCATEGORIZED = 2048; // 0x800
-    field public static final int TOY_VEHICLE = 2056; // 0x808
-    field public static final int WEARABLE_GLASSES = 1812; // 0x714
-    field public static final int WEARABLE_HELMET = 1808; // 0x710
-    field public static final int WEARABLE_JACKET = 1804; // 0x70c
-    field public static final int WEARABLE_PAGER = 1800; // 0x708
-    field public static final int WEARABLE_UNCATEGORIZED = 1792; // 0x700
-    field public static final int WEARABLE_WRIST_WATCH = 1796; // 0x704
-  }
-
-  public static class BluetoothClass.Device.Major {
-    ctor public BluetoothClass.Device.Major();
-    field public static final int AUDIO_VIDEO = 1024; // 0x400
-    field public static final int COMPUTER = 256; // 0x100
-    field public static final int HEALTH = 2304; // 0x900
-    field public static final int IMAGING = 1536; // 0x600
-    field public static final int MISC = 0; // 0x0
-    field public static final int NETWORKING = 768; // 0x300
-    field public static final int PERIPHERAL = 1280; // 0x500
-    field public static final int PHONE = 512; // 0x200
-    field public static final int TOY = 2048; // 0x800
-    field public static final int UNCATEGORIZED = 7936; // 0x1f00
-    field public static final int WEARABLE = 1792; // 0x700
-  }
-
-  public static final class BluetoothClass.Service {
-    ctor public BluetoothClass.Service();
-    field public static final int AUDIO = 2097152; // 0x200000
-    field public static final int CAPTURE = 524288; // 0x80000
-    field public static final int INFORMATION = 8388608; // 0x800000
-    field public static final int LE_AUDIO = 16384; // 0x4000
-    field public static final int LIMITED_DISCOVERABILITY = 8192; // 0x2000
-    field public static final int NETWORKING = 131072; // 0x20000
-    field public static final int OBJECT_TRANSFER = 1048576; // 0x100000
-    field public static final int POSITIONING = 65536; // 0x10000
-    field public static final int RENDER = 262144; // 0x40000
-    field public static final int TELEPHONY = 4194304; // 0x400000
-  }
-
-  public final class BluetoothCodecConfig implements android.os.Parcelable {
-    method public int describeContents();
-    method public int getBitsPerSample();
-    method public int getChannelMode();
-    method public int getCodecPriority();
-    method public long getCodecSpecific1();
-    method public long getCodecSpecific2();
-    method public long getCodecSpecific3();
-    method public long getCodecSpecific4();
-    method public int getCodecType();
-    method public int getSampleRate();
-    method public boolean isMandatoryCodec();
-    method public void writeToParcel(android.os.Parcel, int);
-    field public static final int BITS_PER_SAMPLE_16 = 1; // 0x1
-    field public static final int BITS_PER_SAMPLE_24 = 2; // 0x2
-    field public static final int BITS_PER_SAMPLE_32 = 4; // 0x4
-    field public static final int BITS_PER_SAMPLE_NONE = 0; // 0x0
-    field public static final int CHANNEL_MODE_MONO = 1; // 0x1
-    field public static final int CHANNEL_MODE_NONE = 0; // 0x0
-    field public static final int CHANNEL_MODE_STEREO = 2; // 0x2
-    field public static final int CODEC_PRIORITY_DEFAULT = 0; // 0x0
-    field public static final int CODEC_PRIORITY_DISABLED = -1; // 0xffffffff
-    field public static final int CODEC_PRIORITY_HIGHEST = 1000000; // 0xf4240
-    field @NonNull public static final android.os.Parcelable.Creator<android.bluetooth.BluetoothCodecConfig> CREATOR;
-    field public static final int SAMPLE_RATE_176400 = 16; // 0x10
-    field public static final int SAMPLE_RATE_192000 = 32; // 0x20
-    field public static final int SAMPLE_RATE_44100 = 1; // 0x1
-    field public static final int SAMPLE_RATE_48000 = 2; // 0x2
-    field public static final int SAMPLE_RATE_88200 = 4; // 0x4
-    field public static final int SAMPLE_RATE_96000 = 8; // 0x8
-    field public static final int SAMPLE_RATE_NONE = 0; // 0x0
-    field public static final int SOURCE_CODEC_TYPE_AAC = 1; // 0x1
-    field public static final int SOURCE_CODEC_TYPE_APTX = 2; // 0x2
-    field public static final int SOURCE_CODEC_TYPE_APTX_HD = 3; // 0x3
-    field public static final int SOURCE_CODEC_TYPE_INVALID = 1000000; // 0xf4240
-    field public static final int SOURCE_CODEC_TYPE_LC3 = 5; // 0x5
-    field public static final int SOURCE_CODEC_TYPE_LDAC = 4; // 0x4
-    field public static final int SOURCE_CODEC_TYPE_SBC = 0; // 0x0
-  }
-
-  public static final class BluetoothCodecConfig.Builder {
-    ctor public BluetoothCodecConfig.Builder();
-    method @NonNull public android.bluetooth.BluetoothCodecConfig build();
-    method @NonNull public android.bluetooth.BluetoothCodecConfig.Builder setBitsPerSample(int);
-    method @NonNull public android.bluetooth.BluetoothCodecConfig.Builder setChannelMode(int);
-    method @NonNull public android.bluetooth.BluetoothCodecConfig.Builder setCodecPriority(int);
-    method @NonNull public android.bluetooth.BluetoothCodecConfig.Builder setCodecSpecific1(long);
-    method @NonNull public android.bluetooth.BluetoothCodecConfig.Builder setCodecSpecific2(long);
-    method @NonNull public android.bluetooth.BluetoothCodecConfig.Builder setCodecSpecific3(long);
-    method @NonNull public android.bluetooth.BluetoothCodecConfig.Builder setCodecSpecific4(long);
-    method @NonNull public android.bluetooth.BluetoothCodecConfig.Builder setCodecType(int);
-    method @NonNull public android.bluetooth.BluetoothCodecConfig.Builder setSampleRate(int);
-  }
-
-  public final class BluetoothCodecStatus implements android.os.Parcelable {
-    method public int describeContents();
-    method @Nullable public android.bluetooth.BluetoothCodecConfig getCodecConfig();
-    method @NonNull public java.util.List<android.bluetooth.BluetoothCodecConfig> getCodecsLocalCapabilities();
-    method @NonNull public java.util.List<android.bluetooth.BluetoothCodecConfig> getCodecsSelectableCapabilities();
-    method public boolean isCodecConfigSelectable(@Nullable android.bluetooth.BluetoothCodecConfig);
-    method public void writeToParcel(@NonNull android.os.Parcel, int);
-    field @NonNull public static final android.os.Parcelable.Creator<android.bluetooth.BluetoothCodecStatus> CREATOR;
-    field public static final String EXTRA_CODEC_STATUS = "android.bluetooth.extra.CODEC_STATUS";
-  }
-
-  public static final class BluetoothCodecStatus.Builder {
-    ctor public BluetoothCodecStatus.Builder();
-    method @NonNull public android.bluetooth.BluetoothCodecStatus build();
-    method @NonNull public android.bluetooth.BluetoothCodecStatus.Builder setCodecConfig(@NonNull android.bluetooth.BluetoothCodecConfig);
-    method @NonNull public android.bluetooth.BluetoothCodecStatus.Builder setCodecsLocalCapabilities(@NonNull java.util.List<android.bluetooth.BluetoothCodecConfig>);
-    method @NonNull public android.bluetooth.BluetoothCodecStatus.Builder setCodecsSelectableCapabilities(@NonNull java.util.List<android.bluetooth.BluetoothCodecConfig>);
-  }
-
-  public final class BluetoothCsipSetCoordinator implements java.lang.AutoCloseable android.bluetooth.BluetoothProfile {
-    method public void close();
-    method protected void finalize();
-    method @NonNull public java.util.List<android.bluetooth.BluetoothDevice> getConnectedDevices();
-    method public int getConnectionState(@Nullable android.bluetooth.BluetoothDevice);
-    method @NonNull public java.util.List<android.bluetooth.BluetoothDevice> getDevicesMatchingConnectionStates(@NonNull int[]);
-    field @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public static final String ACTION_CSIS_CONNECTION_STATE_CHANGED = "android.bluetooth.action.CSIS_CONNECTION_STATE_CHANGED";
-  }
-
-  public final class BluetoothDevice implements android.os.Parcelable {
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public android.bluetooth.BluetoothGatt connectGatt(android.content.Context, boolean, android.bluetooth.BluetoothGattCallback);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public android.bluetooth.BluetoothGatt connectGatt(android.content.Context, boolean, android.bluetooth.BluetoothGattCallback, int);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public android.bluetooth.BluetoothGatt connectGatt(android.content.Context, boolean, android.bluetooth.BluetoothGattCallback, int, int);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public android.bluetooth.BluetoothGatt connectGatt(android.content.Context, boolean, android.bluetooth.BluetoothGattCallback, int, int, android.os.Handler);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean createBond();
-    method @NonNull @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public android.bluetooth.BluetoothSocket createInsecureL2capChannel(int) throws java.io.IOException;
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public android.bluetooth.BluetoothSocket createInsecureRfcommSocketToServiceRecord(java.util.UUID) throws java.io.IOException;
-    method @NonNull @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public android.bluetooth.BluetoothSocket createL2capChannel(int) throws java.io.IOException;
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public android.bluetooth.BluetoothSocket createRfcommSocketToServiceRecord(java.util.UUID) throws java.io.IOException;
-    method public int describeContents();
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean fetchUuidsWithSdp();
-    method public String getAddress();
-    method @Nullable @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public String getAlias();
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public android.bluetooth.BluetoothClass getBluetoothClass();
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public int getBondState();
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public String getName();
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public int getType();
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public android.os.ParcelUuid[] getUuids();
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public int setAlias(@Nullable String);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public boolean setPairingConfirmation(boolean);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean setPin(byte[]);
-    method public void writeToParcel(android.os.Parcel, int);
-    field @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public static final String ACTION_ACL_CONNECTED = "android.bluetooth.device.action.ACL_CONNECTED";
-    field @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public static final String ACTION_ACL_DISCONNECTED = "android.bluetooth.device.action.ACL_DISCONNECTED";
-    field @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public static final String ACTION_ACL_DISCONNECT_REQUESTED = "android.bluetooth.device.action.ACL_DISCONNECT_REQUESTED";
-    field @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public static final String ACTION_ALIAS_CHANGED = "android.bluetooth.device.action.ALIAS_CHANGED";
-    field @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public static final String ACTION_BOND_STATE_CHANGED = "android.bluetooth.device.action.BOND_STATE_CHANGED";
-    field @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public static final String ACTION_CLASS_CHANGED = "android.bluetooth.device.action.CLASS_CHANGED";
-    field @RequiresPermission(android.Manifest.permission.BLUETOOTH_SCAN) public static final String ACTION_FOUND = "android.bluetooth.device.action.FOUND";
-    field @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public static final String ACTION_NAME_CHANGED = "android.bluetooth.device.action.NAME_CHANGED";
-    field @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public static final String ACTION_PAIRING_REQUEST = "android.bluetooth.device.action.PAIRING_REQUEST";
-    field @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public static final String ACTION_UUID = "android.bluetooth.device.action.UUID";
-    field public static final int ADDRESS_TYPE_PUBLIC = 0; // 0x0
-    field public static final int ADDRESS_TYPE_RANDOM = 1; // 0x1
-    field public static final int ADDRESS_TYPE_UNKNOWN = 65535; // 0xffff
-    field public static final int BOND_BONDED = 12; // 0xc
-    field public static final int BOND_BONDING = 11; // 0xb
-    field public static final int BOND_NONE = 10; // 0xa
-    field @NonNull public static final android.os.Parcelable.Creator<android.bluetooth.BluetoothDevice> CREATOR;
-    field public static final int DEVICE_TYPE_CLASSIC = 1; // 0x1
-    field public static final int DEVICE_TYPE_DUAL = 3; // 0x3
-    field public static final int DEVICE_TYPE_LE = 2; // 0x2
-    field public static final int DEVICE_TYPE_UNKNOWN = 0; // 0x0
-    field public static final int ERROR = -2147483648; // 0x80000000
-    field public static final String EXTRA_BOND_STATE = "android.bluetooth.device.extra.BOND_STATE";
-    field public static final String EXTRA_CLASS = "android.bluetooth.device.extra.CLASS";
-    field public static final String EXTRA_DEVICE = "android.bluetooth.device.extra.DEVICE";
-    field public static final String EXTRA_IS_COORDINATED_SET_MEMBER = "android.bluetooth.extra.IS_COORDINATED_SET_MEMBER";
-    field public static final String EXTRA_NAME = "android.bluetooth.device.extra.NAME";
-    field public static final String EXTRA_PAIRING_KEY = "android.bluetooth.device.extra.PAIRING_KEY";
-    field public static final String EXTRA_PAIRING_VARIANT = "android.bluetooth.device.extra.PAIRING_VARIANT";
-    field public static final String EXTRA_PREVIOUS_BOND_STATE = "android.bluetooth.device.extra.PREVIOUS_BOND_STATE";
-    field public static final String EXTRA_RSSI = "android.bluetooth.device.extra.RSSI";
-    field public static final String EXTRA_TRANSPORT = "android.bluetooth.device.extra.TRANSPORT";
-    field public static final String EXTRA_UUID = "android.bluetooth.device.extra.UUID";
-    field public static final int PAIRING_VARIANT_PASSKEY_CONFIRMATION = 2; // 0x2
-    field public static final int PAIRING_VARIANT_PIN = 0; // 0x0
-    field public static final int PHY_LE_1M = 1; // 0x1
-    field public static final int PHY_LE_1M_MASK = 1; // 0x1
-    field public static final int PHY_LE_2M = 2; // 0x2
-    field public static final int PHY_LE_2M_MASK = 2; // 0x2
-    field public static final int PHY_LE_CODED = 3; // 0x3
-    field public static final int PHY_LE_CODED_MASK = 4; // 0x4
-    field public static final int PHY_OPTION_NO_PREFERRED = 0; // 0x0
-    field public static final int PHY_OPTION_S2 = 1; // 0x1
-    field public static final int PHY_OPTION_S8 = 2; // 0x2
-    field public static final int TRANSPORT_AUTO = 0; // 0x0
-    field public static final int TRANSPORT_BREDR = 1; // 0x1
-    field public static final int TRANSPORT_LE = 2; // 0x2
-  }
-
-  public final class BluetoothGatt implements android.bluetooth.BluetoothProfile {
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public void abortReliableWrite();
-    method @Deprecated @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public void abortReliableWrite(android.bluetooth.BluetoothDevice);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean beginReliableWrite();
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public void close();
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean connect();
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public void disconnect();
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean discoverServices();
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean executeReliableWrite();
-    method @Deprecated public java.util.List<android.bluetooth.BluetoothDevice> getConnectedDevices();
-    method @Deprecated public int getConnectionState(android.bluetooth.BluetoothDevice);
-    method public android.bluetooth.BluetoothDevice getDevice();
-    method @Deprecated public java.util.List<android.bluetooth.BluetoothDevice> getDevicesMatchingConnectionStates(int[]);
-    method public android.bluetooth.BluetoothGattService getService(java.util.UUID);
-    method public java.util.List<android.bluetooth.BluetoothGattService> getServices();
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean readCharacteristic(android.bluetooth.BluetoothGattCharacteristic);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean readDescriptor(android.bluetooth.BluetoothGattDescriptor);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public void readPhy();
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean readRemoteRssi();
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean requestConnectionPriority(int);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean requestMtu(int);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean setCharacteristicNotification(android.bluetooth.BluetoothGattCharacteristic, boolean);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public void setPreferredPhy(int, int, int);
-    method @Deprecated @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean writeCharacteristic(android.bluetooth.BluetoothGattCharacteristic);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public int writeCharacteristic(@NonNull android.bluetooth.BluetoothGattCharacteristic, @NonNull byte[], int);
-    method @Deprecated @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean writeDescriptor(android.bluetooth.BluetoothGattDescriptor);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public int writeDescriptor(@NonNull android.bluetooth.BluetoothGattDescriptor, @NonNull byte[]);
-    field public static final int CONNECTION_PRIORITY_BALANCED = 0; // 0x0
-    field public static final int CONNECTION_PRIORITY_HIGH = 1; // 0x1
-    field public static final int CONNECTION_PRIORITY_LOW_POWER = 2; // 0x2
-    field public static final int GATT_CONNECTION_CONGESTED = 143; // 0x8f
-    field public static final int GATT_FAILURE = 257; // 0x101
-    field public static final int GATT_INSUFFICIENT_AUTHENTICATION = 5; // 0x5
-    field public static final int GATT_INSUFFICIENT_AUTHORIZATION = 8; // 0x8
-    field public static final int GATT_INSUFFICIENT_ENCRYPTION = 15; // 0xf
-    field public static final int GATT_INVALID_ATTRIBUTE_LENGTH = 13; // 0xd
-    field public static final int GATT_INVALID_OFFSET = 7; // 0x7
-    field public static final int GATT_READ_NOT_PERMITTED = 2; // 0x2
-    field public static final int GATT_REQUEST_NOT_SUPPORTED = 6; // 0x6
-    field public static final int GATT_SUCCESS = 0; // 0x0
-    field public static final int GATT_WRITE_NOT_PERMITTED = 3; // 0x3
-  }
-
-  public abstract class BluetoothGattCallback {
-    ctor public BluetoothGattCallback();
-    method @Deprecated public void onCharacteristicChanged(android.bluetooth.BluetoothGatt, android.bluetooth.BluetoothGattCharacteristic);
-    method public void onCharacteristicChanged(@NonNull android.bluetooth.BluetoothGatt, @NonNull android.bluetooth.BluetoothGattCharacteristic, @NonNull byte[]);
-    method @Deprecated public void onCharacteristicRead(android.bluetooth.BluetoothGatt, android.bluetooth.BluetoothGattCharacteristic, int);
-    method public void onCharacteristicRead(@NonNull android.bluetooth.BluetoothGatt, @NonNull android.bluetooth.BluetoothGattCharacteristic, @NonNull byte[], int);
-    method public void onCharacteristicWrite(android.bluetooth.BluetoothGatt, android.bluetooth.BluetoothGattCharacteristic, int);
-    method public void onConnectionStateChange(android.bluetooth.BluetoothGatt, int, int);
-    method @Deprecated public void onDescriptorRead(android.bluetooth.BluetoothGatt, android.bluetooth.BluetoothGattDescriptor, int);
-    method public void onDescriptorRead(@NonNull android.bluetooth.BluetoothGatt, @NonNull android.bluetooth.BluetoothGattDescriptor, int, @NonNull byte[]);
-    method public void onDescriptorWrite(android.bluetooth.BluetoothGatt, android.bluetooth.BluetoothGattDescriptor, int);
-    method public void onMtuChanged(android.bluetooth.BluetoothGatt, int, int);
-    method public void onPhyRead(android.bluetooth.BluetoothGatt, int, int, int);
-    method public void onPhyUpdate(android.bluetooth.BluetoothGatt, int, int, int);
-    method public void onReadRemoteRssi(android.bluetooth.BluetoothGatt, int, int);
-    method public void onReliableWriteCompleted(android.bluetooth.BluetoothGatt, int);
-    method public void onServiceChanged(@NonNull android.bluetooth.BluetoothGatt);
-    method public void onServicesDiscovered(android.bluetooth.BluetoothGatt, int);
-  }
-
-  public class BluetoothGattCharacteristic implements android.os.Parcelable {
-    ctor public BluetoothGattCharacteristic(java.util.UUID, int, int);
-    method public boolean addDescriptor(android.bluetooth.BluetoothGattDescriptor);
-    method public int describeContents();
-    method public android.bluetooth.BluetoothGattDescriptor getDescriptor(java.util.UUID);
-    method public java.util.List<android.bluetooth.BluetoothGattDescriptor> getDescriptors();
-    method @Deprecated public Float getFloatValue(int, int);
-    method public int getInstanceId();
-    method @Deprecated public Integer getIntValue(int, int);
-    method public int getPermissions();
-    method public int getProperties();
-    method public android.bluetooth.BluetoothGattService getService();
-    method @Deprecated public String getStringValue(int);
-    method public java.util.UUID getUuid();
-    method @Deprecated public byte[] getValue();
-    method public int getWriteType();
-    method @Deprecated public boolean setValue(byte[]);
-    method @Deprecated public boolean setValue(int, int, int);
-    method @Deprecated public boolean setValue(int, int, int, int);
-    method @Deprecated public boolean setValue(String);
-    method public void setWriteType(int);
-    method public void writeToParcel(android.os.Parcel, int);
-    field @NonNull public static final android.os.Parcelable.Creator<android.bluetooth.BluetoothGattCharacteristic> CREATOR;
-    field public static final int FORMAT_FLOAT = 52; // 0x34
-    field public static final int FORMAT_SFLOAT = 50; // 0x32
-    field public static final int FORMAT_SINT16 = 34; // 0x22
-    field public static final int FORMAT_SINT32 = 36; // 0x24
-    field public static final int FORMAT_SINT8 = 33; // 0x21
-    field public static final int FORMAT_UINT16 = 18; // 0x12
-    field public static final int FORMAT_UINT32 = 20; // 0x14
-    field public static final int FORMAT_UINT8 = 17; // 0x11
-    field public static final int PERMISSION_READ = 1; // 0x1
-    field public static final int PERMISSION_READ_ENCRYPTED = 2; // 0x2
-    field public static final int PERMISSION_READ_ENCRYPTED_MITM = 4; // 0x4
-    field public static final int PERMISSION_WRITE = 16; // 0x10
-    field public static final int PERMISSION_WRITE_ENCRYPTED = 32; // 0x20
-    field public static final int PERMISSION_WRITE_ENCRYPTED_MITM = 64; // 0x40
-    field public static final int PERMISSION_WRITE_SIGNED = 128; // 0x80
-    field public static final int PERMISSION_WRITE_SIGNED_MITM = 256; // 0x100
-    field public static final int PROPERTY_BROADCAST = 1; // 0x1
-    field public static final int PROPERTY_EXTENDED_PROPS = 128; // 0x80
-    field public static final int PROPERTY_INDICATE = 32; // 0x20
-    field public static final int PROPERTY_NOTIFY = 16; // 0x10
-    field public static final int PROPERTY_READ = 2; // 0x2
-    field public static final int PROPERTY_SIGNED_WRITE = 64; // 0x40
-    field public static final int PROPERTY_WRITE = 8; // 0x8
-    field public static final int PROPERTY_WRITE_NO_RESPONSE = 4; // 0x4
-    field public static final int WRITE_TYPE_DEFAULT = 2; // 0x2
-    field public static final int WRITE_TYPE_NO_RESPONSE = 1; // 0x1
-    field public static final int WRITE_TYPE_SIGNED = 4; // 0x4
-    field protected java.util.List<android.bluetooth.BluetoothGattDescriptor> mDescriptors;
-  }
-
-  public class BluetoothGattDescriptor implements android.os.Parcelable {
-    ctor public BluetoothGattDescriptor(java.util.UUID, int);
-    method public int describeContents();
-    method public android.bluetooth.BluetoothGattCharacteristic getCharacteristic();
-    method public int getPermissions();
-    method public java.util.UUID getUuid();
-    method @Deprecated public byte[] getValue();
-    method @Deprecated public boolean setValue(byte[]);
-    method public void writeToParcel(android.os.Parcel, int);
-    field @NonNull public static final android.os.Parcelable.Creator<android.bluetooth.BluetoothGattDescriptor> CREATOR;
-    field public static final byte[] DISABLE_NOTIFICATION_VALUE;
-    field public static final byte[] ENABLE_INDICATION_VALUE;
-    field public static final byte[] ENABLE_NOTIFICATION_VALUE;
-    field public static final int PERMISSION_READ = 1; // 0x1
-    field public static final int PERMISSION_READ_ENCRYPTED = 2; // 0x2
-    field public static final int PERMISSION_READ_ENCRYPTED_MITM = 4; // 0x4
-    field public static final int PERMISSION_WRITE = 16; // 0x10
-    field public static final int PERMISSION_WRITE_ENCRYPTED = 32; // 0x20
-    field public static final int PERMISSION_WRITE_ENCRYPTED_MITM = 64; // 0x40
-    field public static final int PERMISSION_WRITE_SIGNED = 128; // 0x80
-    field public static final int PERMISSION_WRITE_SIGNED_MITM = 256; // 0x100
-  }
-
-  public final class BluetoothGattServer implements android.bluetooth.BluetoothProfile {
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean addService(android.bluetooth.BluetoothGattService);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public void cancelConnection(android.bluetooth.BluetoothDevice);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public void clearServices();
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public void close();
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean connect(android.bluetooth.BluetoothDevice, boolean);
-    method public java.util.List<android.bluetooth.BluetoothDevice> getConnectedDevices();
-    method public int getConnectionState(android.bluetooth.BluetoothDevice);
-    method public java.util.List<android.bluetooth.BluetoothDevice> getDevicesMatchingConnectionStates(int[]);
-    method public android.bluetooth.BluetoothGattService getService(java.util.UUID);
-    method public java.util.List<android.bluetooth.BluetoothGattService> getServices();
-    method @Deprecated @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean notifyCharacteristicChanged(android.bluetooth.BluetoothDevice, android.bluetooth.BluetoothGattCharacteristic, boolean);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public int notifyCharacteristicChanged(@NonNull android.bluetooth.BluetoothDevice, @NonNull android.bluetooth.BluetoothGattCharacteristic, boolean, @NonNull byte[]);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public void readPhy(android.bluetooth.BluetoothDevice);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean removeService(android.bluetooth.BluetoothGattService);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean sendResponse(android.bluetooth.BluetoothDevice, int, int, int, byte[]);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public void setPreferredPhy(android.bluetooth.BluetoothDevice, int, int, int);
-  }
-
-  public abstract class BluetoothGattServerCallback {
-    ctor public BluetoothGattServerCallback();
-    method public void onCharacteristicReadRequest(android.bluetooth.BluetoothDevice, int, int, android.bluetooth.BluetoothGattCharacteristic);
-    method public void onCharacteristicWriteRequest(android.bluetooth.BluetoothDevice, int, android.bluetooth.BluetoothGattCharacteristic, boolean, boolean, int, byte[]);
-    method public void onConnectionStateChange(android.bluetooth.BluetoothDevice, int, int);
-    method public void onDescriptorReadRequest(android.bluetooth.BluetoothDevice, int, int, android.bluetooth.BluetoothGattDescriptor);
-    method public void onDescriptorWriteRequest(android.bluetooth.BluetoothDevice, int, android.bluetooth.BluetoothGattDescriptor, boolean, boolean, int, byte[]);
-    method public void onExecuteWrite(android.bluetooth.BluetoothDevice, int, boolean);
-    method public void onMtuChanged(android.bluetooth.BluetoothDevice, int);
-    method public void onNotificationSent(android.bluetooth.BluetoothDevice, int);
-    method public void onPhyRead(android.bluetooth.BluetoothDevice, int, int, int);
-    method public void onPhyUpdate(android.bluetooth.BluetoothDevice, int, int, int);
-    method public void onServiceAdded(int, android.bluetooth.BluetoothGattService);
-  }
-
-  public class BluetoothGattService implements android.os.Parcelable {
-    ctor public BluetoothGattService(java.util.UUID, int);
-    method public boolean addCharacteristic(android.bluetooth.BluetoothGattCharacteristic);
-    method public boolean addService(android.bluetooth.BluetoothGattService);
-    method public int describeContents();
-    method public android.bluetooth.BluetoothGattCharacteristic getCharacteristic(java.util.UUID);
-    method public java.util.List<android.bluetooth.BluetoothGattCharacteristic> getCharacteristics();
-    method public java.util.List<android.bluetooth.BluetoothGattService> getIncludedServices();
-    method public int getInstanceId();
-    method public int getType();
-    method public java.util.UUID getUuid();
-    method public void writeToParcel(android.os.Parcel, int);
-    field @NonNull public static final android.os.Parcelable.Creator<android.bluetooth.BluetoothGattService> CREATOR;
-    field public static final int SERVICE_TYPE_PRIMARY = 0; // 0x0
-    field public static final int SERVICE_TYPE_SECONDARY = 1; // 0x1
-    field protected java.util.List<android.bluetooth.BluetoothGattCharacteristic> mCharacteristics;
-    field protected java.util.List<android.bluetooth.BluetoothGattService> mIncludedServices;
-  }
-
-  public final class BluetoothHeadset implements android.bluetooth.BluetoothProfile {
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public java.util.List<android.bluetooth.BluetoothDevice> getConnectedDevices();
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public int getConnectionState(android.bluetooth.BluetoothDevice);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public java.util.List<android.bluetooth.BluetoothDevice> getDevicesMatchingConnectionStates(int[]);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean isAudioConnected(android.bluetooth.BluetoothDevice);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean isNoiseReductionSupported(@NonNull android.bluetooth.BluetoothDevice);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean isVoiceRecognitionSupported(@NonNull android.bluetooth.BluetoothDevice);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean sendVendorSpecificResultCode(android.bluetooth.BluetoothDevice, String, String);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.MODIFY_PHONE_STATE}) public boolean startVoiceRecognition(android.bluetooth.BluetoothDevice);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean stopVoiceRecognition(android.bluetooth.BluetoothDevice);
-    field @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public static final String ACTION_AUDIO_STATE_CHANGED = "android.bluetooth.headset.profile.action.AUDIO_STATE_CHANGED";
-    field @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public static final String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.headset.profile.action.CONNECTION_STATE_CHANGED";
-    field @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public static final String ACTION_VENDOR_SPECIFIC_HEADSET_EVENT = "android.bluetooth.headset.action.VENDOR_SPECIFIC_HEADSET_EVENT";
-    field public static final int AT_CMD_TYPE_ACTION = 4; // 0x4
-    field public static final int AT_CMD_TYPE_BASIC = 3; // 0x3
-    field public static final int AT_CMD_TYPE_READ = 0; // 0x0
-    field public static final int AT_CMD_TYPE_SET = 2; // 0x2
-    field public static final int AT_CMD_TYPE_TEST = 1; // 0x1
-    field public static final String EXTRA_VENDOR_SPECIFIC_HEADSET_EVENT_ARGS = "android.bluetooth.headset.extra.VENDOR_SPECIFIC_HEADSET_EVENT_ARGS";
-    field public static final String EXTRA_VENDOR_SPECIFIC_HEADSET_EVENT_CMD = "android.bluetooth.headset.extra.VENDOR_SPECIFIC_HEADSET_EVENT_CMD";
-    field public static final String EXTRA_VENDOR_SPECIFIC_HEADSET_EVENT_CMD_TYPE = "android.bluetooth.headset.extra.VENDOR_SPECIFIC_HEADSET_EVENT_CMD_TYPE";
-    field public static final int STATE_AUDIO_CONNECTED = 12; // 0xc
-    field public static final int STATE_AUDIO_CONNECTING = 11; // 0xb
-    field public static final int STATE_AUDIO_DISCONNECTED = 10; // 0xa
-    field public static final String VENDOR_RESULT_CODE_COMMAND_ANDROID = "+ANDROID";
-    field public static final String VENDOR_SPECIFIC_HEADSET_EVENT_COMPANY_ID_CATEGORY = "android.bluetooth.headset.intent.category.companyid";
-  }
-
-  @Deprecated public final class BluetoothHealth implements android.bluetooth.BluetoothProfile {
-    method @Deprecated @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean connectChannelToSource(android.bluetooth.BluetoothDevice, android.bluetooth.BluetoothHealthAppConfiguration);
-    method @Deprecated @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean disconnectChannel(android.bluetooth.BluetoothDevice, android.bluetooth.BluetoothHealthAppConfiguration, int);
-    method @Deprecated @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public java.util.List<android.bluetooth.BluetoothDevice> getConnectedDevices();
-    method @Deprecated @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public int getConnectionState(android.bluetooth.BluetoothDevice);
-    method @Deprecated @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public java.util.List<android.bluetooth.BluetoothDevice> getDevicesMatchingConnectionStates(int[]);
-    method @Deprecated @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public android.os.ParcelFileDescriptor getMainChannelFd(android.bluetooth.BluetoothDevice, android.bluetooth.BluetoothHealthAppConfiguration);
-    method @Deprecated @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean registerSinkAppConfiguration(String, int, android.bluetooth.BluetoothHealthCallback);
-    method @Deprecated @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean unregisterAppConfiguration(android.bluetooth.BluetoothHealthAppConfiguration);
-    field @Deprecated public static final int APP_CONFIG_REGISTRATION_FAILURE = 1; // 0x1
-    field @Deprecated public static final int APP_CONFIG_REGISTRATION_SUCCESS = 0; // 0x0
-    field @Deprecated public static final int APP_CONFIG_UNREGISTRATION_FAILURE = 3; // 0x3
-    field @Deprecated public static final int APP_CONFIG_UNREGISTRATION_SUCCESS = 2; // 0x2
-    field @Deprecated public static final int CHANNEL_TYPE_RELIABLE = 10; // 0xa
-    field @Deprecated public static final int CHANNEL_TYPE_STREAMING = 11; // 0xb
-    field @Deprecated public static final int SINK_ROLE = 2; // 0x2
-    field @Deprecated public static final int SOURCE_ROLE = 1; // 0x1
-    field @Deprecated public static final int STATE_CHANNEL_CONNECTED = 2; // 0x2
-    field @Deprecated public static final int STATE_CHANNEL_CONNECTING = 1; // 0x1
-    field @Deprecated public static final int STATE_CHANNEL_DISCONNECTED = 0; // 0x0
-    field @Deprecated public static final int STATE_CHANNEL_DISCONNECTING = 3; // 0x3
-  }
-
-  @Deprecated public final class BluetoothHealthAppConfiguration implements android.os.Parcelable {
-    method @Deprecated public int describeContents();
-    method @Deprecated public int getDataType();
-    method @Deprecated public String getName();
-    method @Deprecated public int getRole();
-    method @Deprecated public void writeToParcel(android.os.Parcel, int);
-    field @Deprecated @NonNull public static final android.os.Parcelable.Creator<android.bluetooth.BluetoothHealthAppConfiguration> CREATOR;
-  }
-
-  @Deprecated public abstract class BluetoothHealthCallback {
-    ctor @Deprecated public BluetoothHealthCallback();
-    method @Deprecated @BinderThread public void onHealthAppConfigurationStatusChange(android.bluetooth.BluetoothHealthAppConfiguration, int);
-    method @Deprecated @BinderThread public void onHealthChannelStateChange(android.bluetooth.BluetoothHealthAppConfiguration, android.bluetooth.BluetoothDevice, int, int, android.os.ParcelFileDescriptor, int);
-  }
-
-  public final class BluetoothHearingAid implements android.bluetooth.BluetoothProfile {
-    method @NonNull @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public java.util.List<android.bluetooth.BluetoothDevice> getConnectedDevices();
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public int getConnectionState(@NonNull android.bluetooth.BluetoothDevice);
-    method @NonNull @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public java.util.List<android.bluetooth.BluetoothDevice> getDevicesMatchingConnectionStates(@NonNull int[]);
-    field @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public static final String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.hearingaid.profile.action.CONNECTION_STATE_CHANGED";
-  }
-
-  public final class BluetoothHidDevice implements android.bluetooth.BluetoothProfile {
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean connect(android.bluetooth.BluetoothDevice);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean disconnect(android.bluetooth.BluetoothDevice);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public java.util.List<android.bluetooth.BluetoothDevice> getConnectedDevices();
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public int getConnectionState(android.bluetooth.BluetoothDevice);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public java.util.List<android.bluetooth.BluetoothDevice> getDevicesMatchingConnectionStates(int[]);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean registerApp(android.bluetooth.BluetoothHidDeviceAppSdpSettings, android.bluetooth.BluetoothHidDeviceAppQosSettings, android.bluetooth.BluetoothHidDeviceAppQosSettings, java.util.concurrent.Executor, android.bluetooth.BluetoothHidDevice.Callback);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean replyReport(android.bluetooth.BluetoothDevice, byte, byte, byte[]);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean reportError(android.bluetooth.BluetoothDevice, byte);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean sendReport(android.bluetooth.BluetoothDevice, int, byte[]);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean unregisterApp();
-    field @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public static final String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.hiddevice.profile.action.CONNECTION_STATE_CHANGED";
-    field public static final byte ERROR_RSP_INVALID_PARAM = 4; // 0x4
-    field public static final byte ERROR_RSP_INVALID_RPT_ID = 2; // 0x2
-    field public static final byte ERROR_RSP_NOT_READY = 1; // 0x1
-    field public static final byte ERROR_RSP_SUCCESS = 0; // 0x0
-    field public static final byte ERROR_RSP_UNKNOWN = 14; // 0xe
-    field public static final byte ERROR_RSP_UNSUPPORTED_REQ = 3; // 0x3
-    field public static final byte PROTOCOL_BOOT_MODE = 0; // 0x0
-    field public static final byte PROTOCOL_REPORT_MODE = 1; // 0x1
-    field public static final byte REPORT_TYPE_FEATURE = 3; // 0x3
-    field public static final byte REPORT_TYPE_INPUT = 1; // 0x1
-    field public static final byte REPORT_TYPE_OUTPUT = 2; // 0x2
-    field public static final byte SUBCLASS1_COMBO = -64; // 0xffffffc0
-    field public static final byte SUBCLASS1_KEYBOARD = 64; // 0x40
-    field public static final byte SUBCLASS1_MOUSE = -128; // 0xffffff80
-    field public static final byte SUBCLASS1_NONE = 0; // 0x0
-    field public static final byte SUBCLASS2_CARD_READER = 6; // 0x6
-    field public static final byte SUBCLASS2_DIGITIZER_TABLET = 5; // 0x5
-    field public static final byte SUBCLASS2_GAMEPAD = 2; // 0x2
-    field public static final byte SUBCLASS2_JOYSTICK = 1; // 0x1
-    field public static final byte SUBCLASS2_REMOTE_CONTROL = 3; // 0x3
-    field public static final byte SUBCLASS2_SENSING_DEVICE = 4; // 0x4
-    field public static final byte SUBCLASS2_UNCATEGORIZED = 0; // 0x0
-  }
-
-  public abstract static class BluetoothHidDevice.Callback {
-    ctor public BluetoothHidDevice.Callback();
-    method public void onAppStatusChanged(android.bluetooth.BluetoothDevice, boolean);
-    method public void onConnectionStateChanged(android.bluetooth.BluetoothDevice, int);
-    method public void onGetReport(android.bluetooth.BluetoothDevice, byte, byte, int);
-    method public void onInterruptData(android.bluetooth.BluetoothDevice, byte, byte[]);
-    method public void onSetProtocol(android.bluetooth.BluetoothDevice, byte);
-    method public void onSetReport(android.bluetooth.BluetoothDevice, byte, byte, byte[]);
-    method public void onVirtualCableUnplug(android.bluetooth.BluetoothDevice);
-  }
-
-  public final class BluetoothHidDeviceAppQosSettings implements android.os.Parcelable {
-    ctor public BluetoothHidDeviceAppQosSettings(int, int, int, int, int, int);
-    method public int describeContents();
-    method public int getDelayVariation();
-    method public int getLatency();
-    method public int getPeakBandwidth();
-    method public int getServiceType();
-    method public int getTokenBucketSize();
-    method public int getTokenRate();
-    method public void writeToParcel(android.os.Parcel, int);
-    field @NonNull public static final android.os.Parcelable.Creator<android.bluetooth.BluetoothHidDeviceAppQosSettings> CREATOR;
-    field public static final int MAX = -1; // 0xffffffff
-    field public static final int SERVICE_BEST_EFFORT = 1; // 0x1
-    field public static final int SERVICE_GUARANTEED = 2; // 0x2
-    field public static final int SERVICE_NO_TRAFFIC = 0; // 0x0
-  }
-
-  public final class BluetoothHidDeviceAppSdpSettings implements android.os.Parcelable {
-    ctor public BluetoothHidDeviceAppSdpSettings(String, String, String, byte, byte[]);
-    method public int describeContents();
-    method public String getDescription();
-    method public byte[] getDescriptors();
-    method public String getName();
-    method public String getProvider();
-    method public byte getSubclass();
-    method public void writeToParcel(android.os.Parcel, int);
-    field @NonNull public static final android.os.Parcelable.Creator<android.bluetooth.BluetoothHidDeviceAppSdpSettings> CREATOR;
-  }
-
-  public final class BluetoothLeAudio implements java.lang.AutoCloseable android.bluetooth.BluetoothProfile {
-    method public void close();
-    method protected void finalize();
-    method @NonNull @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public java.util.List<android.bluetooth.BluetoothDevice> getConnectedDevices();
-    method @Nullable @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public android.bluetooth.BluetoothDevice getConnectedGroupLeadDevice(int);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public int getConnectionState(@NonNull android.bluetooth.BluetoothDevice);
-    method @NonNull @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public java.util.List<android.bluetooth.BluetoothDevice> getDevicesMatchingConnectionStates(@NonNull int[]);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public int getGroupId(@NonNull android.bluetooth.BluetoothDevice);
-    field @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public static final String ACTION_LE_AUDIO_CONNECTION_STATE_CHANGED = "android.bluetooth.action.LE_AUDIO_CONNECTION_STATE_CHANGED";
-    field public static final int GROUP_ID_INVALID = -1; // 0xffffffff
-  }
-
-  public final class BluetoothLeAudioCodecConfig implements android.os.Parcelable {
-    method public int describeContents();
-    method public int getBitsPerSample();
-    method public int getChannelCount();
-    method @NonNull public String getCodecName();
-    method public int getCodecPriority();
-    method public int getCodecType();
-    method public int getFrameDuration();
-    method public int getMaxOctetsPerFrame();
-    method public int getMinOctetsPerFrame();
-    method public int getOctetsPerFrame();
-    method public int getSampleRate();
-    method public void writeToParcel(@NonNull android.os.Parcel, int);
-    field public static final int BITS_PER_SAMPLE_16 = 1; // 0x1
-    field public static final int BITS_PER_SAMPLE_24 = 2; // 0x2
-    field public static final int BITS_PER_SAMPLE_32 = 8; // 0x8
-    field public static final int BITS_PER_SAMPLE_NONE = 0; // 0x0
-    field public static final int CHANNEL_COUNT_1 = 1; // 0x1
-    field public static final int CHANNEL_COUNT_2 = 2; // 0x2
-    field public static final int CHANNEL_COUNT_NONE = 0; // 0x0
-    field public static final int CODEC_PRIORITY_DEFAULT = 0; // 0x0
-    field public static final int CODEC_PRIORITY_DISABLED = -1; // 0xffffffff
-    field public static final int CODEC_PRIORITY_HIGHEST = 1000000; // 0xf4240
-    field @NonNull public static final android.os.Parcelable.Creator<android.bluetooth.BluetoothLeAudioCodecConfig> CREATOR;
-    field public static final int FRAME_DURATION_10000 = 2; // 0x2
-    field public static final int FRAME_DURATION_7500 = 1; // 0x1
-    field public static final int FRAME_DURATION_NONE = 0; // 0x0
-    field public static final int SAMPLE_RATE_16000 = 4; // 0x4
-    field public static final int SAMPLE_RATE_24000 = 16; // 0x10
-    field public static final int SAMPLE_RATE_32000 = 32; // 0x20
-    field public static final int SAMPLE_RATE_44100 = 64; // 0x40
-    field public static final int SAMPLE_RATE_48000 = 128; // 0x80
-    field public static final int SAMPLE_RATE_8000 = 1; // 0x1
-    field public static final int SAMPLE_RATE_NONE = 0; // 0x0
-    field public static final int SOURCE_CODEC_TYPE_INVALID = 1000000; // 0xf4240
-    field public static final int SOURCE_CODEC_TYPE_LC3 = 0; // 0x0
-  }
-
-  public static final class BluetoothLeAudioCodecConfig.Builder {
-    ctor public BluetoothLeAudioCodecConfig.Builder();
-    ctor public BluetoothLeAudioCodecConfig.Builder(@NonNull android.bluetooth.BluetoothLeAudioCodecConfig);
-    method @NonNull public android.bluetooth.BluetoothLeAudioCodecConfig build();
-    method @NonNull public android.bluetooth.BluetoothLeAudioCodecConfig.Builder setBitsPerSample(int);
-    method @NonNull public android.bluetooth.BluetoothLeAudioCodecConfig.Builder setChannelCount(int);
-    method @NonNull public android.bluetooth.BluetoothLeAudioCodecConfig.Builder setCodecPriority(int);
-    method @NonNull public android.bluetooth.BluetoothLeAudioCodecConfig.Builder setCodecType(int);
-    method @NonNull public android.bluetooth.BluetoothLeAudioCodecConfig.Builder setFrameDuration(int);
-    method @NonNull public android.bluetooth.BluetoothLeAudioCodecConfig.Builder setMaxOctetsPerFrame(int);
-    method @NonNull public android.bluetooth.BluetoothLeAudioCodecConfig.Builder setMinOctetsPerFrame(int);
-    method @NonNull public android.bluetooth.BluetoothLeAudioCodecConfig.Builder setOctetsPerFrame(int);
-    method @NonNull public android.bluetooth.BluetoothLeAudioCodecConfig.Builder setSampleRate(int);
-  }
-
-  public final class BluetoothLeAudioCodecStatus implements android.os.Parcelable {
-    ctor public BluetoothLeAudioCodecStatus(@Nullable android.bluetooth.BluetoothLeAudioCodecConfig, @Nullable android.bluetooth.BluetoothLeAudioCodecConfig, @NonNull java.util.List<android.bluetooth.BluetoothLeAudioCodecConfig>, @NonNull java.util.List<android.bluetooth.BluetoothLeAudioCodecConfig>, @NonNull java.util.List<android.bluetooth.BluetoothLeAudioCodecConfig>, @NonNull java.util.List<android.bluetooth.BluetoothLeAudioCodecConfig>);
-    method public int describeContents();
-    method @Nullable public android.bluetooth.BluetoothLeAudioCodecConfig getInputCodecConfig();
-    method @NonNull public java.util.List<android.bluetooth.BluetoothLeAudioCodecConfig> getInputCodecLocalCapabilities();
-    method @NonNull public java.util.List<android.bluetooth.BluetoothLeAudioCodecConfig> getInputCodecSelectableCapabilities();
-    method @Nullable public android.bluetooth.BluetoothLeAudioCodecConfig getOutputCodecConfig();
-    method @NonNull public java.util.List<android.bluetooth.BluetoothLeAudioCodecConfig> getOutputCodecLocalCapabilities();
-    method @NonNull public java.util.List<android.bluetooth.BluetoothLeAudioCodecConfig> getOutputCodecSelectableCapabilities();
-    method public boolean isInputCodecConfigSelectable(@Nullable android.bluetooth.BluetoothLeAudioCodecConfig);
-    method public boolean isOutputCodecConfigSelectable(@Nullable android.bluetooth.BluetoothLeAudioCodecConfig);
-    method public void writeToParcel(@NonNull android.os.Parcel, int);
-    field @NonNull public static final android.os.Parcelable.Creator<android.bluetooth.BluetoothLeAudioCodecStatus> CREATOR;
-    field public static final String EXTRA_LE_AUDIO_CODEC_STATUS = "android.bluetooth.extra.LE_AUDIO_CODEC_STATUS";
-  }
-
-  public final class BluetoothManager {
-    method public android.bluetooth.BluetoothAdapter getAdapter();
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public java.util.List<android.bluetooth.BluetoothDevice> getConnectedDevices(int);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public int getConnectionState(android.bluetooth.BluetoothDevice, int);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public java.util.List<android.bluetooth.BluetoothDevice> getDevicesMatchingConnectionStates(int, int[]);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public android.bluetooth.BluetoothGattServer openGattServer(android.content.Context, android.bluetooth.BluetoothGattServerCallback);
-  }
-
-  public interface BluetoothProfile {
-    method public java.util.List<android.bluetooth.BluetoothDevice> getConnectedDevices();
-    method public int getConnectionState(android.bluetooth.BluetoothDevice);
-    method public java.util.List<android.bluetooth.BluetoothDevice> getDevicesMatchingConnectionStates(int[]);
-    field public static final int A2DP = 2; // 0x2
-    field public static final int CSIP_SET_COORDINATOR = 25; // 0x19
-    field public static final String EXTRA_PREVIOUS_STATE = "android.bluetooth.profile.extra.PREVIOUS_STATE";
-    field public static final String EXTRA_STATE = "android.bluetooth.profile.extra.STATE";
-    field public static final int GATT = 7; // 0x7
-    field public static final int GATT_SERVER = 8; // 0x8
-    field public static final int HAP_CLIENT = 28; // 0x1c
-    field public static final int HEADSET = 1; // 0x1
-    field @Deprecated public static final int HEALTH = 3; // 0x3
-    field public static final int HEARING_AID = 21; // 0x15
-    field public static final int HID_DEVICE = 19; // 0x13
-    field public static final int LE_AUDIO = 22; // 0x16
-    field public static final int SAP = 10; // 0xa
-    field public static final int STATE_CONNECTED = 2; // 0x2
-    field public static final int STATE_CONNECTING = 1; // 0x1
-    field public static final int STATE_DISCONNECTED = 0; // 0x0
-    field public static final int STATE_DISCONNECTING = 3; // 0x3
-  }
-
-  public static interface BluetoothProfile.ServiceListener {
-    method public void onServiceConnected(int, android.bluetooth.BluetoothProfile);
-    method public void onServiceDisconnected(int);
-  }
-
-  public final class BluetoothServerSocket implements java.io.Closeable {
-    method public android.bluetooth.BluetoothSocket accept() throws java.io.IOException;
-    method public android.bluetooth.BluetoothSocket accept(int) throws java.io.IOException;
-    method public void close() throws java.io.IOException;
-    method public int getPsm();
-  }
-
-  public final class BluetoothSocket implements java.io.Closeable {
-    method public void close() throws java.io.IOException;
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public void connect() throws java.io.IOException;
-    method public int getConnectionType();
-    method public java.io.InputStream getInputStream() throws java.io.IOException;
-    method public int getMaxReceivePacketSize();
-    method public int getMaxTransmitPacketSize();
-    method public java.io.OutputStream getOutputStream() throws java.io.IOException;
-    method public android.bluetooth.BluetoothDevice getRemoteDevice();
-    method public boolean isConnected();
-    field public static final int TYPE_L2CAP = 3; // 0x3
-    field public static final int TYPE_RFCOMM = 1; // 0x1
-    field public static final int TYPE_SCO = 2; // 0x2
-  }
-
-  public final class BluetoothStatusCodes {
-    field public static final int ERROR_BLUETOOTH_NOT_ALLOWED = 2; // 0x2
-    field public static final int ERROR_BLUETOOTH_NOT_ENABLED = 1; // 0x1
-    field public static final int ERROR_DEVICE_NOT_BONDED = 3; // 0x3
-    field public static final int ERROR_GATT_WRITE_NOT_ALLOWED = 200; // 0xc8
-    field public static final int ERROR_GATT_WRITE_REQUEST_BUSY = 201; // 0xc9
-    field public static final int ERROR_MISSING_BLUETOOTH_CONNECT_PERMISSION = 6; // 0x6
-    field public static final int ERROR_PROFILE_SERVICE_NOT_BOUND = 9; // 0x9
-    field public static final int ERROR_UNKNOWN = 2147483647; // 0x7fffffff
-    field public static final int FEATURE_NOT_SUPPORTED = 11; // 0xb
-    field public static final int FEATURE_SUPPORTED = 10; // 0xa
-    field public static final int SUCCESS = 0; // 0x0
-  }
-
-}
-
-package android.bluetooth.le {
-
-  public abstract class AdvertiseCallback {
-    ctor public AdvertiseCallback();
-    method public void onStartFailure(int);
-    method public void onStartSuccess(android.bluetooth.le.AdvertiseSettings);
-    field public static final int ADVERTISE_FAILED_ALREADY_STARTED = 3; // 0x3
-    field public static final int ADVERTISE_FAILED_DATA_TOO_LARGE = 1; // 0x1
-    field public static final int ADVERTISE_FAILED_FEATURE_UNSUPPORTED = 5; // 0x5
-    field public static final int ADVERTISE_FAILED_INTERNAL_ERROR = 4; // 0x4
-    field public static final int ADVERTISE_FAILED_TOO_MANY_ADVERTISERS = 2; // 0x2
-  }
-
-  public final class AdvertiseData implements android.os.Parcelable {
-    method public int describeContents();
-    method public boolean getIncludeDeviceName();
-    method public boolean getIncludeTxPowerLevel();
-    method public android.util.SparseArray<byte[]> getManufacturerSpecificData();
-    method public java.util.Map<android.os.ParcelUuid,byte[]> getServiceData();
-    method @NonNull public java.util.List<android.os.ParcelUuid> getServiceSolicitationUuids();
-    method public java.util.List<android.os.ParcelUuid> getServiceUuids();
-    method @NonNull public java.util.List<android.bluetooth.le.TransportDiscoveryData> getTransportDiscoveryData();
-    method public void writeToParcel(android.os.Parcel, int);
-    field @NonNull public static final android.os.Parcelable.Creator<android.bluetooth.le.AdvertiseData> CREATOR;
-  }
-
-  public static final class AdvertiseData.Builder {
-    ctor public AdvertiseData.Builder();
-    method public android.bluetooth.le.AdvertiseData.Builder addManufacturerData(int, byte[]);
-    method public android.bluetooth.le.AdvertiseData.Builder addServiceData(android.os.ParcelUuid, byte[]);
-    method @NonNull public android.bluetooth.le.AdvertiseData.Builder addServiceSolicitationUuid(@NonNull android.os.ParcelUuid);
-    method public android.bluetooth.le.AdvertiseData.Builder addServiceUuid(android.os.ParcelUuid);
-    method @NonNull public android.bluetooth.le.AdvertiseData.Builder addTransportDiscoveryData(@NonNull android.bluetooth.le.TransportDiscoveryData);
-    method public android.bluetooth.le.AdvertiseData build();
-    method public android.bluetooth.le.AdvertiseData.Builder setIncludeDeviceName(boolean);
-    method public android.bluetooth.le.AdvertiseData.Builder setIncludeTxPowerLevel(boolean);
-  }
-
-  public final class AdvertiseSettings implements android.os.Parcelable {
-    method public int describeContents();
-    method public int getMode();
-    method public int getTimeout();
-    method public int getTxPowerLevel();
-    method public boolean isConnectable();
-    method public void writeToParcel(android.os.Parcel, int);
-    field public static final int ADVERTISE_MODE_BALANCED = 1; // 0x1
-    field public static final int ADVERTISE_MODE_LOW_LATENCY = 2; // 0x2
-    field public static final int ADVERTISE_MODE_LOW_POWER = 0; // 0x0
-    field public static final int ADVERTISE_TX_POWER_HIGH = 3; // 0x3
-    field public static final int ADVERTISE_TX_POWER_LOW = 1; // 0x1
-    field public static final int ADVERTISE_TX_POWER_MEDIUM = 2; // 0x2
-    field public static final int ADVERTISE_TX_POWER_ULTRA_LOW = 0; // 0x0
-    field @NonNull public static final android.os.Parcelable.Creator<android.bluetooth.le.AdvertiseSettings> CREATOR;
-  }
-
-  public static final class AdvertiseSettings.Builder {
-    ctor public AdvertiseSettings.Builder();
-    method public android.bluetooth.le.AdvertiseSettings build();
-    method public android.bluetooth.le.AdvertiseSettings.Builder setAdvertiseMode(int);
-    method public android.bluetooth.le.AdvertiseSettings.Builder setConnectable(boolean);
-    method public android.bluetooth.le.AdvertiseSettings.Builder setTimeout(int);
-    method public android.bluetooth.le.AdvertiseSettings.Builder setTxPowerLevel(int);
-  }
-
-  public final class AdvertisingSet {
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_ADVERTISE) public void enableAdvertising(boolean, int, int);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_ADVERTISE) public void setAdvertisingData(android.bluetooth.le.AdvertiseData);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_ADVERTISE) public void setAdvertisingParameters(android.bluetooth.le.AdvertisingSetParameters);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_ADVERTISE) public void setPeriodicAdvertisingData(android.bluetooth.le.AdvertiseData);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_ADVERTISE) public void setPeriodicAdvertisingEnabled(boolean);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_ADVERTISE) public void setPeriodicAdvertisingParameters(android.bluetooth.le.PeriodicAdvertisingParameters);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_ADVERTISE) public void setScanResponseData(android.bluetooth.le.AdvertiseData);
-  }
-
-  public abstract class AdvertisingSetCallback {
-    ctor public AdvertisingSetCallback();
-    method public void onAdvertisingDataSet(android.bluetooth.le.AdvertisingSet, int);
-    method public void onAdvertisingEnabled(android.bluetooth.le.AdvertisingSet, boolean, int);
-    method public void onAdvertisingParametersUpdated(android.bluetooth.le.AdvertisingSet, int, int);
-    method public void onAdvertisingSetStarted(android.bluetooth.le.AdvertisingSet, int, int);
-    method public void onAdvertisingSetStopped(android.bluetooth.le.AdvertisingSet);
-    method public void onPeriodicAdvertisingDataSet(android.bluetooth.le.AdvertisingSet, int);
-    method public void onPeriodicAdvertisingEnabled(android.bluetooth.le.AdvertisingSet, boolean, int);
-    method public void onPeriodicAdvertisingParametersUpdated(android.bluetooth.le.AdvertisingSet, int);
-    method public void onScanResponseDataSet(android.bluetooth.le.AdvertisingSet, int);
-    field public static final int ADVERTISE_FAILED_ALREADY_STARTED = 3; // 0x3
-    field public static final int ADVERTISE_FAILED_DATA_TOO_LARGE = 1; // 0x1
-    field public static final int ADVERTISE_FAILED_FEATURE_UNSUPPORTED = 5; // 0x5
-    field public static final int ADVERTISE_FAILED_INTERNAL_ERROR = 4; // 0x4
-    field public static final int ADVERTISE_FAILED_TOO_MANY_ADVERTISERS = 2; // 0x2
-    field public static final int ADVERTISE_SUCCESS = 0; // 0x0
-  }
-
-  public final class AdvertisingSetParameters implements android.os.Parcelable {
-    method public int describeContents();
-    method public int getInterval();
-    method public int getPrimaryPhy();
-    method public int getSecondaryPhy();
-    method public int getTxPowerLevel();
-    method public boolean includeTxPower();
-    method public boolean isAnonymous();
-    method public boolean isConnectable();
-    method public boolean isLegacy();
-    method public boolean isScannable();
-    method public void writeToParcel(android.os.Parcel, int);
-    field @NonNull public static final android.os.Parcelable.Creator<android.bluetooth.le.AdvertisingSetParameters> CREATOR;
-    field public static final int INTERVAL_HIGH = 1600; // 0x640
-    field public static final int INTERVAL_LOW = 160; // 0xa0
-    field public static final int INTERVAL_MAX = 16777215; // 0xffffff
-    field public static final int INTERVAL_MEDIUM = 400; // 0x190
-    field public static final int INTERVAL_MIN = 160; // 0xa0
-    field public static final int TX_POWER_HIGH = 1; // 0x1
-    field public static final int TX_POWER_LOW = -15; // 0xfffffff1
-    field public static final int TX_POWER_MAX = 1; // 0x1
-    field public static final int TX_POWER_MEDIUM = -7; // 0xfffffff9
-    field public static final int TX_POWER_MIN = -127; // 0xffffff81
-    field public static final int TX_POWER_ULTRA_LOW = -21; // 0xffffffeb
-  }
-
-  public static final class AdvertisingSetParameters.Builder {
-    ctor public AdvertisingSetParameters.Builder();
-    method public android.bluetooth.le.AdvertisingSetParameters build();
-    method public android.bluetooth.le.AdvertisingSetParameters.Builder setAnonymous(boolean);
-    method public android.bluetooth.le.AdvertisingSetParameters.Builder setConnectable(boolean);
-    method public android.bluetooth.le.AdvertisingSetParameters.Builder setIncludeTxPower(boolean);
-    method public android.bluetooth.le.AdvertisingSetParameters.Builder setInterval(int);
-    method public android.bluetooth.le.AdvertisingSetParameters.Builder setLegacyMode(boolean);
-    method public android.bluetooth.le.AdvertisingSetParameters.Builder setPrimaryPhy(int);
-    method public android.bluetooth.le.AdvertisingSetParameters.Builder setScannable(boolean);
-    method public android.bluetooth.le.AdvertisingSetParameters.Builder setSecondaryPhy(int);
-    method public android.bluetooth.le.AdvertisingSetParameters.Builder setTxPowerLevel(int);
-  }
-
-  public final class BluetoothLeAdvertiser {
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_ADVERTISE) public void startAdvertising(android.bluetooth.le.AdvertiseSettings, android.bluetooth.le.AdvertiseData, android.bluetooth.le.AdvertiseCallback);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_ADVERTISE) public void startAdvertising(android.bluetooth.le.AdvertiseSettings, android.bluetooth.le.AdvertiseData, android.bluetooth.le.AdvertiseData, android.bluetooth.le.AdvertiseCallback);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_ADVERTISE) public void startAdvertisingSet(android.bluetooth.le.AdvertisingSetParameters, android.bluetooth.le.AdvertiseData, android.bluetooth.le.AdvertiseData, android.bluetooth.le.PeriodicAdvertisingParameters, android.bluetooth.le.AdvertiseData, android.bluetooth.le.AdvertisingSetCallback);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_ADVERTISE) public void startAdvertisingSet(android.bluetooth.le.AdvertisingSetParameters, android.bluetooth.le.AdvertiseData, android.bluetooth.le.AdvertiseData, android.bluetooth.le.PeriodicAdvertisingParameters, android.bluetooth.le.AdvertiseData, android.bluetooth.le.AdvertisingSetCallback, android.os.Handler);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_ADVERTISE) public void startAdvertisingSet(android.bluetooth.le.AdvertisingSetParameters, android.bluetooth.le.AdvertiseData, android.bluetooth.le.AdvertiseData, android.bluetooth.le.PeriodicAdvertisingParameters, android.bluetooth.le.AdvertiseData, int, int, android.bluetooth.le.AdvertisingSetCallback);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_ADVERTISE) public void startAdvertisingSet(android.bluetooth.le.AdvertisingSetParameters, android.bluetooth.le.AdvertiseData, android.bluetooth.le.AdvertiseData, android.bluetooth.le.PeriodicAdvertisingParameters, android.bluetooth.le.AdvertiseData, int, int, android.bluetooth.le.AdvertisingSetCallback, android.os.Handler);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_ADVERTISE) public void stopAdvertising(android.bluetooth.le.AdvertiseCallback);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_ADVERTISE) public void stopAdvertisingSet(android.bluetooth.le.AdvertisingSetCallback);
-  }
-
-  public final class BluetoothLeScanner {
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_SCAN) public void flushPendingScanResults(android.bluetooth.le.ScanCallback);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_SCAN) public void startScan(android.bluetooth.le.ScanCallback);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_SCAN) public void startScan(java.util.List<android.bluetooth.le.ScanFilter>, android.bluetooth.le.ScanSettings, android.bluetooth.le.ScanCallback);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_SCAN) public int startScan(@Nullable java.util.List<android.bluetooth.le.ScanFilter>, @Nullable android.bluetooth.le.ScanSettings, @NonNull android.app.PendingIntent);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_SCAN) public void stopScan(android.bluetooth.le.ScanCallback);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_SCAN) public void stopScan(android.app.PendingIntent);
-    field public static final String EXTRA_CALLBACK_TYPE = "android.bluetooth.le.extra.CALLBACK_TYPE";
-    field public static final String EXTRA_ERROR_CODE = "android.bluetooth.le.extra.ERROR_CODE";
-    field public static final String EXTRA_LIST_SCAN_RESULT = "android.bluetooth.le.extra.LIST_SCAN_RESULT";
-  }
-
-  public final class PeriodicAdvertisingParameters implements android.os.Parcelable {
-    method public int describeContents();
-    method public boolean getIncludeTxPower();
-    method public int getInterval();
-    method public void writeToParcel(android.os.Parcel, int);
-    field public static final android.os.Parcelable.Creator<android.bluetooth.le.PeriodicAdvertisingParameters> CREATOR;
-  }
-
-  public static final class PeriodicAdvertisingParameters.Builder {
-    ctor public PeriodicAdvertisingParameters.Builder();
-    method public android.bluetooth.le.PeriodicAdvertisingParameters build();
-    method public android.bluetooth.le.PeriodicAdvertisingParameters.Builder setIncludeTxPower(boolean);
-    method public android.bluetooth.le.PeriodicAdvertisingParameters.Builder setInterval(int);
-  }
-
-  public abstract class ScanCallback {
-    ctor public ScanCallback();
-    method public void onBatchScanResults(java.util.List<android.bluetooth.le.ScanResult>);
-    method public void onScanFailed(int);
-    method public void onScanResult(int, android.bluetooth.le.ScanResult);
-    field public static final int SCAN_FAILED_ALREADY_STARTED = 1; // 0x1
-    field public static final int SCAN_FAILED_APPLICATION_REGISTRATION_FAILED = 2; // 0x2
-    field public static final int SCAN_FAILED_FEATURE_UNSUPPORTED = 4; // 0x4
-    field public static final int SCAN_FAILED_INTERNAL_ERROR = 3; // 0x3
-    field public static final int SCAN_FAILED_OUT_OF_HARDWARE_RESOURCES = 5; // 0x5
-    field public static final int SCAN_FAILED_SCANNING_TOO_FREQUENTLY = 6; // 0x6
-  }
-
-  public final class ScanFilter implements android.os.Parcelable {
-    method public int describeContents();
-    method @Nullable public byte[] getAdvertisingData();
-    method @Nullable public byte[] getAdvertisingDataMask();
-    method public int getAdvertisingDataType();
-    method @Nullable public String getDeviceAddress();
-    method @Nullable public String getDeviceName();
-    method @Nullable public byte[] getManufacturerData();
-    method @Nullable public byte[] getManufacturerDataMask();
-    method public int getManufacturerId();
-    method @Nullable public byte[] getServiceData();
-    method @Nullable public byte[] getServiceDataMask();
-    method @Nullable public android.os.ParcelUuid getServiceDataUuid();
-    method @Nullable public android.os.ParcelUuid getServiceSolicitationUuid();
-    method @Nullable public android.os.ParcelUuid getServiceSolicitationUuidMask();
-    method @Nullable public android.os.ParcelUuid getServiceUuid();
-    method @Nullable public android.os.ParcelUuid getServiceUuidMask();
-    method public boolean matches(android.bluetooth.le.ScanResult);
-    method public void writeToParcel(android.os.Parcel, int);
-    field @NonNull public static final android.os.Parcelable.Creator<android.bluetooth.le.ScanFilter> CREATOR;
-  }
-
-  public static final class ScanFilter.Builder {
-    ctor public ScanFilter.Builder();
-    method public android.bluetooth.le.ScanFilter build();
-    method @NonNull public android.bluetooth.le.ScanFilter.Builder setAdvertisingDataType(int);
-    method @NonNull public android.bluetooth.le.ScanFilter.Builder setAdvertisingDataTypeWithData(int, @NonNull byte[], @NonNull byte[]);
-    method public android.bluetooth.le.ScanFilter.Builder setDeviceAddress(String);
-    method public android.bluetooth.le.ScanFilter.Builder setDeviceName(String);
-    method public android.bluetooth.le.ScanFilter.Builder setManufacturerData(int, byte[]);
-    method public android.bluetooth.le.ScanFilter.Builder setManufacturerData(int, byte[], byte[]);
-    method public android.bluetooth.le.ScanFilter.Builder setServiceData(android.os.ParcelUuid, byte[]);
-    method public android.bluetooth.le.ScanFilter.Builder setServiceData(android.os.ParcelUuid, byte[], byte[]);
-    method @NonNull public android.bluetooth.le.ScanFilter.Builder setServiceSolicitationUuid(@Nullable android.os.ParcelUuid);
-    method @NonNull public android.bluetooth.le.ScanFilter.Builder setServiceSolicitationUuid(@Nullable android.os.ParcelUuid, @Nullable android.os.ParcelUuid);
-    method public android.bluetooth.le.ScanFilter.Builder setServiceUuid(android.os.ParcelUuid);
-    method public android.bluetooth.le.ScanFilter.Builder setServiceUuid(android.os.ParcelUuid, android.os.ParcelUuid);
-  }
-
-  public final class ScanRecord {
-    method public int getAdvertiseFlags();
-    method @NonNull public java.util.Map<java.lang.Integer,byte[]> getAdvertisingDataMap();
-    method public byte[] getBytes();
-    method @Nullable public String getDeviceName();
-    method public android.util.SparseArray<byte[]> getManufacturerSpecificData();
-    method @Nullable public byte[] getManufacturerSpecificData(int);
-    method public java.util.Map<android.os.ParcelUuid,byte[]> getServiceData();
-    method @Nullable public byte[] getServiceData(android.os.ParcelUuid);
-    method @NonNull public java.util.List<android.os.ParcelUuid> getServiceSolicitationUuids();
-    method public java.util.List<android.os.ParcelUuid> getServiceUuids();
-    method public int getTxPowerLevel();
-    field public static final int DATA_TYPE_3D_INFORMATION_DATA = 61; // 0x3d
-    field public static final int DATA_TYPE_ADVERTISING_INTERVAL = 26; // 0x1a
-    field public static final int DATA_TYPE_ADVERTISING_INTERVAL_LONG = 47; // 0x2f
-    field public static final int DATA_TYPE_APPEARANCE = 25; // 0x19
-    field public static final int DATA_TYPE_BIG_INFO = 44; // 0x2c
-    field public static final int DATA_TYPE_BROADCAST_CODE = 45; // 0x2d
-    field public static final int DATA_TYPE_CHANNEL_MAP_UPDATE_INDICATION = 40; // 0x28
-    field public static final int DATA_TYPE_CLASS_OF_DEVICE = 13; // 0xd
-    field public static final int DATA_TYPE_DEVICE_ID = 16; // 0x10
-    field public static final int DATA_TYPE_FLAGS = 1; // 0x1
-    field public static final int DATA_TYPE_INDOOR_POSITIONING = 37; // 0x25
-    field public static final int DATA_TYPE_LE_BLUETOOTH_DEVICE_ADDRESS = 27; // 0x1b
-    field public static final int DATA_TYPE_LE_ROLE = 28; // 0x1c
-    field public static final int DATA_TYPE_LE_SECURE_CONNECTIONS_CONFIRMATION_VALUE = 34; // 0x22
-    field public static final int DATA_TYPE_LE_SECURE_CONNECTIONS_RANDOM_VALUE = 35; // 0x23
-    field public static final int DATA_TYPE_LE_SUPPORTED_FEATURES = 39; // 0x27
-    field public static final int DATA_TYPE_LOCAL_NAME_COMPLETE = 9; // 0x9
-    field public static final int DATA_TYPE_LOCAL_NAME_SHORT = 8; // 0x8
-    field public static final int DATA_TYPE_MANUFACTURER_SPECIFIC_DATA = 255; // 0xff
-    field public static final int DATA_TYPE_MESH_BEACON = 43; // 0x2b
-    field public static final int DATA_TYPE_MESH_MESSAGE = 42; // 0x2a
-    field public static final int DATA_TYPE_NONE = -1; // 0xffffffff
-    field public static final int DATA_TYPE_PB_ADV = 41; // 0x29
-    field public static final int DATA_TYPE_PUBLIC_TARGET_ADDRESS = 23; // 0x17
-    field public static final int DATA_TYPE_RANDOM_TARGET_ADDRESS = 24; // 0x18
-    field public static final int DATA_TYPE_RESOLVABLE_SET_IDENTIFIER = 46; // 0x2e
-    field public static final int DATA_TYPE_SECURITY_MANAGER_OUT_OF_BAND_FLAGS = 17; // 0x11
-    field public static final int DATA_TYPE_SERVICE_DATA_128_BIT = 33; // 0x21
-    field public static final int DATA_TYPE_SERVICE_DATA_16_BIT = 22; // 0x16
-    field public static final int DATA_TYPE_SERVICE_DATA_32_BIT = 32; // 0x20
-    field public static final int DATA_TYPE_SERVICE_SOLICITATION_UUIDS_128_BIT = 21; // 0x15
-    field public static final int DATA_TYPE_SERVICE_SOLICITATION_UUIDS_16_BIT = 20; // 0x14
-    field public static final int DATA_TYPE_SERVICE_SOLICITATION_UUIDS_32_BIT = 31; // 0x1f
-    field public static final int DATA_TYPE_SERVICE_UUIDS_128_BIT_COMPLETE = 7; // 0x7
-    field public static final int DATA_TYPE_SERVICE_UUIDS_128_BIT_PARTIAL = 6; // 0x6
-    field public static final int DATA_TYPE_SERVICE_UUIDS_16_BIT_COMPLETE = 3; // 0x3
-    field public static final int DATA_TYPE_SERVICE_UUIDS_16_BIT_PARTIAL = 2; // 0x2
-    field public static final int DATA_TYPE_SERVICE_UUIDS_32_BIT_COMPLETE = 5; // 0x5
-    field public static final int DATA_TYPE_SERVICE_UUIDS_32_BIT_PARTIAL = 4; // 0x4
-    field public static final int DATA_TYPE_SIMPLE_PAIRING_HASH_C = 14; // 0xe
-    field public static final int DATA_TYPE_SIMPLE_PAIRING_HASH_C_256 = 29; // 0x1d
-    field public static final int DATA_TYPE_SIMPLE_PAIRING_RANDOMIZER_R = 15; // 0xf
-    field public static final int DATA_TYPE_SIMPLE_PAIRING_RANDOMIZER_R_256 = 30; // 0x1e
-    field public static final int DATA_TYPE_SLAVE_CONNECTION_INTERVAL_RANGE = 18; // 0x12
-    field public static final int DATA_TYPE_TRANSPORT_DISCOVERY_DATA = 38; // 0x26
-    field public static final int DATA_TYPE_TX_POWER_LEVEL = 10; // 0xa
-    field public static final int DATA_TYPE_URI = 36; // 0x24
-  }
-
-  public final class ScanResult implements android.os.Parcelable {
-    ctor @Deprecated public ScanResult(android.bluetooth.BluetoothDevice, android.bluetooth.le.ScanRecord, int, long);
-    ctor public ScanResult(android.bluetooth.BluetoothDevice, int, int, int, int, int, int, int, android.bluetooth.le.ScanRecord, long);
-    method public int describeContents();
-    method public int getAdvertisingSid();
-    method public int getDataStatus();
-    method public android.bluetooth.BluetoothDevice getDevice();
-    method public int getPeriodicAdvertisingInterval();
-    method public int getPrimaryPhy();
-    method public int getRssi();
-    method @Nullable public android.bluetooth.le.ScanRecord getScanRecord();
-    method public int getSecondaryPhy();
-    method public long getTimestampNanos();
-    method public int getTxPower();
-    method public boolean isConnectable();
-    method public boolean isLegacy();
-    method public void writeToParcel(android.os.Parcel, int);
-    field @NonNull public static final android.os.Parcelable.Creator<android.bluetooth.le.ScanResult> CREATOR;
-    field public static final int DATA_COMPLETE = 0; // 0x0
-    field public static final int DATA_TRUNCATED = 2; // 0x2
-    field public static final int PERIODIC_INTERVAL_NOT_PRESENT = 0; // 0x0
-    field public static final int PHY_UNUSED = 0; // 0x0
-    field public static final int SID_NOT_PRESENT = 255; // 0xff
-    field public static final int TX_POWER_NOT_PRESENT = 127; // 0x7f
-  }
-
-  public final class ScanSettings implements android.os.Parcelable {
-    method public int describeContents();
-    method public int getCallbackType();
-    method public boolean getLegacy();
-    method public int getPhy();
-    method public long getReportDelayMillis();
-    method public int getScanMode();
-    method public int getScanResultType();
-    method public void writeToParcel(android.os.Parcel, int);
-    field public static final int CALLBACK_TYPE_ALL_MATCHES = 1; // 0x1
-    field public static final int CALLBACK_TYPE_FIRST_MATCH = 2; // 0x2
-    field public static final int CALLBACK_TYPE_MATCH_LOST = 4; // 0x4
-    field @NonNull public static final android.os.Parcelable.Creator<android.bluetooth.le.ScanSettings> CREATOR;
-    field public static final int MATCH_MODE_AGGRESSIVE = 1; // 0x1
-    field public static final int MATCH_MODE_STICKY = 2; // 0x2
-    field public static final int MATCH_NUM_FEW_ADVERTISEMENT = 2; // 0x2
-    field public static final int MATCH_NUM_MAX_ADVERTISEMENT = 3; // 0x3
-    field public static final int MATCH_NUM_ONE_ADVERTISEMENT = 1; // 0x1
-    field public static final int PHY_LE_ALL_SUPPORTED = 255; // 0xff
-    field public static final int SCAN_MODE_BALANCED = 1; // 0x1
-    field public static final int SCAN_MODE_LOW_LATENCY = 2; // 0x2
-    field public static final int SCAN_MODE_LOW_POWER = 0; // 0x0
-    field public static final int SCAN_MODE_OPPORTUNISTIC = -1; // 0xffffffff
-  }
-
-  public static final class ScanSettings.Builder {
-    ctor public ScanSettings.Builder();
-    method public android.bluetooth.le.ScanSettings build();
-    method public android.bluetooth.le.ScanSettings.Builder setCallbackType(int);
-    method public android.bluetooth.le.ScanSettings.Builder setLegacy(boolean);
-    method public android.bluetooth.le.ScanSettings.Builder setMatchMode(int);
-    method public android.bluetooth.le.ScanSettings.Builder setNumOfMatches(int);
-    method public android.bluetooth.le.ScanSettings.Builder setPhy(int);
-    method public android.bluetooth.le.ScanSettings.Builder setReportDelay(long);
-    method public android.bluetooth.le.ScanSettings.Builder setScanMode(int);
-  }
-
-  public final class TransportBlock implements android.os.Parcelable {
-    ctor public TransportBlock(int, int, int, @Nullable byte[]);
-    method public int describeContents();
-    method public int getOrgId();
-    method public int getTdsFlags();
-    method @Nullable public byte[] getTransportData();
-    method public int getTransportDataLength();
-    method @Nullable public byte[] toByteArray();
-    method public int totalBytes();
-    method public void writeToParcel(@NonNull android.os.Parcel, int);
-    field @NonNull public static final android.os.Parcelable.Creator<android.bluetooth.le.TransportBlock> CREATOR;
-  }
-
-  public final class TransportDiscoveryData implements android.os.Parcelable {
-    ctor public TransportDiscoveryData(int, @NonNull java.util.List<android.bluetooth.le.TransportBlock>);
-    ctor public TransportDiscoveryData(@NonNull byte[]);
-    method public int describeContents();
-    method @NonNull public java.util.List<android.bluetooth.le.TransportBlock> getTransportBlocks();
-    method public int getTransportDataType();
-    method @Nullable public byte[] toByteArray();
-    method public int totalBytes();
-    method public void writeToParcel(@NonNull android.os.Parcel, int);
-    field @NonNull public static final android.os.Parcelable.Creator<android.bluetooth.le.TransportDiscoveryData> CREATOR;
-  }
-
-}
-
diff --git a/current/sdk_library/public/framework-bluetooth_annotations.zip b/current/sdk_library/public/framework-bluetooth_annotations.zip
deleted file mode 100644
index 3b24e7f..0000000
--- a/current/sdk_library/public/framework-bluetooth_annotations.zip
+++ /dev/null
Binary files differ
diff --git a/current/sdk_library/system/framework-bluetooth-removed.txt b/current/sdk_library/system/framework-bluetooth-removed.txt
deleted file mode 100644
index d802177..0000000
--- a/current/sdk_library/system/framework-bluetooth-removed.txt
+++ /dev/null
@@ -1 +0,0 @@
-// Signature format: 2.0
diff --git a/current/sdk_library/system/framework-bluetooth-stubs.jar b/current/sdk_library/system/framework-bluetooth-stubs.jar
deleted file mode 100644
index 1165d67..0000000
--- a/current/sdk_library/system/framework-bluetooth-stubs.jar
+++ /dev/null
Binary files differ
diff --git a/current/sdk_library/system/framework-bluetooth.srcjar b/current/sdk_library/system/framework-bluetooth.srcjar
deleted file mode 100644
index 90d758f..0000000
--- a/current/sdk_library/system/framework-bluetooth.srcjar
+++ /dev/null
Binary files differ
diff --git a/current/sdk_library/system/framework-bluetooth.txt b/current/sdk_library/system/framework-bluetooth.txt
deleted file mode 100644
index 21b9162..0000000
--- a/current/sdk_library/system/framework-bluetooth.txt
+++ /dev/null
@@ -1,896 +0,0 @@
-// Signature format: 2.0
-package android.bluetooth {
-
-  public final class BluetoothA2dp implements android.bluetooth.BluetoothProfile {
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public void disableOptionalCodecs(@NonNull android.bluetooth.BluetoothDevice);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public void enableOptionalCodecs(@NonNull android.bluetooth.BluetoothDevice);
-    method @Nullable @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public android.bluetooth.BufferConstraints getBufferConstraints();
-    method @Nullable @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public android.bluetooth.BluetoothCodecStatus getCodecStatus(@NonNull android.bluetooth.BluetoothDevice);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public int getConnectionPolicy(@NonNull android.bluetooth.BluetoothDevice);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public int getDynamicBufferSupport();
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public int isOptionalCodecsEnabled(@NonNull android.bluetooth.BluetoothDevice);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public int isOptionalCodecsSupported(@NonNull android.bluetooth.BluetoothDevice);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public void setAvrcpAbsoluteVolume(int);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public boolean setBufferLengthMillis(int, int);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public void setCodecConfigPreference(@NonNull android.bluetooth.BluetoothDevice, @NonNull android.bluetooth.BluetoothCodecConfig);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public boolean setConnectionPolicy(@NonNull android.bluetooth.BluetoothDevice, int);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public void setOptionalCodecsEnabled(@NonNull android.bluetooth.BluetoothDevice, int);
-    field @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public static final String ACTION_ACTIVE_DEVICE_CHANGED = "android.bluetooth.a2dp.profile.action.ACTIVE_DEVICE_CHANGED";
-    field @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public static final String ACTION_CODEC_CONFIG_CHANGED = "android.bluetooth.a2dp.profile.action.CODEC_CONFIG_CHANGED";
-    field public static final int DYNAMIC_BUFFER_SUPPORT_A2DP_OFFLOAD = 1; // 0x1
-    field public static final int DYNAMIC_BUFFER_SUPPORT_A2DP_SOFTWARE_ENCODING = 2; // 0x2
-    field public static final int DYNAMIC_BUFFER_SUPPORT_NONE = 0; // 0x0
-    field public static final int OPTIONAL_CODECS_NOT_SUPPORTED = 0; // 0x0
-    field public static final int OPTIONAL_CODECS_PREF_DISABLED = 0; // 0x0
-    field public static final int OPTIONAL_CODECS_PREF_ENABLED = 1; // 0x1
-    field public static final int OPTIONAL_CODECS_PREF_UNKNOWN = -1; // 0xffffffff
-    field public static final int OPTIONAL_CODECS_SUPPORTED = 1; // 0x1
-    field public static final int OPTIONAL_CODECS_SUPPORT_UNKNOWN = -1; // 0xffffffff
-  }
-
-  public final class BluetoothA2dpSink implements android.bluetooth.BluetoothProfile {
-    method public void finalize();
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public int getConnectionPolicy(@NonNull android.bluetooth.BluetoothDevice);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public boolean isAudioPlaying(@NonNull android.bluetooth.BluetoothDevice);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public boolean setConnectionPolicy(@NonNull android.bluetooth.BluetoothDevice, int);
-    field @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public static final String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.a2dp-sink.profile.action.CONNECTION_STATE_CHANGED";
-  }
-
-  public final class BluetoothActivityEnergyInfo implements android.os.Parcelable {
-    method public int getBluetoothStackState();
-    method public long getControllerEnergyUsed();
-    method public long getControllerIdleTimeMillis();
-    method public long getControllerRxTimeMillis();
-    method public long getControllerTxTimeMillis();
-    method public long getTimestampMillis();
-    method @NonNull public java.util.List<android.bluetooth.UidTraffic> getUidTraffic();
-    method public boolean isValid();
-    field public static final int BT_STACK_STATE_INVALID = 0; // 0x0
-    field public static final int BT_STACK_STATE_STATE_ACTIVE = 1; // 0x1
-    field public static final int BT_STACK_STATE_STATE_IDLE = 3; // 0x3
-    field public static final int BT_STACK_STATE_STATE_SCANNING = 2; // 0x2
-    field @NonNull public static final android.os.Parcelable.Creator<android.bluetooth.BluetoothActivityEnergyInfo> CREATOR;
-  }
-
-  public final class BluetoothAdapter {
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public boolean addOnMetadataChangedListener(@NonNull android.bluetooth.BluetoothDevice, @NonNull java.util.concurrent.Executor, @NonNull android.bluetooth.BluetoothAdapter.OnMetadataChangedListener);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public boolean clearBluetooth();
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public boolean disable(boolean);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean disableBLE();
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean enableBLE();
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean enableNoAutoConnect();
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public void generateLocalOobData(int, @NonNull java.util.concurrent.Executor, @NonNull android.bluetooth.BluetoothAdapter.OobDataCallback);
-    method @NonNull @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public java.util.List<android.bluetooth.BluetoothDevice> getActiveDevices(int);
-    method public int getConnectionState();
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public long getDiscoveryEndMillis();
-    method @NonNull @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public java.util.List<android.bluetooth.BluetoothDevice> getMostRecentlyConnectedDevices();
-    method @NonNull @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public java.util.List<java.lang.Integer> getSupportedProfiles();
-    method @NonNull @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public java.util.List<android.os.ParcelUuid> getUuidsList();
-    method public boolean isBleScanAlwaysAvailable();
-    method public boolean isLeEnabled();
-    method @NonNull public static String nameForState(int);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public boolean registerBluetoothConnectionCallback(@NonNull java.util.concurrent.Executor, @NonNull android.bluetooth.BluetoothAdapter.BluetoothConnectionCallback);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED, android.Manifest.permission.MODIFY_PHONE_STATE}) public boolean removeActiveDevice(int);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public boolean removeOnMetadataChangedListener(@NonNull android.bluetooth.BluetoothDevice, @NonNull android.bluetooth.BluetoothAdapter.OnMetadataChangedListener);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public void requestControllerActivityEnergyInfo(@NonNull java.util.concurrent.Executor, @NonNull android.bluetooth.BluetoothAdapter.OnBluetoothActivityEnergyInfoCallback);
-    method @NonNull @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public android.bluetooth.BluetoothSocket retrieveConnectedRfcommSocket(@NonNull java.util.UUID);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED, android.Manifest.permission.MODIFY_PHONE_STATE}) public boolean setActiveDevice(@NonNull android.bluetooth.BluetoothDevice, int);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_SCAN, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public int setDiscoverableTimeout(@NonNull java.time.Duration);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_SCAN, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public int setScanMode(int);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public int startRfcommServer(@NonNull String, @NonNull java.util.UUID, @NonNull android.app.PendingIntent);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public int stopRfcommServer(@NonNull java.util.UUID);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public boolean unregisterBluetoothConnectionCallback(@NonNull android.bluetooth.BluetoothAdapter.BluetoothConnectionCallback);
-    field public static final String ACTION_BLE_STATE_CHANGED = "android.bluetooth.adapter.action.BLE_STATE_CHANGED";
-    field public static final String ACTION_REQUEST_BLE_SCAN_ALWAYS_AVAILABLE = "android.bluetooth.adapter.action.REQUEST_BLE_SCAN_ALWAYS_AVAILABLE";
-    field @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public static final String ACTION_REQUEST_DISABLE = "android.bluetooth.adapter.action.REQUEST_DISABLE";
-    field public static final int ACTIVE_DEVICE_ALL = 2; // 0x2
-    field public static final int ACTIVE_DEVICE_AUDIO = 0; // 0x0
-    field public static final int ACTIVE_DEVICE_PHONE_CALL = 1; // 0x1
-    field public static final String EXTRA_RFCOMM_LISTENER_ID = "android.bluetooth.adapter.extra.RFCOMM_LISTENER_ID";
-    field public static final int STATE_BLE_ON = 15; // 0xf
-  }
-
-  public abstract static class BluetoothAdapter.BluetoothConnectionCallback {
-    ctor public BluetoothAdapter.BluetoothConnectionCallback();
-    method @NonNull public static String disconnectReasonToString(int);
-    method public void onDeviceConnected(@NonNull android.bluetooth.BluetoothDevice);
-    method public void onDeviceDisconnected(@NonNull android.bluetooth.BluetoothDevice, int);
-  }
-
-  public static interface BluetoothAdapter.OnBluetoothActivityEnergyInfoCallback {
-    method public void onBluetoothActivityEnergyInfoAvailable(@NonNull android.bluetooth.BluetoothActivityEnergyInfo);
-    method public void onBluetoothActivityEnergyInfoError(int);
-  }
-
-  public static interface BluetoothAdapter.OnMetadataChangedListener {
-    method public void onMetadataChanged(@NonNull android.bluetooth.BluetoothDevice, int, @Nullable byte[]);
-  }
-
-  public static interface BluetoothAdapter.OobDataCallback {
-    method public void onError(int);
-    method public void onOobData(int, @NonNull android.bluetooth.OobData);
-  }
-
-  public final class BluetoothClass implements android.os.Parcelable {
-    field public static final int PROFILE_A2DP_SINK = 6; // 0x6
-    field public static final int PROFILE_NAP = 5; // 0x5
-    field public static final int PROFILE_OPP = 2; // 0x2
-    field public static final int PROFILE_PANU = 4; // 0x4
-  }
-
-  public final class BluetoothCsipSetCoordinator implements java.lang.AutoCloseable android.bluetooth.BluetoothProfile {
-    method @NonNull @RequiresPermission(android.Manifest.permission.BLUETOOTH_PRIVILEGED) public java.util.List<java.lang.Integer> getAllGroupIds(@Nullable android.os.ParcelUuid);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_PRIVILEGED) public int getConnectionPolicy(@Nullable android.bluetooth.BluetoothDevice);
-    method @NonNull @RequiresPermission(android.Manifest.permission.BLUETOOTH_PRIVILEGED) public java.util.Map<java.lang.Integer,android.os.ParcelUuid> getGroupUuidMapByDevice(@Nullable android.bluetooth.BluetoothDevice);
-    method @Nullable @RequiresPermission(android.Manifest.permission.BLUETOOTH_PRIVILEGED) public java.util.UUID lockGroup(int, @NonNull java.util.concurrent.Executor, @NonNull android.bluetooth.BluetoothCsipSetCoordinator.ClientLockCallback);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_PRIVILEGED) public boolean setConnectionPolicy(@Nullable android.bluetooth.BluetoothDevice, int);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_PRIVILEGED) public boolean unlockGroup(@NonNull java.util.UUID);
-    field @RequiresPermission(android.Manifest.permission.BLUETOOTH_PRIVILEGED) public static final String ACTION_CSIS_DEVICE_AVAILABLE = "android.bluetooth.action.CSIS_DEVICE_AVAILABLE";
-    field @RequiresPermission(android.Manifest.permission.BLUETOOTH_PRIVILEGED) public static final String ACTION_CSIS_SET_MEMBER_AVAILABLE = "android.bluetooth.action.CSIS_SET_MEMBER_AVAILABLE";
-    field public static final String EXTRA_CSIS_GROUP_ID = "android.bluetooth.extra.CSIS_GROUP_ID";
-    field public static final int GROUP_ID_INVALID = -1; // 0xffffffff
-  }
-
-  public static interface BluetoothCsipSetCoordinator.ClientLockCallback {
-    method public void onGroupLockSet(int, int, boolean);
-  }
-
-  public final class BluetoothDevice implements android.os.Parcelable {
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public boolean canBondWithoutDialog();
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean cancelBondProcess();
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED, android.Manifest.permission.MODIFY_PHONE_STATE}) public int connect();
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean createBond(int);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean createBondOutOfBand(int, @Nullable android.bluetooth.OobData, @Nullable android.bluetooth.OobData);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public int disconnect();
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public boolean fetchUuidsWithSdp(int);
-    method @NonNull @RequiresPermission(android.Manifest.permission.BLUETOOTH_PRIVILEGED) public String getAnonymizedAddress();
-    method @IntRange(from=0xffffff9c, to=100) @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public int getBatteryLevel();
-    method @Nullable @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public String getIdentityAddress();
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public int getMessageAccessPermission();
-    method @Nullable @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public byte[] getMetadata(int);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public int getPhonebookAccessPermission();
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public int getSimAccessPermission();
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean isBondingInitiatedLocally();
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean isConnected();
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean isEncrypted();
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public boolean isInSilenceMode();
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_PRIVILEGED) public void prepareToEnterProcess(@NonNull android.content.AttributionSource);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean removeBond();
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public boolean setLowLatencyAudioAllowed(boolean);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public boolean setMessageAccessPermission(int);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public boolean setMetadata(int, @NonNull byte[]);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public boolean setPhonebookAccessPermission(int);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean setPin(@NonNull String);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public boolean setSilenceMode(boolean);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public boolean setSimAccessPermission(int);
-    field public static final int ACCESS_ALLOWED = 1; // 0x1
-    field public static final int ACCESS_REJECTED = 2; // 0x2
-    field public static final int ACCESS_UNKNOWN = 0; // 0x0
-    field @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public static final String ACTION_BATTERY_LEVEL_CHANGED = "android.bluetooth.device.action.BATTERY_LEVEL_CHANGED";
-    field @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public static final String ACTION_CONNECTION_ACCESS_CANCEL = "android.bluetooth.device.action.CONNECTION_ACCESS_CANCEL";
-    field @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public static final String ACTION_CONNECTION_ACCESS_REPLY = "android.bluetooth.device.action.CONNECTION_ACCESS_REPLY";
-    field @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public static final String ACTION_CONNECTION_ACCESS_REQUEST = "android.bluetooth.device.action.CONNECTION_ACCESS_REQUEST";
-    field @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public static final String ACTION_PAIRING_CANCEL = "android.bluetooth.device.action.PAIRING_CANCEL";
-    field @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public static final String ACTION_SILENCE_MODE_CHANGED = "android.bluetooth.device.action.SILENCE_MODE_CHANGED";
-    field @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public static final String ACTION_SWITCH_BUFFER_SIZE = "android.bluetooth.device.action.SWITCH_BUFFER_SIZE";
-    field public static final int BATTERY_LEVEL_BLUETOOTH_OFF = -100; // 0xffffff9c
-    field public static final int BATTERY_LEVEL_UNKNOWN = -1; // 0xffffffff
-    field public static final int CONNECTION_ACCESS_NO = 2; // 0x2
-    field public static final int CONNECTION_ACCESS_YES = 1; // 0x1
-    field public static final String DEVICE_TYPE_DEFAULT = "Default";
-    field public static final String DEVICE_TYPE_UNTETHERED_HEADSET = "Untethered Headset";
-    field public static final String DEVICE_TYPE_WATCH = "Watch";
-    field public static final String EXTRA_ACCESS_REQUEST_TYPE = "android.bluetooth.device.extra.ACCESS_REQUEST_TYPE";
-    field public static final String EXTRA_ALWAYS_ALLOWED = "android.bluetooth.device.extra.ALWAYS_ALLOWED";
-    field public static final String EXTRA_BATTERY_LEVEL = "android.bluetooth.device.extra.BATTERY_LEVEL";
-    field public static final String EXTRA_CONNECTION_ACCESS_RESULT = "android.bluetooth.device.extra.CONNECTION_ACCESS_RESULT";
-    field public static final String EXTRA_LOW_LATENCY_BUFFER_SIZE = "android.bluetooth.device.extra.LOW_LATENCY_BUFFER_SIZE";
-    field public static final String EXTRA_PAIRING_INITIATOR = "android.bluetooth.device.extra.PAIRING_INITIATOR";
-    field public static final int EXTRA_PAIRING_INITIATOR_BACKGROUND = 2; // 0x2
-    field public static final int EXTRA_PAIRING_INITIATOR_FOREGROUND = 1; // 0x1
-    field public static final String EXTRA_UNBOND_REASON = "android.bluetooth.device.extra.REASON";
-    field public static final int METADATA_COMPANION_APP = 4; // 0x4
-    field public static final int METADATA_DEVICE_TYPE = 17; // 0x11
-    field public static final int METADATA_ENHANCED_SETTINGS_UI_URI = 16; // 0x10
-    field public static final int METADATA_HARDWARE_VERSION = 3; // 0x3
-    field public static final int METADATA_IS_UNTETHERED_HEADSET = 6; // 0x6
-    field public static final int METADATA_MAIN_BATTERY = 18; // 0x12
-    field public static final int METADATA_MAIN_CHARGING = 19; // 0x13
-    field public static final int METADATA_MAIN_ICON = 5; // 0x5
-    field public static final int METADATA_MAIN_LOW_BATTERY_THRESHOLD = 20; // 0x14
-    field public static final int METADATA_MANUFACTURER_NAME = 0; // 0x0
-    field public static final int METADATA_MAX_LENGTH = 2048; // 0x800
-    field public static final int METADATA_MODEL_NAME = 1; // 0x1
-    field public static final int METADATA_SOFTWARE_VERSION = 2; // 0x2
-    field public static final int METADATA_UNTETHERED_CASE_BATTERY = 12; // 0xc
-    field public static final int METADATA_UNTETHERED_CASE_CHARGING = 15; // 0xf
-    field public static final int METADATA_UNTETHERED_CASE_ICON = 9; // 0x9
-    field public static final int METADATA_UNTETHERED_CASE_LOW_BATTERY_THRESHOLD = 23; // 0x17
-    field public static final int METADATA_UNTETHERED_LEFT_BATTERY = 10; // 0xa
-    field public static final int METADATA_UNTETHERED_LEFT_CHARGING = 13; // 0xd
-    field public static final int METADATA_UNTETHERED_LEFT_ICON = 7; // 0x7
-    field public static final int METADATA_UNTETHERED_LEFT_LOW_BATTERY_THRESHOLD = 21; // 0x15
-    field public static final int METADATA_UNTETHERED_RIGHT_BATTERY = 11; // 0xb
-    field public static final int METADATA_UNTETHERED_RIGHT_CHARGING = 14; // 0xe
-    field public static final int METADATA_UNTETHERED_RIGHT_ICON = 8; // 0x8
-    field public static final int METADATA_UNTETHERED_RIGHT_LOW_BATTERY_THRESHOLD = 22; // 0x16
-    field public static final int PAIRING_VARIANT_CONSENT = 3; // 0x3
-    field public static final int PAIRING_VARIANT_DISPLAY_PASSKEY = 4; // 0x4
-    field public static final int PAIRING_VARIANT_DISPLAY_PIN = 5; // 0x5
-    field public static final int PAIRING_VARIANT_OOB_CONSENT = 6; // 0x6
-    field public static final int PAIRING_VARIANT_PASSKEY = 1; // 0x1
-    field public static final int PAIRING_VARIANT_PIN_16_DIGITS = 7; // 0x7
-    field public static final int REQUEST_TYPE_MESSAGE_ACCESS = 3; // 0x3
-    field public static final int REQUEST_TYPE_PHONEBOOK_ACCESS = 2; // 0x2
-    field public static final int REQUEST_TYPE_PROFILE_CONNECTION = 1; // 0x1
-    field public static final int REQUEST_TYPE_SIM_ACCESS = 4; // 0x4
-    field public static final int UNBOND_REASON_AUTH_CANCELED = 3; // 0x3
-    field public static final int UNBOND_REASON_AUTH_FAILED = 1; // 0x1
-    field public static final int UNBOND_REASON_AUTH_REJECTED = 2; // 0x2
-    field public static final int UNBOND_REASON_AUTH_TIMEOUT = 6; // 0x6
-    field public static final int UNBOND_REASON_DISCOVERY_IN_PROGRESS = 5; // 0x5
-    field public static final int UNBOND_REASON_REMOTE_AUTH_CANCELED = 8; // 0x8
-    field public static final int UNBOND_REASON_REMOTE_DEVICE_DOWN = 4; // 0x4
-    field public static final int UNBOND_REASON_REMOVED = 9; // 0x9
-    field public static final int UNBOND_REASON_REPEATED_ATTEMPTS = 7; // 0x7
-  }
-
-  public interface BluetoothDevicePicker {
-    field @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public static final String ACTION_DEVICE_SELECTED = "android.bluetooth.devicepicker.action.DEVICE_SELECTED";
-    field @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public static final String ACTION_LAUNCH = "android.bluetooth.devicepicker.action.LAUNCH";
-    field public static final String EXTRA_FILTER_TYPE = "android.bluetooth.devicepicker.extra.FILTER_TYPE";
-    field public static final String EXTRA_LAUNCH_CLASS = "android.bluetooth.devicepicker.extra.DEVICE_PICKER_LAUNCH_CLASS";
-    field public static final String EXTRA_LAUNCH_PACKAGE = "android.bluetooth.devicepicker.extra.LAUNCH_PACKAGE";
-    field public static final String EXTRA_NEED_AUTH = "android.bluetooth.devicepicker.extra.NEED_AUTH";
-    field public static final int FILTER_TYPE_ALL = 0; // 0x0
-    field public static final int FILTER_TYPE_AUDIO = 1; // 0x1
-    field public static final int FILTER_TYPE_NAP = 4; // 0x4
-    field public static final int FILTER_TYPE_PANU = 3; // 0x3
-    field public static final int FILTER_TYPE_TRANSFER = 2; // 0x2
-  }
-
-  public final class BluetoothHapClient implements java.lang.AutoCloseable android.bluetooth.BluetoothProfile {
-    method @Nullable @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public android.bluetooth.BluetoothHapPresetInfo getActivePresetInfo(@NonNull android.bluetooth.BluetoothDevice);
-    method @NonNull @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public java.util.List<android.bluetooth.BluetoothHapPresetInfo> getAllPresetInfo(@NonNull android.bluetooth.BluetoothDevice);
-    method @NonNull @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public java.util.List<android.bluetooth.BluetoothDevice> getConnectedDevices();
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public int getConnectionPolicy(@Nullable android.bluetooth.BluetoothDevice);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public int getConnectionState(@NonNull android.bluetooth.BluetoothDevice);
-    method @NonNull @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public java.util.List<android.bluetooth.BluetoothDevice> getDevicesMatchingConnectionStates(@NonNull int[]);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public void registerCallback(@NonNull java.util.concurrent.Executor, @NonNull android.bluetooth.BluetoothHapClient.Callback);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public void selectPreset(@NonNull android.bluetooth.BluetoothDevice, int);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public void selectPresetForGroup(int, int);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public boolean setConnectionPolicy(@NonNull android.bluetooth.BluetoothDevice, int);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public void setPresetName(@NonNull android.bluetooth.BluetoothDevice, int, @NonNull String);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public void setPresetNameForGroup(int, int, @NonNull String);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public void unregisterCallback(@NonNull android.bluetooth.BluetoothHapClient.Callback);
-    field @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public static final String ACTION_HAP_CONNECTION_STATE_CHANGED = "android.bluetooth.action.HAP_CONNECTION_STATE_CHANGED";
-  }
-
-  public static interface BluetoothHapClient.Callback {
-    method public void onPresetInfoChanged(@NonNull android.bluetooth.BluetoothDevice, @NonNull java.util.List<android.bluetooth.BluetoothHapPresetInfo>, int);
-    method public void onPresetSelected(@NonNull android.bluetooth.BluetoothDevice, int, int);
-    method public void onPresetSelectionFailed(@NonNull android.bluetooth.BluetoothDevice, int);
-    method public void onPresetSelectionForGroupFailed(int, int);
-    method public void onSetPresetNameFailed(@NonNull android.bluetooth.BluetoothDevice, int);
-    method public void onSetPresetNameForGroupFailed(int, int);
-  }
-
-  public final class BluetoothHapPresetInfo implements android.os.Parcelable {
-    method public int getIndex();
-    method @NonNull public String getName();
-    method public boolean isAvailable();
-    method public boolean isWritable();
-    method public void writeToParcel(@NonNull android.os.Parcel, int);
-    field @NonNull public static final android.os.Parcelable.Creator<android.bluetooth.BluetoothHapPresetInfo> CREATOR;
-  }
-
-  public final class BluetoothHeadset implements android.bluetooth.BluetoothProfile {
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.MODIFY_PHONE_STATE}) public boolean connect(android.bluetooth.BluetoothDevice);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public int connectAudio();
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean disconnect(android.bluetooth.BluetoothDevice);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public int disconnectAudio();
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public int getAudioRouteAllowed();
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public int getAudioState(@NonNull android.bluetooth.BluetoothDevice);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public int getConnectionPolicy(@NonNull android.bluetooth.BluetoothDevice);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public boolean isInbandRingingEnabled();
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public int setAudioRouteAllowed(boolean);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED, android.Manifest.permission.MODIFY_PHONE_STATE}) public boolean setConnectionPolicy(@NonNull android.bluetooth.BluetoothDevice, int);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.MODIFY_PHONE_STATE, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public boolean startScoUsingVirtualVoiceCall();
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.MODIFY_PHONE_STATE, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public boolean stopScoUsingVirtualVoiceCall();
-    field @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public static final String ACTION_ACTIVE_DEVICE_CHANGED = "android.bluetooth.headset.profile.action.ACTIVE_DEVICE_CHANGED";
-  }
-
-  public final class BluetoothHeadsetClient implements java.lang.AutoCloseable android.bluetooth.BluetoothProfile {
-    method @NonNull @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public java.util.List<android.bluetooth.BluetoothDevice> getConnectedDevices();
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public int getConnectionPolicy(@NonNull android.bluetooth.BluetoothDevice);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public int getConnectionState(@NonNull android.bluetooth.BluetoothDevice);
-    method @NonNull @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public java.util.List<android.bluetooth.BluetoothDevice> getDevicesMatchingConnectionStates(@NonNull int[]);
-    method @Nullable @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public android.bluetooth.BluetoothHeadsetClient.NetworkServiceState getNetworkServiceState(@NonNull android.bluetooth.BluetoothDevice);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public boolean setConnectionPolicy(@NonNull android.bluetooth.BluetoothDevice, int);
-    field @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public static final String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.headsetclient.profile.action.CONNECTION_STATE_CHANGED";
-    field @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public static final String ACTION_NETWORK_SERVICE_STATE_CHANGED = "android.bluetooth.headsetclient.profile.action.NETWORK_SERVICE_STATE_CHANGED";
-    field public static final String EXTRA_NETWORK_SERVICE_STATE = "android.bluetooth.headsetclient.extra.EXTRA_NETWORK_SERVICE_STATE";
-  }
-
-  public static final class BluetoothHeadsetClient.NetworkServiceState implements android.os.Parcelable {
-    method @NonNull public android.bluetooth.BluetoothDevice getDevice();
-    method @Nullable public String getNetworkOperatorName();
-    method @IntRange(from=0, to=5) public int getSignalStrength();
-    method public boolean isRoaming();
-    method public boolean isServiceAvailable();
-    field @NonNull public static final android.os.Parcelable.Creator<android.bluetooth.BluetoothHeadsetClient.NetworkServiceState> CREATOR;
-  }
-
-  public final class BluetoothHearingAid implements android.bluetooth.BluetoothProfile {
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public int getConnectionPolicy(@NonNull android.bluetooth.BluetoothDevice);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public long getHiSyncId(@NonNull android.bluetooth.BluetoothDevice);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public boolean setConnectionPolicy(@NonNull android.bluetooth.BluetoothDevice, int);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public void setVolume(int);
-    field @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public static final String ACTION_ACTIVE_DEVICE_CHANGED = "android.bluetooth.hearingaid.profile.action.ACTIVE_DEVICE_CHANGED";
-    field public static final long HI_SYNC_ID_INVALID = 0L; // 0x0L
-  }
-
-  public final class BluetoothHidDevice implements android.bluetooth.BluetoothProfile {
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public boolean setConnectionPolicy(@NonNull android.bluetooth.BluetoothDevice, int);
-  }
-
-  public final class BluetoothHidHost implements android.bluetooth.BluetoothProfile {
-    method @NonNull @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public java.util.List<android.bluetooth.BluetoothDevice> getConnectedDevices();
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public int getConnectionPolicy(@NonNull android.bluetooth.BluetoothDevice);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public int getConnectionState(@NonNull android.bluetooth.BluetoothDevice);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public boolean setConnectionPolicy(@NonNull android.bluetooth.BluetoothDevice, int);
-    field @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public static final String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.input.profile.action.CONNECTION_STATE_CHANGED";
-  }
-
-  public final class BluetoothLeAudio implements java.lang.AutoCloseable android.bluetooth.BluetoothProfile {
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public int getAudioLocation(@NonNull android.bluetooth.BluetoothDevice);
-    method @Nullable @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public android.bluetooth.BluetoothLeAudioCodecStatus getCodecStatus(int);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public int getConnectionPolicy(@Nullable android.bluetooth.BluetoothDevice);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public void registerCallback(@NonNull java.util.concurrent.Executor, @NonNull android.bluetooth.BluetoothLeAudio.Callback);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public void setCodecConfigPreference(int, @NonNull android.bluetooth.BluetoothLeAudioCodecConfig, @NonNull android.bluetooth.BluetoothLeAudioCodecConfig);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public boolean setConnectionPolicy(@NonNull android.bluetooth.BluetoothDevice, int);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public void setVolume(@IntRange(from=0, to=255) int);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public void unregisterCallback(@NonNull android.bluetooth.BluetoothLeAudio.Callback);
-    field @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public static final String ACTION_LE_AUDIO_ACTIVE_DEVICE_CHANGED = "android.bluetooth.action.LE_AUDIO_ACTIVE_DEVICE_CHANGED";
-    field public static final int AUDIO_LOCATION_BACK_CENTER = 256; // 0x100
-    field public static final int AUDIO_LOCATION_BACK_LEFT = 16; // 0x10
-    field public static final int AUDIO_LOCATION_BACK_RIGHT = 32; // 0x20
-    field public static final int AUDIO_LOCATION_BOTTOM_FRONT_CENTER = 2097152; // 0x200000
-    field public static final int AUDIO_LOCATION_BOTTOM_FRONT_LEFT = 4194304; // 0x400000
-    field public static final int AUDIO_LOCATION_BOTTOM_FRONT_RIGHT = 8388608; // 0x800000
-    field public static final int AUDIO_LOCATION_FRONT_CENTER = 4; // 0x4
-    field public static final int AUDIO_LOCATION_FRONT_LEFT = 1; // 0x1
-    field public static final int AUDIO_LOCATION_FRONT_LEFT_OF_CENTER = 64; // 0x40
-    field public static final int AUDIO_LOCATION_FRONT_LEFT_WIDE = 16777216; // 0x1000000
-    field public static final int AUDIO_LOCATION_FRONT_RIGHT = 2; // 0x2
-    field public static final int AUDIO_LOCATION_FRONT_RIGHT_OF_CENTER = 128; // 0x80
-    field public static final int AUDIO_LOCATION_FRONT_RIGHT_WIDE = 33554432; // 0x2000000
-    field public static final int AUDIO_LOCATION_INVALID = 0; // 0x0
-    field public static final int AUDIO_LOCATION_LEFT_SURROUND = 67108864; // 0x4000000
-    field public static final int AUDIO_LOCATION_LOW_FREQ_EFFECTS_ONE = 8; // 0x8
-    field public static final int AUDIO_LOCATION_LOW_FREQ_EFFECTS_TWO = 512; // 0x200
-    field public static final int AUDIO_LOCATION_RIGHT_SURROUND = 134217728; // 0x8000000
-    field public static final int AUDIO_LOCATION_SIDE_LEFT = 1024; // 0x400
-    field public static final int AUDIO_LOCATION_SIDE_RIGHT = 2048; // 0x800
-    field public static final int AUDIO_LOCATION_TOP_BACK_CENTER = 1048576; // 0x100000
-    field public static final int AUDIO_LOCATION_TOP_BACK_LEFT = 65536; // 0x10000
-    field public static final int AUDIO_LOCATION_TOP_BACK_RIGHT = 131072; // 0x20000
-    field public static final int AUDIO_LOCATION_TOP_CENTER = 32768; // 0x8000
-    field public static final int AUDIO_LOCATION_TOP_FRONT_CENTER = 16384; // 0x4000
-    field public static final int AUDIO_LOCATION_TOP_FRONT_LEFT = 4096; // 0x1000
-    field public static final int AUDIO_LOCATION_TOP_FRONT_RIGHT = 8192; // 0x2000
-    field public static final int AUDIO_LOCATION_TOP_SIDE_LEFT = 262144; // 0x40000
-    field public static final int AUDIO_LOCATION_TOP_SIDE_RIGHT = 524288; // 0x80000
-    field public static final String EXTRA_LE_AUDIO_GROUP_ID = "android.bluetooth.extra.LE_AUDIO_GROUP_ID";
-  }
-
-  public static interface BluetoothLeAudio.Callback {
-    method public void onCodecConfigChanged(int, @NonNull android.bluetooth.BluetoothLeAudioCodecStatus);
-    method public void onGroupNodeAdded(@NonNull android.bluetooth.BluetoothDevice, int);
-    method public void onGroupNodeRemoved(@NonNull android.bluetooth.BluetoothDevice, int);
-    method public void onGroupStatusChanged(int, int);
-  }
-
-  public final class BluetoothLeAudioCodecConfigMetadata implements android.os.Parcelable {
-    method @NonNull public static android.bluetooth.BluetoothLeAudioCodecConfigMetadata fromRawBytes(@NonNull byte[]);
-    method public long getAudioLocation();
-    method @NonNull public byte[] getRawMetadata();
-    field @NonNull public static final android.os.Parcelable.Creator<android.bluetooth.BluetoothLeAudioCodecConfigMetadata> CREATOR;
-  }
-
-  public static final class BluetoothLeAudioCodecConfigMetadata.Builder {
-    ctor public BluetoothLeAudioCodecConfigMetadata.Builder();
-    ctor public BluetoothLeAudioCodecConfigMetadata.Builder(@NonNull android.bluetooth.BluetoothLeAudioCodecConfigMetadata);
-    method @NonNull public android.bluetooth.BluetoothLeAudioCodecConfigMetadata build();
-    method @NonNull public android.bluetooth.BluetoothLeAudioCodecConfigMetadata.Builder setAudioLocation(long);
-  }
-
-  public final class BluetoothLeAudioContentMetadata implements android.os.Parcelable {
-    method @NonNull public static android.bluetooth.BluetoothLeAudioContentMetadata fromRawBytes(@NonNull byte[]);
-    method @Nullable public String getLanguage();
-    method @Nullable public String getProgramInfo();
-    method @NonNull public byte[] getRawMetadata();
-    field @NonNull public static final android.os.Parcelable.Creator<android.bluetooth.BluetoothLeAudioContentMetadata> CREATOR;
-  }
-
-  public static final class BluetoothLeAudioContentMetadata.Builder {
-    ctor public BluetoothLeAudioContentMetadata.Builder();
-    ctor public BluetoothLeAudioContentMetadata.Builder(@NonNull android.bluetooth.BluetoothLeAudioContentMetadata);
-    method @NonNull public android.bluetooth.BluetoothLeAudioContentMetadata build();
-    method @NonNull public android.bluetooth.BluetoothLeAudioContentMetadata.Builder setLanguage(@Nullable String);
-    method @NonNull public android.bluetooth.BluetoothLeAudioContentMetadata.Builder setProgramInfo(@Nullable String);
-  }
-
-  public final class BluetoothLeBroadcast implements java.lang.AutoCloseable android.bluetooth.BluetoothProfile {
-    method @NonNull @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public java.util.List<android.bluetooth.BluetoothLeBroadcastMetadata> getAllBroadcastMetadata();
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_PRIVILEGED) public int getMaximumNumberOfBroadcasts();
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public boolean isPlaying(int);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public void registerCallback(@NonNull java.util.concurrent.Executor, @NonNull android.bluetooth.BluetoothLeBroadcast.Callback);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public void startBroadcast(@NonNull android.bluetooth.BluetoothLeAudioContentMetadata, @Nullable byte[]);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public void stopBroadcast(int);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public void unregisterCallback(@NonNull android.bluetooth.BluetoothLeBroadcast.Callback);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public void updateBroadcast(int, @NonNull android.bluetooth.BluetoothLeAudioContentMetadata);
-  }
-
-  public static interface BluetoothLeBroadcast.Callback {
-    method public void onBroadcastMetadataChanged(int, @NonNull android.bluetooth.BluetoothLeBroadcastMetadata);
-    method public void onBroadcastStartFailed(int);
-    method public void onBroadcastStarted(int, int);
-    method public void onBroadcastStopFailed(int);
-    method public void onBroadcastStopped(int, int);
-    method public void onBroadcastUpdateFailed(int, int);
-    method public void onBroadcastUpdated(int, int);
-    method public void onPlaybackStarted(int, int);
-    method public void onPlaybackStopped(int, int);
-  }
-
-  public final class BluetoothLeBroadcastAssistant implements java.lang.AutoCloseable android.bluetooth.BluetoothProfile {
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public void addSource(@NonNull android.bluetooth.BluetoothDevice, @NonNull android.bluetooth.BluetoothLeBroadcastMetadata, boolean);
-    method @NonNull @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public java.util.List<android.bluetooth.BluetoothLeBroadcastReceiveState> getAllSources(@NonNull android.bluetooth.BluetoothDevice);
-    method @NonNull @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public java.util.List<android.bluetooth.BluetoothDevice> getConnectedDevices();
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public int getConnectionPolicy(@NonNull android.bluetooth.BluetoothDevice);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public int getConnectionState(@NonNull android.bluetooth.BluetoothDevice);
-    method @NonNull @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public java.util.List<android.bluetooth.BluetoothDevice> getDevicesMatchingConnectionStates(@NonNull int[]);
-    method public int getMaximumSourceCapacity(@NonNull android.bluetooth.BluetoothDevice);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public boolean isSearchInProgress();
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public void modifySource(@NonNull android.bluetooth.BluetoothDevice, int, @NonNull android.bluetooth.BluetoothLeBroadcastMetadata);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public void registerCallback(@NonNull java.util.concurrent.Executor, @NonNull android.bluetooth.BluetoothLeBroadcastAssistant.Callback);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public void removeSource(@NonNull android.bluetooth.BluetoothDevice, int);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public boolean setConnectionPolicy(@NonNull android.bluetooth.BluetoothDevice, int);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_SCAN, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public void startSearchingForSources(@NonNull java.util.List<android.bluetooth.le.ScanFilter>);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public void stopSearchingForSources();
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public void unregisterCallback(@NonNull android.bluetooth.BluetoothLeBroadcastAssistant.Callback);
-    field @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public static final String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.action.CONNECTION_STATE_CHANGED";
-  }
-
-  public static interface BluetoothLeBroadcastAssistant.Callback {
-    method public void onReceiveStateChanged(@NonNull android.bluetooth.BluetoothDevice, int, @NonNull android.bluetooth.BluetoothLeBroadcastReceiveState);
-    method public void onSearchStartFailed(int);
-    method public void onSearchStarted(int);
-    method public void onSearchStopFailed(int);
-    method public void onSearchStopped(int);
-    method public void onSourceAddFailed(@NonNull android.bluetooth.BluetoothDevice, @NonNull android.bluetooth.BluetoothLeBroadcastMetadata, int);
-    method public void onSourceAdded(@NonNull android.bluetooth.BluetoothDevice, int, int);
-    method public void onSourceFound(@NonNull android.bluetooth.BluetoothLeBroadcastMetadata);
-    method public void onSourceModified(@NonNull android.bluetooth.BluetoothDevice, int, int);
-    method public void onSourceModifyFailed(@NonNull android.bluetooth.BluetoothDevice, int, int);
-    method public void onSourceRemoveFailed(@NonNull android.bluetooth.BluetoothDevice, int, int);
-    method public void onSourceRemoved(@NonNull android.bluetooth.BluetoothDevice, int, int);
-  }
-
-  public final class BluetoothLeBroadcastChannel implements android.os.Parcelable {
-    method public int getChannelIndex();
-    method @NonNull public android.bluetooth.BluetoothLeAudioCodecConfigMetadata getCodecMetadata();
-    method public boolean isSelected();
-    field @NonNull public static final android.os.Parcelable.Creator<android.bluetooth.BluetoothLeBroadcastChannel> CREATOR;
-  }
-
-  public static final class BluetoothLeBroadcastChannel.Builder {
-    ctor public BluetoothLeBroadcastChannel.Builder();
-    ctor public BluetoothLeBroadcastChannel.Builder(@NonNull android.bluetooth.BluetoothLeBroadcastChannel);
-    method @NonNull public android.bluetooth.BluetoothLeBroadcastChannel build();
-    method @NonNull public android.bluetooth.BluetoothLeBroadcastChannel.Builder setChannelIndex(int);
-    method @NonNull public android.bluetooth.BluetoothLeBroadcastChannel.Builder setCodecMetadata(@NonNull android.bluetooth.BluetoothLeAudioCodecConfigMetadata);
-    method @NonNull public android.bluetooth.BluetoothLeBroadcastChannel.Builder setSelected(boolean);
-  }
-
-  public final class BluetoothLeBroadcastMetadata implements android.os.Parcelable {
-    method @Nullable public byte[] getBroadcastCode();
-    method public int getBroadcastId();
-    method public int getPaSyncInterval();
-    method @IntRange(from=0, to=16777215) public int getPresentationDelayMicros();
-    method public int getSourceAddressType();
-    method public int getSourceAdvertisingSid();
-    method @NonNull public android.bluetooth.BluetoothDevice getSourceDevice();
-    method @NonNull public java.util.List<android.bluetooth.BluetoothLeBroadcastSubgroup> getSubgroups();
-    method public boolean isEncrypted();
-    field @NonNull public static final android.os.Parcelable.Creator<android.bluetooth.BluetoothLeBroadcastMetadata> CREATOR;
-    field public static final int PA_SYNC_INTERVAL_UNKNOWN = 65535; // 0xffff
-  }
-
-  public static final class BluetoothLeBroadcastMetadata.Builder {
-    ctor public BluetoothLeBroadcastMetadata.Builder();
-    ctor public BluetoothLeBroadcastMetadata.Builder(@NonNull android.bluetooth.BluetoothLeBroadcastMetadata);
-    method @NonNull public android.bluetooth.BluetoothLeBroadcastMetadata.Builder addSubgroup(@NonNull android.bluetooth.BluetoothLeBroadcastSubgroup);
-    method @NonNull public android.bluetooth.BluetoothLeBroadcastMetadata build();
-    method @NonNull public android.bluetooth.BluetoothLeBroadcastMetadata.Builder clearSubgroup();
-    method @NonNull public android.bluetooth.BluetoothLeBroadcastMetadata.Builder setBroadcastCode(@Nullable byte[]);
-    method @NonNull public android.bluetooth.BluetoothLeBroadcastMetadata.Builder setBroadcastId(int);
-    method @NonNull public android.bluetooth.BluetoothLeBroadcastMetadata.Builder setEncrypted(boolean);
-    method @NonNull public android.bluetooth.BluetoothLeBroadcastMetadata.Builder setPaSyncInterval(int);
-    method @NonNull public android.bluetooth.BluetoothLeBroadcastMetadata.Builder setPresentationDelayMicros(@IntRange(from=0, to=16777215) int);
-    method @NonNull public android.bluetooth.BluetoothLeBroadcastMetadata.Builder setSourceAdvertisingSid(int);
-    method @NonNull public android.bluetooth.BluetoothLeBroadcastMetadata.Builder setSourceDevice(@NonNull android.bluetooth.BluetoothDevice, int);
-  }
-
-  public final class BluetoothLeBroadcastReceiveState implements android.os.Parcelable {
-    method @Nullable public byte[] getBadCode();
-    method public int getBigEncryptionState();
-    method @NonNull public java.util.List<java.lang.Long> getBisSyncState();
-    method public int getBroadcastId();
-    method public int getNumSubgroups();
-    method public int getPaSyncState();
-    method public int getSourceAddressType();
-    method public int getSourceAdvertisingSid();
-    method @NonNull public android.bluetooth.BluetoothDevice getSourceDevice();
-    method @IntRange(from=0, to=255) public int getSourceId();
-    method @NonNull public java.util.List<android.bluetooth.BluetoothLeAudioContentMetadata> getSubgroupMetadata();
-    field public static final int BIG_ENCRYPTION_STATE_BAD_CODE = 3; // 0x3
-    field public static final int BIG_ENCRYPTION_STATE_CODE_REQUIRED = 1; // 0x1
-    field public static final int BIG_ENCRYPTION_STATE_DECRYPTING = 2; // 0x2
-    field public static final int BIG_ENCRYPTION_STATE_NOT_ENCRYPTED = 0; // 0x0
-    field @NonNull public static final android.os.Parcelable.Creator<android.bluetooth.BluetoothLeBroadcastReceiveState> CREATOR;
-    field public static final int PA_SYNC_STATE_FAILED_TO_SYNCHRONIZE = 3; // 0x3
-    field public static final int PA_SYNC_STATE_IDLE = 0; // 0x0
-    field public static final int PA_SYNC_STATE_NO_PAST = 4; // 0x4
-    field public static final int PA_SYNC_STATE_SYNCHRONIZED = 2; // 0x2
-    field public static final int PA_SYNC_STATE_SYNCINFO_REQUEST = 1; // 0x1
-  }
-
-  public final class BluetoothLeBroadcastSubgroup implements android.os.Parcelable {
-    method @NonNull public java.util.List<android.bluetooth.BluetoothLeBroadcastChannel> getChannels();
-    method public long getCodecId();
-    method @NonNull public android.bluetooth.BluetoothLeAudioCodecConfigMetadata getCodecSpecificConfig();
-    method @NonNull public android.bluetooth.BluetoothLeAudioContentMetadata getContentMetadata();
-    method public boolean hasChannelPreference();
-    field @NonNull public static final android.os.Parcelable.Creator<android.bluetooth.BluetoothLeBroadcastSubgroup> CREATOR;
-  }
-
-  public static final class BluetoothLeBroadcastSubgroup.Builder {
-    ctor public BluetoothLeBroadcastSubgroup.Builder();
-    ctor public BluetoothLeBroadcastSubgroup.Builder(@NonNull android.bluetooth.BluetoothLeBroadcastSubgroup);
-    method @NonNull public android.bluetooth.BluetoothLeBroadcastSubgroup.Builder addChannel(@NonNull android.bluetooth.BluetoothLeBroadcastChannel);
-    method @NonNull public android.bluetooth.BluetoothLeBroadcastSubgroup build();
-    method @NonNull public android.bluetooth.BluetoothLeBroadcastSubgroup.Builder clearChannel();
-    method @NonNull public android.bluetooth.BluetoothLeBroadcastSubgroup.Builder setCodecId(long);
-    method @NonNull public android.bluetooth.BluetoothLeBroadcastSubgroup.Builder setCodecSpecificConfig(@NonNull android.bluetooth.BluetoothLeAudioCodecConfigMetadata);
-    method @NonNull public android.bluetooth.BluetoothLeBroadcastSubgroup.Builder setContentMetadata(@NonNull android.bluetooth.BluetoothLeAudioContentMetadata);
-  }
-
-  public final class BluetoothMap implements java.lang.AutoCloseable android.bluetooth.BluetoothProfile {
-    method public void close();
-    method protected void finalize();
-    method @NonNull @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public java.util.List<android.bluetooth.BluetoothDevice> getConnectedDevices();
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public int getConnectionPolicy(@NonNull android.bluetooth.BluetoothDevice);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public boolean setConnectionPolicy(@NonNull android.bluetooth.BluetoothDevice, int);
-    field @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public static final String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.map.profile.action.CONNECTION_STATE_CHANGED";
-  }
-
-  public final class BluetoothMapClient implements java.lang.AutoCloseable android.bluetooth.BluetoothProfile {
-    method @NonNull @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public java.util.List<android.bluetooth.BluetoothDevice> getConnectedDevices();
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public int getConnectionPolicy(@NonNull android.bluetooth.BluetoothDevice);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public int getConnectionState(@NonNull android.bluetooth.BluetoothDevice);
-    method @NonNull @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public java.util.List<android.bluetooth.BluetoothDevice> getDevicesMatchingConnectionStates(@NonNull int[]);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.SEND_SMS}) public boolean sendMessage(@NonNull android.bluetooth.BluetoothDevice, @NonNull java.util.Collection<android.net.Uri>, @NonNull String, @Nullable android.app.PendingIntent, @Nullable android.app.PendingIntent);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public boolean setConnectionPolicy(@NonNull android.bluetooth.BluetoothDevice, int);
-    field @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public static final String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.mapmce.profile.action.CONNECTION_STATE_CHANGED";
-  }
-
-  public final class BluetoothPan implements android.bluetooth.BluetoothProfile {
-    method @NonNull @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public java.util.List<android.bluetooth.BluetoothDevice> getConnectedDevices();
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public int getConnectionState(@NonNull android.bluetooth.BluetoothDevice);
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean isTetheringOn();
-    method @Deprecated @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED, android.Manifest.permission.TETHER_PRIVILEGED}) public void setBluetoothTethering(boolean);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public boolean setConnectionPolicy(@NonNull android.bluetooth.BluetoothDevice, int);
-    field @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public static final String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.pan.profile.action.CONNECTION_STATE_CHANGED";
-    field public static final String ACTION_TETHERING_STATE_CHANGED = "android.bluetooth.action.TETHERING_STATE_CHANGED";
-    field public static final String EXTRA_LOCAL_ROLE = "android.bluetooth.pan.extra.LOCAL_ROLE";
-    field public static final String EXTRA_TETHERING_STATE = "android.bluetooth.extra.TETHERING_STATE";
-    field public static final int LOCAL_NAP_ROLE = 1; // 0x1
-    field public static final int LOCAL_PANU_ROLE = 2; // 0x2
-    field public static final int PAN_ROLE_NONE = 0; // 0x0
-    field public static final int REMOTE_NAP_ROLE = 1; // 0x1
-    field public static final int REMOTE_PANU_ROLE = 2; // 0x2
-    field public static final int TETHERING_STATE_OFF = 1; // 0x1
-    field public static final int TETHERING_STATE_ON = 2; // 0x2
-  }
-
-  public class BluetoothPbap implements android.bluetooth.BluetoothProfile {
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public int getConnectionState(@NonNull android.bluetooth.BluetoothDevice);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public boolean setConnectionPolicy(@NonNull android.bluetooth.BluetoothDevice, int);
-    field @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public static final String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.pbap.profile.action.CONNECTION_STATE_CHANGED";
-  }
-
-  public final class BluetoothPbapClient implements java.lang.AutoCloseable android.bluetooth.BluetoothProfile {
-    method @NonNull @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public java.util.List<android.bluetooth.BluetoothDevice> getConnectedDevices();
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public int getConnectionPolicy(@NonNull android.bluetooth.BluetoothDevice);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public int getConnectionState(@NonNull android.bluetooth.BluetoothDevice);
-    method @NonNull @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public java.util.List<android.bluetooth.BluetoothDevice> getDevicesMatchingConnectionStates(@NonNull int[]);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public boolean setConnectionPolicy(@NonNull android.bluetooth.BluetoothDevice, int);
-    field @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public static final String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.pbapclient.profile.action.CONNECTION_STATE_CHANGED";
-  }
-
-  public interface BluetoothProfile {
-    method @NonNull public static String getConnectionStateName(int);
-    method @NonNull public static String getProfileName(int);
-    field public static final int A2DP_SINK = 11; // 0xb
-    field public static final int AVRCP_CONTROLLER = 12; // 0xc
-    field public static final int CONNECTION_POLICY_ALLOWED = 100; // 0x64
-    field public static final int CONNECTION_POLICY_FORBIDDEN = 0; // 0x0
-    field public static final int CONNECTION_POLICY_UNKNOWN = -1; // 0xffffffff
-    field public static final int HEADSET_CLIENT = 16; // 0x10
-    field public static final int HID_HOST = 4; // 0x4
-    field public static final int LE_AUDIO_BROADCAST = 26; // 0x1a
-    field public static final int LE_AUDIO_BROADCAST_ASSISTANT = 29; // 0x1d
-    field public static final int MAP = 9; // 0x9
-    field public static final int MAP_CLIENT = 18; // 0x12
-    field public static final int OPP = 20; // 0x14
-    field public static final int PAN = 5; // 0x5
-    field public static final int PBAP = 6; // 0x6
-    field public static final int PBAP_CLIENT = 17; // 0x11
-    field @Deprecated public static final int PRIORITY_OFF = 0; // 0x0
-    field @Deprecated public static final int PRIORITY_ON = 100; // 0x64
-    field public static final int VOLUME_CONTROL = 23; // 0x17
-  }
-
-  public final class BluetoothSap implements java.lang.AutoCloseable android.bluetooth.BluetoothProfile {
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public int getConnectionPolicy(@NonNull android.bluetooth.BluetoothDevice);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public boolean setConnectionPolicy(@NonNull android.bluetooth.BluetoothDevice, int);
-    field @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public static final String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.sap.profile.action.CONNECTION_STATE_CHANGED";
-  }
-
-  public final class BluetoothStatusCodes {
-    field public static final int ALLOWED = 400; // 0x190
-    field public static final int ERROR_ALREADY_IN_TARGET_STATE = 26; // 0x1a
-    field public static final int ERROR_ANOTHER_ACTIVE_OOB_REQUEST = 1000; // 0x3e8
-    field public static final int ERROR_AUDIO_DEVICE_ALREADY_CONNECTED = 1116; // 0x45c
-    field public static final int ERROR_AUDIO_DEVICE_ALREADY_DISCONNECTED = 1117; // 0x45d
-    field public static final int ERROR_AUDIO_ROUTE_BLOCKED = 1118; // 0x45e
-    field public static final int ERROR_BAD_PARAMETERS = 21; // 0x15
-    field public static final int ERROR_CALL_ACTIVE = 1119; // 0x45f
-    field public static final int ERROR_CSIP_GROUP_LOCKED_BY_OTHER = 1208; // 0x4b8
-    field public static final int ERROR_CSIP_INVALID_GROUP_ID = 1207; // 0x4b7
-    field public static final int ERROR_CSIP_LOCKED_GROUP_MEMBER_LOST = 1209; // 0x4b9
-    field public static final int ERROR_HAP_INVALID_PRESET_INDEX = 1211; // 0x4bb
-    field public static final int ERROR_HAP_PRESET_NAME_TOO_LONG = 1210; // 0x4ba
-    field public static final int ERROR_HARDWARE_GENERIC = 20; // 0x14
-    field public static final int ERROR_LE_BROADCAST_ASSISTANT_DUPLICATE_ADDITION = 1203; // 0x4b3
-    field public static final int ERROR_LE_BROADCAST_ASSISTANT_INVALID_SOURCE_ID = 1202; // 0x4b2
-    field public static final int ERROR_LE_BROADCAST_INVALID_BROADCAST_ID = 1200; // 0x4b0
-    field public static final int ERROR_LE_BROADCAST_INVALID_CODE = 1201; // 0x4b1
-    field public static final int ERROR_LE_CONTENT_METADATA_INVALID_LANGUAGE = 1205; // 0x4b5
-    field public static final int ERROR_LE_CONTENT_METADATA_INVALID_OTHER = 1206; // 0x4b6
-    field public static final int ERROR_LE_CONTENT_METADATA_INVALID_PROGRAM_INFO = 1204; // 0x4b4
-    field public static final int ERROR_LOCAL_NOT_ENOUGH_RESOURCES = 22; // 0x16
-    field public static final int ERROR_NOT_ACTIVE_DEVICE = 12; // 0xc
-    field public static final int ERROR_NO_ACTIVE_DEVICES = 13; // 0xd
-    field public static final int ERROR_PROFILE_NOT_CONNECTED = 14; // 0xe
-    field public static final int ERROR_REMOTE_LINK_ERROR = 25; // 0x19
-    field public static final int ERROR_REMOTE_NOT_ENOUGH_RESOURCES = 23; // 0x17
-    field public static final int ERROR_REMOTE_OPERATION_NOT_SUPPORTED = 27; // 0x1b
-    field public static final int ERROR_REMOTE_OPERATION_REJECTED = 24; // 0x18
-    field public static final int ERROR_TIMEOUT = 15; // 0xf
-    field public static final int NOT_ALLOWED = 401; // 0x191
-    field public static final int REASON_LOCAL_APP_REQUEST = 16; // 0x10
-    field public static final int REASON_LOCAL_STACK_REQUEST = 17; // 0x11
-    field public static final int REASON_REMOTE_REQUEST = 18; // 0x12
-    field public static final int REASON_SYSTEM_POLICY = 19; // 0x13
-    field public static final int RFCOMM_LISTENER_FAILED_TO_CLOSE_SERVER_SOCKET = 2004; // 0x7d4
-    field public static final int RFCOMM_LISTENER_FAILED_TO_CREATE_SERVER_SOCKET = 2003; // 0x7d3
-    field public static final int RFCOMM_LISTENER_NO_SOCKET_AVAILABLE = 2005; // 0x7d5
-    field public static final int RFCOMM_LISTENER_OPERATION_FAILED_DIFFERENT_APP = 2002; // 0x7d2
-    field public static final int RFCOMM_LISTENER_OPERATION_FAILED_NO_MATCHING_SERVICE_RECORD = 2001; // 0x7d1
-    field public static final int RFCOMM_LISTENER_START_FAILED_UUID_IN_USE = 2000; // 0x7d0
-  }
-
-  public final class BluetoothUuid {
-    method public static boolean containsAnyUuid(@Nullable android.os.ParcelUuid[], @Nullable android.os.ParcelUuid[]);
-    method @NonNull public static android.os.ParcelUuid parseUuidFrom(@Nullable byte[]);
-    field @NonNull public static final android.os.ParcelUuid A2DP_SINK;
-    field @NonNull public static final android.os.ParcelUuid A2DP_SOURCE;
-    field @NonNull public static final android.os.ParcelUuid ADV_AUDIO_DIST;
-    field @NonNull public static final android.os.ParcelUuid AVRCP;
-    field @NonNull public static final android.os.ParcelUuid AVRCP_CONTROLLER;
-    field @NonNull public static final android.os.ParcelUuid AVRCP_TARGET;
-    field @NonNull public static final android.os.ParcelUuid BASE_UUID;
-    field @NonNull public static final android.os.ParcelUuid BASS;
-    field @NonNull public static final android.os.ParcelUuid BNEP;
-    field @NonNull public static final android.os.ParcelUuid CAP;
-    field @NonNull public static final android.os.ParcelUuid COORDINATED_SET;
-    field @NonNull public static final android.os.ParcelUuid DIP;
-    field @NonNull public static final android.os.ParcelUuid GENERIC_MEDIA_CONTROL;
-    field @NonNull public static final android.os.ParcelUuid HAS;
-    field @NonNull public static final android.os.ParcelUuid HEARING_AID;
-    field @NonNull public static final android.os.ParcelUuid HFP;
-    field @NonNull public static final android.os.ParcelUuid HFP_AG;
-    field @NonNull public static final android.os.ParcelUuid HID;
-    field @NonNull public static final android.os.ParcelUuid HOGP;
-    field @NonNull public static final android.os.ParcelUuid HSP;
-    field @NonNull public static final android.os.ParcelUuid HSP_AG;
-    field @NonNull public static final android.os.ParcelUuid LE_AUDIO;
-    field @NonNull public static final android.os.ParcelUuid MAP;
-    field @NonNull public static final android.os.ParcelUuid MAS;
-    field @NonNull public static final android.os.ParcelUuid MEDIA_CONTROL;
-    field @NonNull public static final android.os.ParcelUuid MNS;
-    field @NonNull public static final android.os.ParcelUuid NAP;
-    field @NonNull public static final android.os.ParcelUuid OBEX_OBJECT_PUSH;
-    field @NonNull public static final android.os.ParcelUuid PANU;
-    field @NonNull public static final android.os.ParcelUuid PBAP_PCE;
-    field @NonNull public static final android.os.ParcelUuid PBAP_PSE;
-    field @NonNull public static final android.os.ParcelUuid SAP;
-    field public static final int UUID_BYTES_128_BIT = 16; // 0x10
-    field public static final int UUID_BYTES_16_BIT = 2; // 0x2
-    field public static final int UUID_BYTES_32_BIT = 4; // 0x4
-    field @NonNull public static final android.os.ParcelUuid VOLUME_CONTROL;
-  }
-
-  public final class BluetoothVolumeControl implements java.lang.AutoCloseable android.bluetooth.BluetoothProfile {
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_PRIVILEGED) public void close();
-    method @RequiresPermission(android.Manifest.permission.BLUETOOTH_PRIVILEGED) protected void finalize();
-    method @NonNull @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public java.util.List<android.bluetooth.BluetoothDevice> getConnectedDevices();
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public int getConnectionPolicy(@NonNull android.bluetooth.BluetoothDevice);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public boolean isVolumeOffsetAvailable(@NonNull android.bluetooth.BluetoothDevice);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public void registerCallback(@NonNull java.util.concurrent.Executor, @NonNull android.bluetooth.BluetoothVolumeControl.Callback);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public boolean setConnectionPolicy(@NonNull android.bluetooth.BluetoothDevice, int);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public void setVolumeOffset(@NonNull android.bluetooth.BluetoothDevice, @IntRange(from=0xffffff01, to=255) int);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public void unregisterCallback(@NonNull android.bluetooth.BluetoothVolumeControl.Callback);
-    field @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public static final String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.volume-control.profile.action.CONNECTION_STATE_CHANGED";
-  }
-
-  public static interface BluetoothVolumeControl.Callback {
-    method public void onVolumeOffsetChanged(@NonNull android.bluetooth.BluetoothDevice, @IntRange(from=0xffffff01, to=255) int);
-  }
-
-  public final class BufferConstraint implements android.os.Parcelable {
-    ctor public BufferConstraint(int, int, int);
-    method public int describeContents();
-    method public int getDefaultMillis();
-    method public int getMaxMillis();
-    method public int getMinMillis();
-    method public void writeToParcel(@NonNull android.os.Parcel, int);
-    field @NonNull public static final android.os.Parcelable.Creator<android.bluetooth.BufferConstraint> CREATOR;
-  }
-
-  public final class BufferConstraints implements android.os.Parcelable {
-    ctor public BufferConstraints(@NonNull java.util.List<android.bluetooth.BufferConstraint>);
-    method public int describeContents();
-    method @Nullable public android.bluetooth.BufferConstraint forCodec(int);
-    method public void writeToParcel(@NonNull android.os.Parcel, int);
-    field public static final int BUFFER_CODEC_MAX_NUM = 32; // 0x20
-    field @NonNull public static final android.os.Parcelable.Creator<android.bluetooth.BufferConstraints> CREATOR;
-  }
-
-  public final class OobData implements android.os.Parcelable {
-    method @NonNull public byte[] getClassOfDevice();
-    method @NonNull public byte[] getClassicLength();
-    method @NonNull public byte[] getConfirmationHash();
-    method @NonNull public byte[] getDeviceAddressWithType();
-    method @Nullable public byte[] getDeviceName();
-    method @Nullable public byte[] getLeAppearance();
-    method @NonNull public int getLeDeviceRole();
-    method @NonNull public int getLeFlags();
-    method @Nullable public byte[] getLeTemporaryKey();
-    method @NonNull public byte[] getRandomizerHash();
-    field public static final int CLASS_OF_DEVICE_OCTETS = 3; // 0x3
-    field public static final int CONFIRMATION_OCTETS = 16; // 0x10
-    field @NonNull public static final android.os.Parcelable.Creator<android.bluetooth.OobData> CREATOR;
-    field public static final int DEVICE_ADDRESS_OCTETS = 7; // 0x7
-    field public static final int LE_APPEARANCE_OCTETS = 2; // 0x2
-    field public static final int LE_DEVICE_FLAG_OCTETS = 1; // 0x1
-    field public static final int LE_DEVICE_ROLE_BOTH_PREFER_CENTRAL = 3; // 0x3
-    field public static final int LE_DEVICE_ROLE_BOTH_PREFER_PERIPHERAL = 2; // 0x2
-    field public static final int LE_DEVICE_ROLE_CENTRAL_ONLY = 1; // 0x1
-    field public static final int LE_DEVICE_ROLE_OCTETS = 1; // 0x1
-    field public static final int LE_DEVICE_ROLE_PERIPHERAL_ONLY = 0; // 0x0
-    field public static final int LE_FLAG_BREDR_NOT_SUPPORTED = 2; // 0x2
-    field public static final int LE_FLAG_GENERAL_DISCOVERY_MODE = 1; // 0x1
-    field public static final int LE_FLAG_LIMITED_DISCOVERY_MODE = 0; // 0x0
-    field public static final int LE_FLAG_SIMULTANEOUS_CONTROLLER = 3; // 0x3
-    field public static final int LE_FLAG_SIMULTANEOUS_HOST = 4; // 0x4
-    field public static final int LE_TK_OCTETS = 16; // 0x10
-    field public static final int OOB_LENGTH_OCTETS = 2; // 0x2
-    field public static final int RANDOMIZER_OCTETS = 16; // 0x10
-  }
-
-  public static final class OobData.ClassicBuilder {
-    ctor public OobData.ClassicBuilder(@NonNull byte[], @NonNull byte[], @NonNull byte[]);
-    method @NonNull public android.bluetooth.OobData build();
-    method @NonNull public android.bluetooth.OobData.ClassicBuilder setClassOfDevice(@NonNull byte[]);
-    method @NonNull public android.bluetooth.OobData.ClassicBuilder setDeviceName(@NonNull byte[]);
-    method @NonNull public android.bluetooth.OobData.ClassicBuilder setRandomizerHash(@NonNull byte[]);
-  }
-
-  public static final class OobData.LeBuilder {
-    ctor public OobData.LeBuilder(@NonNull byte[], @NonNull byte[], int);
-    method @NonNull public android.bluetooth.OobData build();
-    method @NonNull public android.bluetooth.OobData.LeBuilder setDeviceName(@NonNull byte[]);
-    method @NonNull public android.bluetooth.OobData.LeBuilder setLeFlags(int);
-    method @NonNull public android.bluetooth.OobData.LeBuilder setLeTemporaryKey(@NonNull byte[]);
-    method @NonNull public android.bluetooth.OobData.LeBuilder setRandomizerHash(@NonNull byte[]);
-  }
-
-  public final class UidTraffic implements java.lang.Cloneable android.os.Parcelable {
-    method public long getRxBytes();
-    method public long getTxBytes();
-    method public int getUid();
-    field @NonNull public static final android.os.Parcelable.Creator<android.bluetooth.UidTraffic> CREATOR;
-  }
-
-}
-
-package android.bluetooth.le {
-
-  public final class AdvertiseSettings implements android.os.Parcelable {
-    method public int getOwnAddressType();
-  }
-
-  public static final class AdvertiseSettings.Builder {
-    method @NonNull public android.bluetooth.le.AdvertiseSettings.Builder setOwnAddressType(int);
-  }
-
-  public final class AdvertisingSetParameters implements android.os.Parcelable {
-    method public int getOwnAddressType();
-    field public static final int ADDRESS_TYPE_DEFAULT = -1; // 0xffffffff
-    field public static final int ADDRESS_TYPE_PUBLIC = 0; // 0x0
-    field public static final int ADDRESS_TYPE_RANDOM = 1; // 0x1
-  }
-
-  public static final class AdvertisingSetParameters.Builder {
-    method @NonNull public android.bluetooth.le.AdvertisingSetParameters.Builder setOwnAddressType(int);
-  }
-
-  public final class BluetoothLeScanner {
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_SCAN, android.Manifest.permission.UPDATE_DEVICE_STATS}) public void startScanFromSource(android.os.WorkSource, android.bluetooth.le.ScanCallback);
-    method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_SCAN, android.Manifest.permission.UPDATE_DEVICE_STATS}) public void startScanFromSource(java.util.List<android.bluetooth.le.ScanFilter>, android.bluetooth.le.ScanSettings, android.os.WorkSource, android.bluetooth.le.ScanCallback);
-    method @Deprecated @RequiresPermission(android.Manifest.permission.BLUETOOTH_SCAN) public void startTruncatedScan(java.util.List<android.bluetooth.le.TruncatedFilter>, android.bluetooth.le.ScanSettings, android.bluetooth.le.ScanCallback);
-  }
-
-  @Deprecated public final class ResultStorageDescriptor implements android.os.Parcelable {
-    ctor @Deprecated public ResultStorageDescriptor(int, int, int);
-    method @Deprecated public int describeContents();
-    method @Deprecated public int getLength();
-    method @Deprecated public int getOffset();
-    method @Deprecated public int getType();
-    method @Deprecated public void writeToParcel(android.os.Parcel, int);
-    field @Deprecated @NonNull public static final android.os.Parcelable.Creator<android.bluetooth.le.ResultStorageDescriptor> CREATOR;
-  }
-
-  public final class ScanFilter implements android.os.Parcelable {
-    method public int getAddressType();
-    method @Nullable public byte[] getIrk();
-  }
-
-  public static final class ScanFilter.Builder {
-    method @NonNull public android.bluetooth.le.ScanFilter.Builder setDeviceAddress(@NonNull String, int);
-    method @NonNull public android.bluetooth.le.ScanFilter.Builder setDeviceAddress(@NonNull String, int, @NonNull byte[]);
-    field public static final int LEN_IRK_OCTETS = 16; // 0x10
-  }
-
-  public final class ScanSettings implements android.os.Parcelable {
-    field public static final int SCAN_MODE_AMBIENT_DISCOVERY = 3; // 0x3
-    field public static final int SCAN_RESULT_TYPE_ABBREVIATED = 1; // 0x1
-    field public static final int SCAN_RESULT_TYPE_FULL = 0; // 0x0
-  }
-
-  public static final class ScanSettings.Builder {
-    method public android.bluetooth.le.ScanSettings.Builder setScanResultType(int);
-  }
-
-  @Deprecated public final class TruncatedFilter {
-    ctor @Deprecated public TruncatedFilter(android.bluetooth.le.ScanFilter, java.util.List<android.bluetooth.le.ResultStorageDescriptor>);
-    method @Deprecated public android.bluetooth.le.ScanFilter getFilter();
-    method @Deprecated public java.util.List<android.bluetooth.le.ResultStorageDescriptor> getStorageDescriptors();
-  }
-
-}
-
diff --git a/current/sdk_library/system/framework-bluetooth_annotations.zip b/current/sdk_library/system/framework-bluetooth_annotations.zip
deleted file mode 100644
index e39b5b4..0000000
--- a/current/sdk_library/system/framework-bluetooth_annotations.zip
+++ /dev/null
Binary files differ
diff --git a/current/snapshot-creation-build-number.txt b/current/snapshot-creation-build-number.txt
deleted file mode 100644
index 8a82f2f..0000000
--- a/current/snapshot-creation-build-number.txt
+++ /dev/null
@@ -1 +0,0 @@
-8662171
\ No newline at end of file