Bluetooth Class
Entry point to all Bluetooth LE functionality.
Namespace: InTheHand.BluetoothAssembly: InTheHand.BluetoothLE (in InTheHand.BluetoothLE.dll) Version: 4.0.28+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
public static class Bluetooth
Public NotInheritable Class Bluetooth
public ref class Bluetooth abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Bluetooth = class end
- Inheritance
- Object Bluetooth
Several platforms require permissions for this functionality to work:-
iOS 13 (and above) - Set NSBluetoothAlwaysUsageDescription in your Info.plist to a descriptive message to be displayed to the user
iOS (older versions) - Set NSBluetoothPeripheralUsageDescription in your Info.plist to a descriptive message to be displayed to the user
Android - Add <uses-permission android:name="android.permission.BLUETOOTH" /> to your android manifest. To enable scanning also add <uses-permission android:name="android.permission.BLUETOOTH_ADMIN" /> and <uses-permission android:name="android.permission.COARSE_LOCATION" />
Windows - Add the Bluetooth permission