Enum BluetoothStatusResult
Declaration
enum class winrt::Microsoft::Azure::SpatialAnchors::BluetoothStatusResult : int32_t
Description
Possible values returned when querying PlatformLocationProvider for Bluetooth capabilities
Values
Name | Value | Description | Remarks |
---|---|---|---|
BluetoothStatusResult::Available |
0 | Bluetooth beacons data is available. | |
BluetoothStatusResult::DisabledCapability |
1 | Bluetooth was disabled in the SensorCapabilities. | |
BluetoothStatusResult::MissingSensorFingerprintProvider |
2 | No sensor fingerprint provider has been created. | |
BluetoothStatusResult::NoBeaconsFound |
3 | No bluetooth beacons have been found. |