Android.Bluetooth.BluetoothAdapter: Field Members

The fields 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 Fields

const
ActionConnectionStateChangedstring. Intent used to broadcast the change in connection state of the local Bluetooth adapter to a profile of the remote device.
const
ActionDiscoveryFinishedstring. Broadcast Action: The local Bluetooth adapter has finished the device discovery process.
const
ActionDiscoveryStartedstring. Broadcast Action: The local Bluetooth adapter has started the remote device discovery process.
const
ActionLocalNameChangedstring. Broadcast Action: The local Bluetooth adapter has changed its friendly Bluetooth name.
const
ActionRequestDiscoverablestring. Activity Action: Show a system activity that requests discoverable mode.
const
ActionRequestEnablestring. Activity Action: Show a system activity that allows the user to turn on Bluetooth.
const
ActionScanModeChangedstring. Broadcast Action: Indicates the Bluetooth scan mode of the local Adapter has changed.
const
ActionStateChangedstring. Broadcast Action: The state of the local Bluetooth adapter has been changed.
const
Errorint (-2147483648). Sentinel error value for this class.
const
ExtraConnectionStatestring. Extra used by BluetoothAdapter.ActionConnectionStateChanged This extra represents the current connection state.
const
ExtraDiscoverableDurationstring. Used as an optional int extra field in BluetoothAdapter.ActionRequestDiscoverable intents to request a specific duration for discoverability in seconds.
const
ExtraLocalNamestring. Used as a String extra field in BluetoothAdapter.ActionLocalNameChanged intents to request the local Bluetooth name.
const
ExtraPreviousConnectionStatestring. Extra used by BluetoothAdapter.ActionConnectionStateChanged This extra represents the previous connection state.
const
ExtraPreviousScanModestring. Used as an int extra field in BluetoothAdapter.ActionScanModeChanged intents to request the previous scan mode.
const
ExtraPreviousStatestring. Used as an int extra field in BluetoothAdapter.ActionStateChanged intents to request the previous power state.
const
ExtraScanModestring. Used as an int extra field in BluetoothAdapter.ActionScanModeChanged intents to request the current scan mode.
const
ExtraStatestring. Used as an int extra field in BluetoothAdapter.ActionStateChanged intents to request the current power state.