BluetoothGetAvailabilityAsync Method

Returns true if Bluetooth is physically available and user has given the app permission.

Definition

Namespace: InTheHand.Bluetooth
Assembly: InTheHand.BluetoothLE (in InTheHand.BluetoothLE.dll) Version: 4.0.28+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public static Task<bool> GetAvailabilityAsync()

Return Value

TaskBoolean

[Missing <returns> documentation for "M:InTheHand.Bluetooth.Bluetooth.GetAvailabilityAsync"]

See Also