BondStatus(Int32, Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new BondStatus object.
[Android.Runtime.Register(".ctor", "(II)V", "", ApiSince=37)]
public BondStatus(int pairingAlgorithm, int pairingVariant);
[<Android.Runtime.Register(".ctor", "(II)V", "", ApiSince=37)>]
new Android.Bluetooth.BondStatus : int * int -> Android.Bluetooth.BondStatus
Parameters
- pairingAlgorithm
- Int32
the pairing algorithm used to create the bond with the device.
- pairingVariant
- Int32
the pairing variant used to create the bond with the device.
- Attributes
Remarks
Creates a new BondStatus object.
Android reference for android.bluetooth.BondStatus.BondStatus.
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.