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
GetConnectedDevices(ProfileType)Get connected devices for the specified profile. | ||
GetConnectionState(BluetoothDevice, ProfileType)Get the current connection state of the profile to the remote device. | ||
GetDevicesMatchingConnectionStates(ProfileType, int[])Get a list of devices that match any of the given connection states. | ||
OpenGattServer(Android.Content.Context, BluetoothGattServerCallback)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. |