diff options
Diffstat (limited to 'apex')
-rw-r--r-- | apex/Android.bp | 87 | ||||
-rw-r--r-- | apex/hiddenapi/hiddenapi-max-target-o-low-priority.txt | 2806 | ||||
-rw-r--r-- | apex/hiddenapi/hiddenapi-max-target-p-low-priority.txt | 2 | ||||
-rw-r--r-- | apex/hiddenapi/hiddenapi-max-target-r-low-priority.txt | 3 | ||||
-rw-r--r-- | apex/hiddenapi/hiddenapi-unsupported.txt | 13 | ||||
-rw-r--r-- | apex/linker.config.json | 5 |
6 files changed, 2904 insertions, 12 deletions
diff --git a/apex/Android.bp b/apex/Android.bp index fbc6663d9d..9734f99dad 100644 --- a/apex/Android.bp +++ b/apex/Android.bp @@ -7,23 +7,44 @@ package { default_applicable_licenses: ["system_bt_license"], } -apex { - name: "com.android.bluetooth", - enabled: false, - defaults: ["t-launched-apex-module"], - - manifest: "apex_manifest.json", - - native_shared_libs: [ - "libbluetooth_jni", - "libbluetooth" - ], +apex_defaults { + name: "com.android.bluetooth-defaults", + bootclasspath_fragments: ["com.android.bluetooth-bootclasspath-fragment"], + systemserverclasspath_fragments: ["com.android.bluetooth-systemserverclasspath-fragment"], apps: ["Bluetooth"], - compile_multilib: "both", + multilib: { + first: { + // Extractor process runs only with the primary ABI. + jni_libs: [ + "libbluetooth_jni", + ], + }, + }, + prebuilts: [ + "bluetooth-linker-config", + ], key: "com.android.bluetooth.key", certificate: ":com.android.bluetooth.certificate", + defaults: ["t-launched-apex-module"], + updatable: true, + // Indicates that pre-installed version of this apex can be compressed. + // Whether it actually will be compressed is controlled on per-device basis. + compressible: true, +} + +linker_config { + name: "bluetooth-linker-config", + src: "linker.config.json", + installable: false, +} + +//Mainline bluetooth apex module. +apex { + name: "com.android.bluetooth", + defaults: ["com.android.bluetooth-defaults"], + manifest: "apex_manifest.json", } apex_key { @@ -36,3 +57,45 @@ android_app_certificate { name: "com.android.bluetooth.certificate", certificate: "com.android.bluetooth", } + +sdk { + name: "bluetooth-module-sdk", + bootclasspath_fragments: ["com.android.bluetooth-bootclasspath-fragment"], + systemserverclasspath_fragments: ["com.android.bluetooth-systemserverclasspath-fragment"], +} + +// Encapsulate the contributions made by the com.android.bluetooth to the bootclasspath. +bootclasspath_fragment { + name: "com.android.bluetooth-bootclasspath-fragment", + contents: ["framework-bluetooth"], + apex_available: ["com.android.bluetooth"], + + // The bootclasspath_fragments that provide APIs on which this depends. + fragments: [ + { + apex: "com.android.art", + module: "art-bootclasspath-fragment", + }, + ], + + // Additional stubs libraries that this fragment's contents use which are + // not provided by another bootclasspath_fragment. + additional_stubs: [ + "android-non-updatable", + ], + + // Additional hidden API flag files to override the defaults. This must only be + // modified by the Soong or platform compat team. + hidden_api: { + max_target_o_low_priority: ["hiddenapi/hiddenapi-max-target-o-low-priority.txt"], + max_target_r_low_priority: ["hiddenapi/hiddenapi-max-target-r-low-priority.txt"], + unsupported: ["hiddenapi/hiddenapi-unsupported.txt"], + }, + +} + +systemserverclasspath_fragment { + name: "com.android.bluetooth-systemserverclasspath-fragment", + standalone_contents: ["service-bluetooth"], + apex_available: ["com.android.bluetooth"], +} diff --git a/apex/hiddenapi/hiddenapi-max-target-o-low-priority.txt b/apex/hiddenapi/hiddenapi-max-target-o-low-priority.txt new file mode 100644 index 0000000000..994008b9ea --- /dev/null +++ b/apex/hiddenapi/hiddenapi-max-target-o-low-priority.txt @@ -0,0 +1,2806 @@ +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/apex/hiddenapi/hiddenapi-max-target-p-low-priority.txt b/apex/hiddenapi/hiddenapi-max-target-p-low-priority.txt new file mode 100644 index 0000000000..39e3a0a261 --- /dev/null +++ b/apex/hiddenapi/hiddenapi-max-target-p-low-priority.txt @@ -0,0 +1,2 @@ +Landroid/bluetooth/IBluetooth$Stub;-><init>()V +Landroid/bluetooth/IBluetoothA2dp$Stub;-><init>()V diff --git a/apex/hiddenapi/hiddenapi-max-target-r-low-priority.txt b/apex/hiddenapi/hiddenapi-max-target-r-low-priority.txt new file mode 100644 index 0000000000..8b0b81d0d7 --- /dev/null +++ b/apex/hiddenapi/hiddenapi-max-target-r-low-priority.txt @@ -0,0 +1,3 @@ +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/apex/hiddenapi/hiddenapi-unsupported.txt b/apex/hiddenapi/hiddenapi-unsupported.txt new file mode 100644 index 0000000000..0d9ca27251 --- /dev/null +++ b/apex/hiddenapi/hiddenapi-unsupported.txt @@ -0,0 +1,13 @@ +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/apex/linker.config.json b/apex/linker.config.json new file mode 100644 index 0000000000..7593c0234f --- /dev/null +++ b/apex/linker.config.json @@ -0,0 +1,5 @@ +{ + "permittedPaths": [ + "/system_ext/${LIB}" + ] +} |