All Downloads are FREE. Search and download functionalities are using the official Maven repository.

no.nordicsemi.android.ble.annotation.PairingVariant Maven / Gradle / Ivy

There is a newer version: 2.9.0-beta02
Show newest version
package no.nordicsemi.android.ble.annotation;

import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;

import androidx.annotation.IntDef;
import no.nordicsemi.android.ble.BleManager;

@Retention(RetentionPolicy.SOURCE)
@IntDef(value = {
		BleManager.PAIRING_VARIANT_PIN,
		BleManager.PAIRING_VARIANT_PASSKEY,
		BleManager.PAIRING_VARIANT_PASSKEY_CONFIRMATION,
		BleManager.PAIRING_VARIANT_CONSENT,
		BleManager.PAIRING_VARIANT_DISPLAY_PASSKEY,
		BleManager.PAIRING_VARIANT_DISPLAY_PIN,
		BleManager.PAIRING_VARIANT_OOB_CONSENT
})
public @interface PairingVariant {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy