BluetoothDevice.KeyMissingCount Property

Definition

Get the number of times ACTION_KEY_MISSING intent was thrown for this device since the last successful encrypted connection

public int KeyMissingCount { [Android.Runtime.Register("getKeyMissingCount", "()I", "", ApiSince=36)] [Android.Runtime.RequiresPermission("android.permission.BLUETOOTH_CONNECT")] get; }
[<get: Android.Runtime.Register("getKeyMissingCount", "()I", "", ApiSince=36)>]
[<get: Android.Runtime.RequiresPermission("android.permission.BLUETOOTH_CONNECT")>]
member this.KeyMissingCount : int

Property Value

number of times ACTION_KEY_MISSING intent was thrown for this device since the last successful encrypted connection

Attributes

Remarks

Get the number of times ACTION_KEY_MISSING intent was thrown for this device since the last successful encrypted connection

Java documentation for android.bluetooth.BluetoothDevice.getKeyMissingCount().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to