The methods of Android.Bluetooth.BluetoothDevice are listed below. For a list of all members, see the BluetoothDevice Members list.
See Also: Inherited members from Java.Lang.Object
ConnectGatt(Android.Content.Context, bool, BluetoothGattCallback)Connect to GATT Server hosted by this device. | ||
CreateBond()Start the bonding (pairing) process with the remote device. | ||
CreateInsecureRfcommSocketToServiceRecord(Java.Util.UUID)Create an RFCOMM Android.Bluetooth.BluetoothSocket socket ready to start an insecure outgoing connection to this remote device using SDP lookup of uuid. | ||
CreateRfcommSocketToServiceRecord(Java.Util.UUID)Create an RFCOMM Android.Bluetooth.BluetoothSocket ready to start a secure outgoing connection to this remote device using SDP lookup of uuid. | ||
DescribeContents()Describe the kinds of special objects contained in this Parcelable's marshalled representation. | ||
FetchUuidsWithSdp()Perform a service discovery on the remote device to get the UUIDs supported. | ||
GetUuids()Returns the supported features (UUIDs) of the remote device. | ||
SetPairingConfirmation(bool)Confirm passkey for BluetoothDevice.PairingVariantPasskeyConfirmation pairing. | ||
SetPin(byte[])Set the pin during pairing when the pairing method is BluetoothDevice.PairingVariantPin | ||
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)Flatten this object in to a Parcel. |