BluetoothDevice.BondState Property

Definition

Get the bond state of the remote device.

public Android.Bluetooth.Bond BondState { [Android.Runtime.Register("getBondState", "()I", "")] [Android.Runtime.RequiresPermission("android.permission.BLUETOOTH_CONNECT")] get; }
[<get: Android.Runtime.Register("getBondState", "()I", "")>]
[<get: Android.Runtime.RequiresPermission("android.permission.BLUETOOTH_CONNECT")>]
member this.BondState : Android.Bluetooth.Bond

Property Value

the bond state

Attributes

Remarks

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

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