BluetoothServiceCapabilities 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.
Indicates the service capabilities of a device.
This enumeration supports a bitwise combination of its member values.
public enum class BluetoothServiceCapabilities
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class BluetoothServiceCapabilities
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum BluetoothServiceCapabilities
var value = Windows.Devices.Bluetooth.BluetoothServiceCapabilities.none
Public Enum BluetoothServiceCapabilities
- Inheritance
-
BluetoothServiceCapabilities
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
App capabilities |
bluetooth
|
Fields
Name | Value | Description |
---|---|---|
None | 0 | None. |
LimitedDiscoverableMode | 1 | Limited Discoverable Mode. |
PositioningService | 8 | Positioning or location identification. |
NetworkingService | 16 | Networking, for example, LAN, Ad hoc. |
RenderingService | 32 | Rendering, for example, printer, speakers. |
CapturingService | 64 | Capturing, for example, scanner, microphone. |
ObjectTransferService | 128 | Object Transfer, for example, v-Inbox, v-folder. |
AudioService | 256 | Audio, for example, speaker, microphone, headset service. |
TelephoneService | 512 | Telephony, for example cordless, modem, headset service. |
InformationService | 1024 | Information, for example, web server, WAP server. |