apidocs / com.nimmsta.core.android.bluetooth / DevicePairingManager / PairableDevice / isPaired

isPaired

var isPaired: Boolean

Returns if the current state is considered paired. Paired means the device is known to the app. It does not promise that pairing was in fact successful. For this you should call pairAsync once and wait for result. It will take very little time if device is already paired.