Android.Bluetooth.BluetoothDevice: Method Members

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

Public Methods

ConnectGatt(Android.Content.Context, bool, BluetoothGattCallback) : BluetoothGatt
Connect to GATT Server hosted by this device.
CreateBond() : bool
Start the bonding (pairing) process with the remote device.
CreateInsecureRfcommSocketToServiceRecord(Java.Util.UUID) : BluetoothSocket
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) : BluetoothSocket
Create an RFCOMM Android.Bluetooth.BluetoothSocket ready to start a secure outgoing connection to this remote device using SDP lookup of uuid.
DescribeContents() : int
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
FetchUuidsWithSdp() : bool
Perform a service discovery on the remote device to get the UUIDs supported.
GetUuids() : Android.OS.ParcelUuid[]
Returns the supported features (UUIDs) of the remote device.
SetPairingConfirmation(bool) : bool
Confirm passkey for BluetoothDevice.PairingVariantPasskeyConfirmation pairing.
SetPin(byte[]) : bool
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.