Android.Bluetooth.BluetoothManager: Method Members

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

See Also: Inherited members from Java.Lang.Object

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.