Android.Bluetooth.BluetoothAdapter: Property Members

The properties of Android.Bluetooth.BluetoothAdapter are listed below. For a list of all members, see the BluetoothAdapter Members list.

See Also: Inherited members from Java.Lang.Object

Public Properties

[read-only]
Addressstring. Returns the hardware address of the local Bluetooth adapter.
[read-only]
BluetoothLeAdvertiserAndroid.Bluetooth.LE.BluetoothLeAdvertiser. Returns a Android.Bluetooth.LE.BluetoothLeAdvertiser object for Bluetooth LE Advertising operations, or null if Bluetooth LE Advertising is not support on this device.
[read-only]
BluetoothLeScannerAndroid.Bluetooth.LE.BluetoothLeScanner. Returns a Android.Bluetooth.LE.BluetoothLeScanner object for Bluetooth LE scan operations.
[read-only]
BondedDevicesICollection<BluetoothDevice>. Return the set of Android.Bluetooth.BluetoothDevice objects that are bonded (paired) to the local adapter.
[read-only]
static
DefaultAdapterBluetoothAdapter. Get a handle to the default local Bluetooth adapter.
[read-only]
IsDiscoveringbool. Return true if the local Bluetooth adapter is currently in the device discovery process.
[read-only]
IsEnabledbool. Return true if Bluetooth is currently enabled and ready for use.
[read-only]
IsMultipleAdvertisementSupportedbool. Return true if the multi advertisement is supported by the chipset
[read-only]
IsOffloadedFilteringSupportedbool. Return true if offloaded filters are supported
[read-only]
IsOffloadedScanBatchingSupportedbool. Return true if offloaded scan batching is supported
[read-only]
Namestring. Get the friendly Bluetooth name of the local Bluetooth adapter.
[read-only]
ScanModeScanMode. Get the current Bluetooth scan mode of the local Bluetooth adapter.
[read-only]
StateState. Get the current state of the local Bluetooth adapter.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.