BluetoothAddressType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the Bluetooth address type.
public enum class BluetoothAddressType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 131072)]
enum class BluetoothAddressType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 131072)]
public enum BluetoothAddressType
var value = Windows.Devices.Bluetooth.BluetoothAddressType.public
Public Enum BluetoothAddressType
- Inheritance
-
BluetoothAddressType
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10586.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v2.0)
|
App capabilities |
bluetooth
|
Fields
Name | Value | Description |
---|---|---|
Public | 0 | Public address. |
Random | 1 | Random address. |
Unspecified | 2 | Unspecified address. |
Remarks
Version history
Windows version | SDK version | Value added |
---|---|---|
1703 | 15063 | Unspecified |