Android.Bluetooth.BluetoothManager Members

The members of Android.Bluetooth.BluetoothManager are listed below.

See Also: Inherited members from Java.Lang.Object

Public Properties

[read-only]
AdapterBluetoothAdapter. Get the default BLUETOOTH Adapter for this device.

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.

Public Methods

GetConnectedDevices(ProfileType) : IList<BluetoothDevice>
Get connected devices for the specified profile.
GetConnectionState(BluetoothDevice, ProfileType) : ProfileState
Get the current connection state of the profile to the remote device.
GetDevicesMatchingConnectionStates(ProfileType, int[]) : IList<BluetoothDevice>
Get a list of devices that match any of the given connection states.
OpenGattServer(Android.Content.Context, BluetoothGattServerCallback) : BluetoothGattServer
Open a GATT Server The callback is used to deliver results to Caller, such as connection status as well as the results of any other GATT server operations.