The members of Android.Bluetooth.BluetoothManager are listed below.
See Also: Inherited members from Java.Lang.Object
[read-only] | Adapter | BluetoothAdapter. Get the default BLUETOOTH Adapter for this device. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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. |