Android.Bluetooth.BluetoothHealth: Method Members

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

See Also: Inherited members from Java.Lang.Object

Public Methods

ConnectChannelToSource(BluetoothDevice, BluetoothHealthAppConfiguration) : bool
Connect to a health device which has the BluetoothHealth.SourceRole.
DisconnectChannel(BluetoothDevice, BluetoothHealthAppConfiguration, int) : bool
Disconnect a connected health channel.
GetConnectionState(BluetoothDevice) : ProfileState
Get the current connection state of the profile.
GetDevicesMatchingConnectionStates(ProfileState[]) : IList<BluetoothDevice>
Get a list of devices that match any of the given connection states.
GetMainChannelFd(BluetoothDevice, BluetoothHealthAppConfiguration) : Android.OS.ParcelFileDescriptor
Get the file descriptor of the main channel associated with the remote device and application configuration.
RegisterSinkAppConfiguration(string, int, BluetoothHealthCallback) : bool
Register an application configuration that acts as a Health SINK.
UnregisterAppConfiguration(BluetoothHealthAppConfiguration) : bool
Unregister an application configuration that has been registered using BluetoothHealth.RegisterSinkAppConfiguration(string, System.Int32, System.Int32)