field @NonNull public static final android.os.Parcelable.Creator<android.bluetooth.BluetoothHapPresetInfo> CREATOR;
}
public static final class BluetoothHapPresetInfo.Builder {
ctor public BluetoothHapPresetInfo.Builder();
method @NonNull public android.bluetooth.BluetoothHapPresetInfo build();
method @NonNull public android.bluetooth.BluetoothHapPresetInfo.Builder setAvailable(boolean);
method @NonNull public android.bluetooth.BluetoothHapPresetInfo.Builder setIndex(int);
method @NonNull public android.bluetooth.BluetoothHapPresetInfo.Builder setName(@NonNull String);
method @NonNull public android.bluetooth.BluetoothHapPresetInfo.Builder setWritable(boolean);
}
public final class BluetoothHeadset implements android.bluetooth.BluetoothProfile {
method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.MODIFY_PHONE_STATE}) public boolean connect(android.bluetooth.BluetoothDevice);
method @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public int connectAudio();